Xcode: iPhone app codesign error

后端 未结 10 733
一生所求
一生所求 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:55

    I had the same problem. Found the fix here:

    iphone sdk tools utilities

    In Keychain Access.app my Developer Certificate would show up as "This certificate was signed by an unknown authority". The reason was that I didn't have the ADC intermediate certificate (which you can download from "Provisioning Program" in "Certificates" tab. Once I installed this the developer certificate showed up correctly in keychain and my code could be deployed on the bloody phone.

提交回复
热议问题