解决 Xcode 10 中 App installation failed, No code signature found 问题

解决 Xcode 10 中 App installation failed, No code signature found 问题_第1张图片
图片

之前的文章中大多数都是这样子的

到Xcode.app中( /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk )修改SDKSettings.plist 文件中的一项CODE_SIGNING_REQUIRED的值,从NO改为YES

改完之后重启Xcode,如果可以,那么就不用往下看了

如果还是失败的……

  • 使用pod的把pod生成的文件删除,然后在更新一次
  • 使用carthage的把Carthage文件删除,然后在使用carthage update --no-use-binaries --platform ios更新

如果还是失败???
把手机上的App删除,然后在运行程序。

你可能感兴趣的:(解决 Xcode 10 中 App installation failed, No code signature found 问题)