iOS crash when testing on device - debug logs

后端 未结 1 1114
余生分开走
余生分开走 2020-12-09 06:27

I\'ve begun testing my iOS app on my iPhone. Everything works great for a week or so and then my app starts to crash immediately when I try to open it. When I check the logs

相关标签:
1条回答
  • 2020-12-09 07:10

    I had the same situation with an app which Bundle Identifier has been moved to another Apple Developer Team.

    After Bundle Identifier was moved, a previous build was containing a provisioning profile which was no longer valid, and I got this error message in logs.

    I guess the same happens if you delete the Provisioning Profile or if it is invalidated for whatever reason.

    0 讨论(0)
提交回复
热议问题