Reputation: 1
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
Reputation: 17419
As far as you don't require provisioning profile to run app in Simulator.
Select iPhone Simulator in Xcode.
If you want to run application on Device,
On Signing and Capabilities select 'Automatically Sign' option.
Connect your Device, On settings 'Add This Device.' Xcode will Automatically create Profile.
Upvotes: 2