skip to Main Content

I want to build my visionOS app to my Vision Pro for the first time. There is no cable or any way to physically connect the device to my MacBook, so how do I do it?

2

Answers


  1. Chosen as BEST ANSWER

    On the Vision Pro:

    • Go to Settings > General > Remote Devices and select your computer

    On your Mac:

    • Go to Xcode > Window > Devices and Simulators
    • Find your Vision Pro in the Devices list on the left
    • Pair your Vision Pro using the code seen in the Settings app in Vision Pro

  2. Connect to same wifi network

    • On Vision Pro -> Settings > General > Remote Devices

    • On Mac -> Xcode -> Devices & Simulators -> Select the Vision Pro &
      enter the code

    • On Mac -> Run a build targeted at your vision pro device which should
      now be a run destination (Developer mode setting wasn’t visible till
      I did this), you will get an error saying developer mode is not
      enabled

    • On Vision Pro -> Privacy & Security > Developer Mode

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