Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] Bundle invalid error during upload to the App Store #113

Closed
devgokhan opened this issue Nov 19, 2020 · 6 comments
Closed

[iOS] Bundle invalid error during upload to the App Store #113

devgokhan opened this issue Nov 19, 2020 · 6 comments
Assignees
Labels
Bug Something isn't working Calling Issue involves Calling functionality. iOS Issues involving the iOS SDK

Comments

@devgokhan
Copy link

devgokhan commented Nov 19, 2020

Hi. I am tried to upload a new test package to TestFlight. To do this I was uploading to App Store. Then this message occurred:

ERROR ITMS-90058: "This bundle is invalid. The value for key CFBundleVersion [1.0.0-beta.5] in the Info.plist file must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleVersion at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion"

Screen Shot 2020-11-19 at 17 52 09

My application informations are correct and doesn't includes 1.0.0-beta.5..
This problem occurs because of Azure frameworks. I am sharing Podfile.lock below:

  - AzureCommunication (1.0.0-beta.5):
    - AzureCore (~> 1.0.0-beta.5)
  - AzureCommunicationCalling (1.0.0-beta.5):
    - AzureCommunication (~> 1.0.0-beta.5)
  - AzureCore (1.0.0-beta.5)

My pod file:

platform :ios, '12.0'
use_frameworks!
...
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/Azure/azure-sdk-for-ios.git'
  pod 'AzureCommunicationCalling', :podspec => 'https://raw.githubusercontent.com/Azure/azure-sdk-for-ios/master/AzureCommunicationCalling.podspec'
  pod 'AzureCommunication', :git => 'https://github.com/Azure/azure-sdk-for-ios.git', :branch => "master"
  pod 'AzureCore', :git => 'https://github.com/Azure/azure-sdk-for-ios.git', :branch => "master" 
...

Could you please release fast fix for this? We are unable to test our app and unable to upload new app currently...

@ghost ghost added the Needs: triage 🔍 label Nov 19, 2020
@tophpalmer
Copy link
Contributor

Hey @devgokhan , @raosanat from our team is investigating this issue now, thank you for reporting.

@tophpalmer tophpalmer added Calling Issue involves Calling functionality. and removed Needs: triage 🔍 labels Nov 19, 2020
@mariusu-msft
Copy link
Member

Hi,

@devgokhan we will be releasing a fix for this today.

Thanks for your report.

-Marius

@mariusu-msft
Copy link
Member

@devgokhan please give the latest release a try and let us know if it fixes your issue.

@devgokhan
Copy link
Author

devgokhan commented Nov 24, 2020

Hi @mariusu-msft how can I download latest release. I can't see any information anywhere?
https://github.com/Azure/Communication/tree/master/releasenotes
https://github.com/Azure/Communication/tags

I saw beta 6 4 days ago.. Do you mean this?

This is how I download:
pod 'AzureCommunicationCalling', :podspec => 'https://raw.githubusercontent.com/Azure/azure-sdk-for-ios/master/AzureCommunicationCalling.podspec'
pod 'AzureCommunication', :git => 'https://github.com/Azure/azure-sdk-for-ios.git', :branch => "master"
pod 'AzureCore', :git => 'https://github.com/Azure/azure-sdk-for-ios.git', :branch => "master"

I can't see anything about today?

@mariusu-msft
Copy link
Member

@devgokhan, beta.6 was published today. Yes that's the latest.

You can grab it from https://github.com/Azure/Communication/releases/tag/v1.0.0-beta.6 or from Cocoapods with the spec you used. The podspec has been updated .6, so pod update should download .6 for you.

Azure Communication Calling iOS SDK version 1.0.0-beta.6
@raosanat raosanat released this 11 hours ago

Note the bug fix in the release notes:
Info.plist has version following semantic version schema for CFBundleVersion and CFBundleShortVersionString entries (#113).

@devgokhan
Copy link
Author

Hi @mariusu-msft. Latest release fixed this problem. We successfully uploaded to the App Store. Thank you

@mariusu-msft mariusu-msft added iOS Issues involving the iOS SDK Bug Something isn't working labels Dec 2, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working Calling Issue involves Calling functionality. iOS Issues involving the iOS SDK
Projects
None yet
Development

No branches or pull requests

4 participants