Xcode 5: Code signing entitlement errors

前端 未结 21 2545
情书的邮戳
情书的邮戳 2020-11-27 12:45

I\'ve build a new application which is going to support IOS 7. I got the new XCode 5 GM and tried to sign my apps using my fresh provisioning profile and distribution certif

21条回答
  •  南笙
    南笙 (楼主)
    2020-11-27 13:12

    If all above didn't work (in my case after couple of days no luck trying everything) I have only one Mac application. BE CAREFULL WITH REVOKE!

    1) Revoke by hand all "Mac App Distribution" & "Mac Installer Distribution"
    2) Clean relevant certificates and open-keys in Keychain (Warning: export before delete)
    3) Restart Xcode 4) Go to (in Safari) developer.apple.com -> certificates etc. 5) Create CertificateSigningRequest.certSigningRequest in Keychain->Certificate assistant
    6) Create by hand on developer.apple.com both "Mac App Distribution" & "Mac Installer Distribution" with your *.certSigningRequest
    7) Provisioning Profiles -> Distribution -> create/fix custom provision for AppStore (I'm specially named it as "Mac provision profile for AppStore"
    8) Xcode -> Settings -> Account -> Your account -> Refresh 9) Xcode Clean -> Archive -> Validate

提交回复
热议问题