一、xcode升级后编译报错
解决方法可以有两种,一种是不使用New Build System,在File > Project/Workspace Settings中的Share Project/Workspace Settings 里build system 将New Build System(Default)切换成Legacy build system。
其次是根据出错信息,在新创建系统模式下,去除多余的引用重建。
Info.plist
在 target -> Build phase > Copy Bundle Resource 中找到info.plist,移除
二、编译证书弹窗输入密码不会消失
原因为弹出了三个弹窗被重叠了,你输入的可能不是最外层的弹窗,故输入没反应,解决策略:
把三个弹窗拉开,分别输入密码,点击始终信任,直至弹窗消失(如果你到钥匙串去配置始终信任会报错: code signing is required for product type 'xxxxx' in SDK 'iOS 13.5')
三、高版本xcode编译webdriveragent 报错(Xcode11.5)
<