Sudddenly I got an error while compilation with these messages.
(OSX 10.13, xCode 8.3.3, LC 8.1.6)

First time I meet it (i compiled one standalone 4 days ago with success)
Is there anyone who met it and found a trick ?
Thanks in advance
Jean-Marc
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
xcode-select -p
I have two xCode versions in my application folder.Last login: Tue May 15 09:29:59 on console:
iMacdeJeanMarc:~ jean-marcburnod$ xcode-select -p
xcode-select: error: unable to get active developer directory, use `sudo xcode-select --switch path/to/Xcode.app` to set one (or see `man xcode-select`)
iMacdeJeanMarc:~ jean-marcburnod$
No. Maybe this afternoonDid you select "Install" in the dialog that appeared? If not, I suggest you do so.
Code: Select all
sudo xcode-select -s /path/to/Xcode8.3.3.app
Code: Select all
sudo xcode-select -s /Applications/Xcode.app
Code: Select all
xcode-select -p
Code: Select all
/Applications/Xcode.app/Contents/Developer