In my Xcode(7.2) Project (Watchkit and IOS app), I am getting an error when trying to submit a built(using Archive upload) of my app to Itunes connect via Xcode that looks like:
ERROR ITMS-90376 "Invalid CFBundlerIdentifier. The CFBundleIdentifier value 'com.MYCOMPANY.MY-APP'
of watch application 'MY-APP.app/Watch/MY APP Watchkit App.app' does not properly
extend the CFBundleIdentifier value 'com.MYCOMPANY.MY-APP' of its containing
iOS application."
There are are a few things I want(not necessarily in this order):
- What is the difference between CFBundleIdentifier and the Application bundle Identifier?
- Where can I find the CFBundleIdentifier?
- What does this error mean?
- How can I fix this error?
Edit: I forgot to mention that it also gave me a second warning:
iTunes operation succeeded with a warning.
The resulting API analysis file is too large We were unable to validate your API usage
I tried looking for people had the same error(no luck there). Then I tried looking for people with similar errors(did not solve my problem).
If you need any more information: Just Ask Me