新建一个monkeyDev项目,倒入砸壳后到ipa文件后,配置相关证书后,运行项目,报错
Showing Recent Messages
Certificate installation failed: Installing a certificate in the keychain failed (Error Domain=DVTSecErrorDomain Code=-25294 "The specified keychain could not be found." UserInfo={NSLocalizedDescription=The specified keychain could not be found.})
Showing Recent Messages
No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "xxxx" with a private key was found.
解决方案:
image.png
target 选择xxxDylib buildsetting 添加CODE_SIGNING_ALLOWED,设置为no
网友评论