I have an app that crashes immediately when starting under iOS 12 on a device.
The console shows the following error:
kernel AMFI: 'AppName' does not pass CT evaluation, result: 0x80008
kernel AMFI: Unrecoverable CT signature issue, bailing out.
The app runs fine in the iOS 12 simulator, and it also runs just fine on devices with iOS 11 or iOS 10. (I can even distribute the app through enterprise OTA on older devices just fine!)
What did iOS 12 change? What is this "CT signature"?
Many thanks in advance!