Xcode couldn't find any iOS App Store Provisioning Profiles

24.4k Views Asked by At

I'm using a beta of Xcode 9. I've archived my iOS Project and whenever I try to validate it, I get this error for every one of the targets in my app:

Image of the error shown

And I'm getting this error for every target like I said. The provisioning profile for each of the targets is an Xcode Managed Profile. What am I doing wrong?

3

There are 3 best solutions below

3
On

You should try two options:

1) In Developer.Apple.com create a distribution provisioning profile, download it, and select it. Then re-archive your project and validate. This should dismiss the error.

2) If option 1 doesn't work for you, click the Export button beside archive and save your .app file to your Desktop. Then open Application Loader (In Xcode, click Xcode > Open Developer Tool > Application Loader). Enter your credentials, then upload the app using the .app file you generated and saved to your Desktop.

Note: Sometimes Xcode shows fake errors when validating and Application Loader will ignore those and allow you to upload a build successfully.

When Application Loader is finished, you should then be able to see your build in iTunesConnect after about 15-30 minutes.

0
On

It happened to me when I wanted to make an enterprise build but I accidentally selected to upload build to App Store.

0
On

Mine worked on a simple second attempt with no changes or rebuild.