Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Distributing for App Store using beta versions of Xcode

Tags:

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 following issues.

No matching provisioning profiles found for "Application/TheApp.app"

None of the valid provisioning profiles allowed the specified entitlements: application-identifier, beta-reports-active, keychain-access-groups.

I don't really understand what that error means. Any help?

like image 813
chrs Avatar asked Aug 06 '14 22:08

chrs


People also ask

Is Xcode beta the same as Xcode?

Xcode. Beta versions of Xcode include the latest toolset and SDKs for creating apps that run on upcoming releases of an operating system. Xcode betas are available to all developers on the download page.

How do I distribute an app through TestFlight?

You export the app to distribute it outside of the App Store, and upload it to distribute it through TestFlight or the App Store. In the Archives organizer, select the archive, then click Distribute App. In the next sheet, select a distribution method based on your app's platform.

How do I transfer iOS apps from Xcode to App Store?

In Xcode, select Generic iOS Device as the deployment target. Choose Product from the top menu and click on Archive. The Xcode Organizer will launch, displaying any archives you've created in the past. Make sure the current build is selected and click on Upload to App Store in the right-hand panel.

What is the minimum Xcode version for App Store?

Minimum SDK requirements for App Store submissions. iOS and iPadOS apps submitted to the App Store must be built with Xcode 13 and the iOS 15 SDK. And watchOS apps submitted to the App Store must be built with Xcode 13 and the watchOS 8 SDK.


1 Answers

You can't submit an app to App Store with beta software, you have to wait GM release.

From Apple

New apps and app updates submitted to the App Store must be built with release versions of Xcode 5. Do not submit apps built with beta software, as beta versions are for development and testing only.

Xcode 6 beta, iOS 8 beta, and OS X Yosemite Developer Preview are pre-release software. Your use is subject to and licensed only under the terms and conditions of the iOS Developer Program License Agreement ("iOS PLA"), including any applicable consent to collect diagnostic data set forth therein. If you have not agreed to the iOS PLA, you are not permitted to use this software.

9 Sep. 2014

You may now use Xcode 6 GM seed to submit apps to the App Store and Mac App Store.

like image 99
modus Avatar answered Oct 30 '22 04:10

modus