Xcode 8 shows error that provisioning profile doesn't include signing certificate

后端 未结 30 1891
太阳男子
太阳男子 2020-11-28 17:55

Xcode 8 shows error that provisioning profile doesn\'t include signing certificate.

This issue is with Xcode-8 only with Xcode 7, same provisioning profile showing r

30条回答
  •  隐瞒了意图╮
    2020-11-28 18:41

    I was struggling with it for many days.

    Step 1: Deleted every certificates, provisioning profile, appID,Key etc from developer account.

    Step 2: Recreated the push notification certificates, provisioning profile, app ID etc.

    Step 3: Deleted all the certificates from keychain.

    Step 4: Cleared all the provisioning profile from ~/Library/MobileDevice/Provisioning Profiles.

    Step 5: Added only the required provisioning file and tested out. It works fine.

提交回复
热议问题