ERROR ITMS-90174: “Missing Provisioning Profile -

2019-01-22 11:40发布

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

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

I have this contained in my app folder. When I compress no matter how obvious I make the provisioning profile, I receive this error trying to upload my app for Apple.

8条回答
神经病院院长
2楼-- · 2019-01-22 11:44

If you submit your build to the AppStore in an IPA archive format (example: Game.ipa), make sure that the Payload folder is at the root of the archive, otherwise you'll get the error: Missing Provisioning Profile - - Apps must contain a provisioning profile in a file named embedded.mobileprovision.

查看更多
走好不送
3楼-- · 2019-01-22 11:48

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

查看更多
家丑人穷心不美
4楼-- · 2019-01-22 11:52

To upload a archive to AppStoreConnect I had to change the default build system in xcode10 within "File > Project / Workspace Settings" and change it to the Legacy Build system.

This worked for me

查看更多
我只想做你的唯一
5楼-- · 2019-01-22 11:54

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..."

Go to File then Project Settings

then select "Legacy Build System"

enter image description here

查看更多
太酷不给撩
6楼-- · 2019-01-22 11:54

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

查看更多
我欲成王,谁敢阻挡
7楼-- · 2019-01-22 12:00

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.

enter image description here

  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.

查看更多
登录 后发表回答