Closed
Description
There're few issues with publishing to App Store if you add Ably through.
Tha app builds and runs but when you're making an archive and upload it to App Store it won't be validated. Errors while validating:
iTunes Store Operation Failed
CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'com.facebook.socketrocket.ios' under the iOS application 'myApp.app'.
iTunes Store Operation Failed
CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'com.remyvirin.msgpack' under the iOS application 'myApp.app'.
iTunes Store Operation Failed
CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'org.stenerud.KSCrash' under the iOS application 'myApp.app'.
iTunes Store Operation Failed
This bundle Payload/myApp.app/Frameworks/Ably.framework/Frameworks/SocketRocket.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion.
iTunes Store Operation Failed
This bundle Payload/myApp.app/Frameworks/SocketRocket.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion.
iTunes Store Operation Failed
Invalid Bundle. The bundle at 'myApp.app/Frameworks/Ably.framework' contains disallowed nested bundles.
iTunes Store Operation Failed
Invalid Bundle. The bundle at 'myApp.app/Frameworks/Ably.framework' contains disallowed file 'Frameworks'.
Is there a chance in will be fixed?