You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/13 08:29:58 UTC

[GitHub] [cordova-ios] Sroose commented on issue #711: App Rejected - ITMS-90534: Invalid Toolchain Error

Sroose commented on issue #711: App Rejected - ITMS-90534: Invalid Toolchain Error
URL: https://github.com/apache/cordova-ios/issues/711#issuecomment-553294239
 
 
   @elviseas1, the correct way to do this is:
   `sudo xcode-select --switch /Users/yourname/Downloads/Xcode.app/Contents/Developer`
   (or whatever path to the new Xcode)
   
   To return to default xcode:
   `sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer`
   
   To see which one you’re using:
   `xcode-select -p`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org