How do I resolve these CodeSign build failures?
How do I resolve these CodeSign build fa开发者_运维问答ilures?
You can sometimes get more verbose info about code signing errors from the system console (not the Xcode console). A couple things to check into:
- what type of provisioning profile are you using? if you're using ad-hoc, do you have an entitlements.plist?
- Does the app identifier (com.yourcompany.appname) equal the app id you generated in the provisioning portal? it's case sensitive as well.
Good luck. Code signing/provisioning errors are a such a pain.
精彩评论