Akash
Akash

Reputation: 1

Failed to create provisioning profile for IOS simulator

Failed to create provisioning profile. There are no devices registered in your account on the developer website. Select a device run destination to have Xcode register it.

Upvotes: 0

Views: 1274

Answers (1)

Toseef Khilji
Toseef Khilji

Reputation: 17419

As far as you don't require provisioning profile to run app in Simulator.

Select iPhone Simulator in Xcode.

enter image description here

If you want to run application on Device,

On Signing and Capabilities select 'Automatically Sign' option. enter image description here

Connect your Device, On settings 'Add This Device.' Xcode will Automatically create Profile.

Upvotes: 2

Related Questions