Can't submit app to AppStore. “Your applicatio

2019-07-15 17:08发布

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:

enter image description here

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?

5条回答
三岁会撩人
2楼-- · 2019-07-15 17:24

I think you are using an wildcard prvisioning profile for upload the app just check the Provision profile

查看更多
Anthone
3楼-- · 2019-07-15 17:28

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

查看更多
走好不送
4楼-- · 2019-07-15 17:32

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

查看更多
何必那么认真
5楼-- · 2019-07-15 17:39

If you don't use G+, you can remove Google's bundle from app's Frameworks.

查看更多
你好瞎i
6楼-- · 2019-07-15 17:47

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: enter image description here

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.

查看更多
登录 后发表回答