App Installation failed, No code signature found.

安装 iOSopendev 之后报错

App Installation failed, No code signature found.

解决办法

修改权限

1
sudo chmod -R 777 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk

打开

1
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/SDKSettings.plist

修改CODE_SIGNING_REQUIRED字段为YES

重启Xcode