IONIC 1 是否支持 iOS12?
Does IONIC 1 support iOS12?
我们已将移动应用程序开发成 IONIC 1。它在 Android OS 上运行良好,但在 iOS 12 台设备上运行不佳。我们能够使用 XCode 10 以及有效的分发证书和配置文件来构建 IPA 文件。一旦应用程序安装到 iphone 并打开,它就消失了。
在模拟器上,我试过.app文件,下面显示的是模拟器的登录服务日志服务。
UIKitApplication:{bundleId}
Program specified by service does not contain any valid architectures for this system.
services excited with abnormal code:78
寻找解决方案
我找到了这个问题的解决方案。看来问题出在 CT 签名问题上。发布决议,因此它可能会对某人有所帮助。在 Keychain Access 中,我将以下证书的信任设置设置为“使用系统默认值”:Apple Worldwide Developer Relations Certification Authority Developer ID Certification Authority iPhone Developer: {email} iOS Distribution 在此之后,在XCode 为项目做清理构建。同时重启XCode
我们已将移动应用程序开发成 IONIC 1。它在 Android OS 上运行良好,但在 iOS 12 台设备上运行不佳。我们能够使用 XCode 10 以及有效的分发证书和配置文件来构建 IPA 文件。一旦应用程序安装到 iphone 并打开,它就消失了。
在模拟器上,我试过.app文件,下面显示的是模拟器的登录服务日志服务。
UIKitApplication:{bundleId}
Program specified by service does not contain any valid architectures for this system.
services excited with abnormal code:78
寻找解决方案
我找到了这个问题的解决方案。看来问题出在 CT 签名问题上。发布决议,因此它可能会对某人有所帮助。在 Keychain Access 中,我将以下证书的信任设置设置为“使用系统默认值”:Apple Worldwide Developer Relations Certification Authority Developer ID Certification Authority iPhone Developer: {email} iOS Distribution 在此之后,在XCode 为项目做清理构建。同时重启XCode