I'm trying to submit my app to the AppStore but all in vain. No matter what I do I'm getting the following error:
I tried cleaning, deleting derived data, restarting Xcode, restarting my Mac. Nothing helps. this answer suggests copying bundle from iTunesConnect and pasting it into the project, but it's not possible since iTunesConnect has changed and you are no longer able to copy bundle id from there. Any ideas, guys?
The problem existed because Associated domains
and iCloud
options (which wasn't actually required) were enabled for the app in the developer account. As soon as I disabled these options (and created new provisioning profile) the problem was gone
I think you are using an wildcard prvisioning profile for upload the app just check the Provision profile
Same problem, but i fixed it.
Solution 1
- Step 1: Show pack content, copy all files from the GooglePlus.bundle and paste theme into a new temp folder.
- Step 2: Add this new folder to the project.
Solution 2. (Optional, but put all old bundle file to the new bundler, and resign it)
- Step 1: Same as step 1 of solution 1
- Step 2: Create new target, with OS X/ Framework & Library / Bundle.
- Step 3: Right click on new target and add all file on the temp folder into this target.
See more: Create new bundler
I resolved this issue because I had selected the "Associated Domains" entitlement (on the Apple Developer site) however in Xcode 6.1.1 seemed to not allow an app to be submitted if you have the Associated Domains switch as off in the capabilities Xcode view.
You can therefore solve the Associated Domain issue by going to your app target in Xcode, Capabilities, Associated Domains and hitting the switch to ON if it's off. You don't have to add any info/domains but it seems to make Xcode happy!
See image below:
Alternatively if you can (and don't mind) then you could remove the Associated Domain entitlement when configuring your app on the Apple Developer site and re-download the certs/profiles.
If you don't use G+, you can remove Google's bundle from app's Frameworks.