对于我最初在Swift 2中编写的项目运行良好,在迁移到Swift 3之后,我仍然可以使用模拟器运行但是如果我想在设备上运行,则会出现此错误
error: The specified item could not be found in the keychain.
当然,我的证书仍然存在,并且包含该设备。我试过用另一台设备,它仍然是一样的。
在“运行自定义shell脚本'[CP]嵌入窗格框架”
期间出现错误sent 139 bytes received 20 bytes 318.00 bytes/sec
total size is 288890 speedup is 1816.92
Code Signing ...ParseStarterProject.app/Frameworks/Bolts.framework with Identity iPhone Developer: ....
/usr/bin/codesign --force --sign .... --preserve-metadata=identifier,entitlements "...ParseStarterProject.app/Frameworks/Bolts.framework"
error: The specified item could not be found in the keychain.
我尝试使用cocoapods-deintegrate并重新安装所有Pod但问题仍然存在。
赞赏任何形式的贡献。