Search code examples
xcodenativescriptangular2-nativescriptnativescript-angularnativescript-vue

Change building to Xcode beta


Is possible to change between building by Xcode 10 and Xcode 11 beta?
Maybe by editing by config file etc.?

I have installed both and I need to switch between them.
Is it possible?


Solution

  • If you want to swtich between multiple versions of Xcode, xcode-select should do the job.

    Print current version path

    xcode-select -p
    

    To switch

    xcode-select -s path-to-different-version