Xcode: iPhone app codesign error

后端 未结 10 736
一生所求
一生所求 2020-12-23 20:18

When building a new iPhone app in Xcode, I\'m getting this error:

codesign error: code signing identity \'iphone developer\' does not match any co

10条回答
  •  醉酒成梦
    2020-12-23 20:45

    this may sound funny, but I searched everywhere for a solution. Eventually I found out that in Xcode in the top left, the dropdown where you select Device and verison, I had "debug" selected in the dropdown instead of release. Once I selected release the problem was fixed.

提交回复
热议问题