1. 升级iOS12 编译遇到 : iPhone has denied the launch request.
解决方法
修改以下证书的信任状态:钥匙串 -> 证书 -> 显示简介 -> 信任-> 将始终信任改为使用系统默认
Developer Authentication Certification Authority
Developer ID Certification Authority
Apple Worldwide Developer Relations Certification Authority
2. Xcode10编译提示Multiple commands produce ‘xxx/Info.plist’,这是由于项目中存在重复命名的info.plist文件。
.xcworkspace项目: Xcode–File–Workspace Settings–Build System–Legacy Build System
.xcodeproj项目:Xcode–File–Project Settings–Build System–Legacy Build System 
未完待续…
本文详细介绍了在iOS12环境下升级过程中遇到的编译问题及解决方案,包括修改证书信任状态来解决iPhone启动请求被拒的情况,以及如何处理Xcode10编译时出现的重复命名Info.plist文件导致的错误。提供了具体的操作步骤,帮助开发者快速定位并解决问题。

5181

被折叠的 条评论
为什么被折叠?



