1

I run Mojave OS on VirtualBox (Windows) to develop React Native App. When I try build app in Xcode v10.3 to submit to Testflight, AppStore, etc.

Steps:

  • 1) Devices:

enter image description here

  • 2) Build

enter image description here

I've next error:

enter image description here

the problem? I haven't a iOS device to register. Any idea how to fix it?

foviedo
  • 55
  • 4

1 Answers1

1
  • You need a valid development team created (in you Apple Project Account) and set in Xcode->YourProjectTarget->Signing Capabilities.

  • You also have to create Production certificate to be able to generate a production archive.

For the profiles error you can check this link: "No provisioning profiles found" in Xcode

NOTE: after creating new profiles/certificates in developer.apple.com you can download/sync them in: Xcode --> Preferences --> Accounts:

enter image description here

Florin Dobre
  • 9,872
  • 3
  • 59
  • 93
  • I have same problem in Flutter, I have a paid apple dev account, in xcode I select any IOS device, when I click archive I get the error: Failed to create provisioning profile – Zia Feb 03 '22 at 07:37