You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iTunesConnect returns this error when uploading an app with ProtocolBuffers.framework included. I used Carthage to build the framework.
ERROR ITMS-90056: "This bundle Payload/*.app/Frameworks/ProtocolBuffers.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion."
I checked the .framework itself and it was indeed empty. Looks like $(CURRENT_PROJECT_VERSION) is an empty string.
The text was updated successfully, but these errors were encountered:
Version of protoc (
protoc --version
)3.4.0
Version of ProtocolBuffers.framework
9ad157f
Description
iTunesConnect returns this error when uploading an app with ProtocolBuffers.framework included. I used Carthage to build the framework.
ERROR ITMS-90056: "This bundle Payload/*.app/Frameworks/ProtocolBuffers.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion."
I checked the .framework itself and it was indeed empty. Looks like $(CURRENT_PROJECT_VERSION) is an empty string.
The text was updated successfully, but these errors were encountered: