Xcode又升级了,这次还算很顺利的一次升级成功。但是在使用的过程中,发现新创建的项目在真机调试的时候会出现如下错误提示,Verify the Developer App certificate for your account is trusted on your device. Open Settings on iPhone and navigate to General -> Device Management, then select your Developer App certificate to trust it. 截图如下:
ios-001
这种情况只会出现在用Xcode8.3新建的项目真机调试的时候,而对于以前已经在真机上调试过的项目是没有影响的。
解决方法已在图中,依次打开iPhone的设置 -> 通用 -> 描述文件与设备管理 -> 选择开发者应用下你使用的证书文件,信任此证书。
ios-002然后,你就可以愉快的真机调试了!
最后,再附送一个真机调试的问题。
This application's application-identifier entitlement does not match that of the installed application. These values must match for an upgrade to be allowed.
ios-003
这种情况出现在如下场景,已经使用过A开发者账号真机测试项目,然后在bundle id不变的情况下,换用B开发者账号真机测试。
网友评论