Distributing for App Store using beta versions of Xcode

前端 未结 5 814
太阳男子
太阳男子 2020-12-08 20:57

When I try to distribute an app I get this error:

Xcode attempted to locate or generate matching signing assets and failed to do so because of the f

5条回答
  •  失恋的感觉
    2020-12-08 21:09

    I have the same error till I revoke and request new iPhone Distribution certificate from Apple.

    1. Go to developer.apple.com, open Certificates.
    2. If you have 2 or less certificates for Distribution you can create new one. But if you have 3 you need to revoke one and then create new one.
    3. Go to Provision Profiles and select your profile. Change old certificate to just created certificate. Download provision profile.
    4. Now build your app.

提交回复
热议问题