XCode export app, wildcard error

后端 未结 1 890
旧时难觅i
旧时难觅i 2020-12-11 07:37

I am developing a Swift iOS app for in-house distribution and I am having trouble exporting the app - I get: \"Wildcard App IDs can not be used to create In House p

相关标签:
1条回答
  • 2020-12-11 08:20

    I faced the same problem and almost spent one day to solve the problem.

    When I encountered the problem, I thought it was an error related with invalid distribution certificate or provisioning profile. I renewed certificates and all other stuff. Nothing worked! Neither certificates nor provisioning profiles were the root cause.

    I have seen an announcement on Apple Developer page. Apple's WWDR Certificate was expiring and newest one available on that page. I updated that certificate and it worked!

    Steps you should follow:

    1. Open Keychain Access and remove expired Apple Worldwide Developer Relations Certification Authority from certificates.
    2. Download new certificate as suggested.
    3. Be sure that Apple Worldwide Developer Relations Certification Authority is located under Systems keychain, not in login.
    4. Open XCode (If already, close and then open)
    5. Clean your project.
    6. Select your valid signing certificates and provisioning profiles. (You don't need to refresh your certificates or profiles as annoucement suggested)
    7. Hit Archive button!

    Hope this may help someone else.

    0 讨论(0)
提交回复
热议问题