ERROR ITMS-90174: “Missing Provisioning Profile - iOS Apps must contain a provisioning profile in a file named embedded.mobileprovision.”

后端 未结 10 1642
庸人自扰
庸人自扰 2020-12-07 15:54

When I upload to Application Loader I receive the following message:

ERROR ITMS-90174: \"Missing Provisioning Profile - iOS Apps must contain a provisioning          


        
相关标签:
10条回答
  • 2020-12-07 16:14

    If you are using Ionic / Cordova like I am see this announcement...

    https://github.com/apache/cordova-ios/issues/407

    It's just one setting, then re-run your Archive to Submit to the Apple Store like normal.

    Go to "File" > "Project Settings..."

    then select "Legacy Build System"

    0 讨论(0)
  • 2020-12-07 16:19

    I've faced same problem and solved by following below points.

    1. For our clarification, please re-download your distribution provisional profile.
    2. Please make sure you are generating ipa by setting "Generic iOS Device" in xcode.

    1. Clean and build your project.
    2. Place your product file in "Payload" folder and compress this folder and change .zip to .ipa

    Now upload your ipa. It worked for me.

    Hope this helps.

    0 讨论(0)
  • 2020-12-07 16:23

    Access https://developer.apple.com/account

    1 - Certificates, IDs & Profiles

    2 - Provisioning Profiles

    3 - Distribution

    4 - Add Button

    5 - Distribution -> App Store -> Continue

    6 - Choose Apple Id -> Continue

    7 - Select certificates -> Continue

    8 - Set Profile Name -> Continue

    9 - Download

    10 - In Xcode -> Product -> Archive, In Re-sign "App Name" make option Manually manage signing -> choose the Distribution certificate and import your provisioning profile downloaded on step 9.

    Sorry for my English, I'm from Brazil

    0 讨论(0)
  • 2020-12-07 16:24

    I redid the 'Upload to App XStore..." and it worked the second time.

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