iOS app won't run on device any more under iOS 12: Unrecoverable CT signature issue

懵懂的女人 提交于 2019-11-28 07:34:38

I'm not sure if this will fix it for everyone, but I had the exact same problem and it solved the problem for me. In Keychain Access, I set the trust settings to "Use System Defaults" for the following certificates:

  • Apple Worldwide Developer Relations Certification Authority
  • Developer ID Certification Authority
  • iPhone Developer: {email}
  • iOS Distribution

Some of them were set to "Always Trust" before, and changing it seemed to resolve the issue. When running Xcode however, it initially still did not work, so I cleaned the build and restarted Xcode, and the application finally launched.

Yes the accepted answer from William finally did the trick for me after days of trying everything else. Looks like this is a common issue. Apple needs to include more detailed error messages to help developers who have to put up with an ecosystem that is just too complex.

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