0

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.

Akash
  • 1
  • 2
  • Does this answer your question? [Failed to create provisioning profile](https://stackoverflow.com/questions/39603667/failed-to-create-provisioning-profile) – jraufeisen Sep 27 '22 at 10:28

2 Answers2

2

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.

Toseef Khilji
  • 17,192
  • 12
  • 80
  • 121
  • Thanks that is resolved now but facing new issue while launching the safari browser from code error - [WebDriverAgent] xcodebuild exited with code '65' and signal 'null' [BaseDriver] Event 'wdaStartFailed' logged at 1664700673167 (14:21:13 GMT+0530 (India Standard Time)) [XCUITest] Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65 – Akash Oct 02 '22 at 09:14
  • 1
    @Akash: Please ask new question. – Toseef Khilji Oct 03 '22 at 04:09
0

Dacing new issue while launching the safari browser from code error - [WebDriverAgent] xcodebuild exited with code '65' and signal 'null' [BaseDriver] Event 'wdaStartFailed' logged at 1664700673167 (14:21:13 GMT+0530 (India Standard Time)) [XCUITest] Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65 [XCUITest] xcodebuild error message:

Akash
  • 1
  • 2