iTunes Connect submission code signing entitlements error Xcode 8

后端 未结 5 2031
小蘑菇
小蘑菇 2021-02-02 07:54

I am having trouble submitting my newest app update with Xcode 8 GM. I updated my iPhone and watchOS app in this update.

When trying to submit I get the following error:

5条回答
  •  遥遥无期
    2021-02-02 08:16

    I had the same issue and none of the suggested workarounds here worked. I assumed it had to do something with how the XCode project is configured, so I tracked back and found out I was following this guide Building multiple versions of a React Native app and had missed the following step.

    In the project’s info.plist, change the value of Bundle Identifier to $(PRODUCT_BUNDLE_IDENTIFIER)$(BUNDLE_ID_SUFFIX)

    EDIT : Turns out that was not the actual problem. I had to enable Push Notifications in Capabilities since the App ID on the developer console had it turned on.

提交回复
热议问题