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

后端 未结 1 898
温柔的废话
温柔的废话 2020-12-05 11:03

I have an app that crashes immediately when starting under iOS 12 on a device.

The console shows the following error:

kernel AMFI: \'AppNa

相关标签:
1条回答
  • 2020-12-05 11:41

    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.

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