iOS 12 更新 遇到的坑以及解决方法

2019-06-26  本文已影响0人  上官凌玉

iOS 12 更新 遇到的坑以及解决方法 https://blog.csdn.net/Sonjery/article/details/82970750

  1. 升级iOS12 编译遇到 : iPhone has denied the launch request.

解决方法

修改以下证书的信任状态:钥匙串 -> 证书 -> 显示简介 -> 信任-> 将始终信任改为使用系统默认
Developer Authentication Certification Authority
Developer ID Certification Authority
Apple Worldwide Developer Relations Certification Authority

  1. 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

20181008171201201.png
上一篇 下一篇

猜你喜欢

热点阅读