Failed to load in App Store Xcode 7 beta 4, watchOS 2

I need to upload my app to the App Store in order to conduct internal testing using Flight Flight. Even if I still use the beta version, this is possible in accordance with this question. Is it possible to download the iOS application in the App Store for internal testing from the beta version of Xcode 7?

Unfortunately, I cannot do this. First, some details, my application name is Workout, and I created an application for iOS 9 and watchOS 2. In the photo you can see the largest of my projects (automatically created by Xcode).

enter image description here

I tried many configurations, here are some a) (there are six settings, such as six icons in the image)

Workout (the blue icon)-> Code Signing Identity: automatic, Provisioning Profile: App Store Distribution Workout (the light blue monochromatic icon)-> Code Signing Identity: iPhone Developer, Provisioning Profile: App Store Distribution WorkoutTests-> Code Signing Identity: iOS Developer, Provisioning Profile: Automatic WorkoutUITests-> The same as above Workout WatchKit App-> Code Signing Identity: iPhone Developer, Provisioning Profile: App Store Distribution WatchKit Workout WatchKit Extension-> Code Signing Identity: iPhone Developer, Provisioning Profile: App Store Distribution WatchKitExtension 

b) The same Provisioning profiles, but all on iPhone Developer, except for WorkoutTests and WorkoutUITest, where, since I selected the automatic Provisioning Profile, I had only the option of distributing iOS and not the iPhone distribution c) As in case b), but I installed the App Store distribution distribution profile for WorkoutTests and WorkoutUITests d) I followed this guide http://basememara.com/submitting-apple-watch-apps-to-the-app-store/ and I set the parameters like this It is suggested, with the exception of the Workout WatchKit application, where, if I hadn’t done this, t selected any Provisioning Profile, Xcode gave me a compilation error, so I avil one.

I think that all certificates and application id are fine, I think I only messed up the login code. Each time I create an archive and click "Download to the App Store" after some work, this error appears.

enter image description here

I also created a new iOS + watchOS project, afraid of accidentally changing some important settings, but nothing. I also tried to create a distribution profile for special distribution, nothing. I also tried downloading the WatchKitApp version (while the aforementioned guide said to download the iOS version), nothing. He always displayed the same error.

I do not know what to do, please help.

For more information, I created certificates, application ID, etc., following the above guide http://basememara.com/submitting-apple-watch-apps-to-the-app-store/ , so if you ask how I did something (for example, what purpose I compiled), this (short) manual has all the details.

+5
source share
1 answer

The same problem was recently addressed and was resolved by removing ~ / Library / Developer using:

rm -rf ~ / Library / Developer

+1
source

All Articles