"No profiling required" in xcode 9.2, when loading an application in appstore

When I try to download the application to the App Store using Xcode 9.2 from system A, it works fine, but when I try to execute the same from system B with the same code and the same version of Xcode, it does not allow me to select the Provisioning profile in step 1. It says “No Profile” for the application file.

Tried these possible solutions for this.

  • All certificates are removed and installed again.
  • Purified temporary project files.
  • Reinstall Xcode 9.2.

Here are screenshots of what I get in xcode 9.2

System A -

enter image description here

System B -

enter image description here

Error in system B -

enter image description here

Expected Result: The boot process should work in System B in the same way as in System A.

: App Store Xcode 9.2 A , B Xcode Provisioning . " " .

/: Xcode 9.2

+4
3

, @jcesarmobile , - , . . , , , B. . , , .

- , Framework, .

+1

A B.

A:

Xcode- > Preferences- > Accounts, "" ( , +) "".

B:

, , "import".

.

0

Add a developer account to xcode, then try also to make sure that you have selected your project and should not select any third part library

0
source

Source: https://habr.com/ru/post/1692268/


All Articles