skip to Main Content

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.

2

Answers


  1. Chosen as BEST ANSWER

    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:


  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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search