Xcode 8.3.2 signing errors

冷暖自知 提交于 2019-12-05 07:33:37

Well the solution to my issue was to do the following:

  1. In Xcode under the "General" tab to disable Automatically manage signing
  2. At https://developer.apple.com/account in my enterprise account under provisioning profiles I created a new distribution profile
  3. Downloaded the profile => .mobileprovision file
  4. Double clicked on the .mobileprovision file
  5. With Automatically manage signing disabled I then selected the Provisioning Profile I just created and downloaded in the drop downs for Signing (Debug) and Signing (Release)
  6. At this point I was able to archive and export an enterprise .ipa

This is the solution to my issue that's similar to this one:

Change your bundle identifier to a unique string to try again.

  • Your bundle identifier is already in use by other developers I guess, so just change your bundle identifier in the Identify tab right above your Signing tab to another one:
  • For example: Bundle Identifier: org.react.native.example.RamenForLifeIn2022

Hope this helps :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!