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

plist missing CFBundleVersion - fails AppStore Connect upload #72

Closed
stonedauwg opened this issue Feb 5, 2019 · 2 comments
Closed

plist missing CFBundleVersion - fails AppStore Connect upload #72

stonedauwg opened this issue Feb 5, 2019 · 2 comments

Comments

@stonedauwg
Copy link

Using carthage to either grab the latest prebuilt binary 0.3.0 or forcing carthage to build the latest XmlCoder results in the framework's plist missing a value for CFBundleVersion, which is required for AppStore Connect upload. Other plist keys are correctly filled in. I see it's using the $(CURRENT_PROJECT_VERSION) variable for CFBundleVersion. Perhaps that is not resolving when built with carthage? Also - looking at the project.pbxproj file - I do not see a project version at all

AppStore error: ERROR ITMS-90056: XMLCoder.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion

MaxDesiatov added a commit that referenced this issue Feb 6, 2019
Using carthage to either grab the latest prebuilt binary 0.3.0 or forcing carthage to build the latest XmlCoder results in the framework's plist missing a value for CFBundleVersion, which is required for AppStore Connect upload. Other plist keys are correctly filled in. I see it's using the $(CURRENT_PROJECT_VERSION) variable for CFBundleVersion.

> AppStore error: ERROR ITMS-90056: XMLCoder.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion

Resolves #72
@MaxDesiatov
Copy link
Collaborator

Thanks @stonedauwg! I've bumped the version and set it in the project file. Will tag and release it ASAP

@MaxDesiatov
Copy link
Collaborator

This has been released as 0.3.1 and pushed to CocoaPods as well. Please reopen this if you still see any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants