Embedded Binary

末鹿安然 提交于 2019-12-01 06:07:41

Solved the issue. I followed this steps to solve.

  1. go to my Build setting and changed all Code Signing Identify to iOS Distribution.
  2. Compile m Project
  3. XCode throws error message that Signing identity is wrong with an option to fix it. I clicked Fix it button.
  4. It happened twice.
  5. Now XCode change it back to IOS Developer.

Now it is working.

Sazzad Hissain Khan

For code sign issue please check if this works https://stackoverflow.com/a/42244194/1084174

For auto profile creation, You must disable automatic management for all targets in your app.

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