When I try to ADD an SDK for IOS 32 or 64 I get the error message NO SDK files could be found... did you install command line tools.
I have, but it looks like they cannot be found.
I have Xcode 7.1.1 installed on my Mac - running 10.10.5 Yosemite
- and see it in the default location of Macintosh HD/Applications/Utilities
I separately installed command line tools 7.1.dmg and see that it installed by default to Library/Developer/commandlinetools
When I type xcode-select -p it answers /Library/Developer/CommandLineTools
I cannot see any folder called xcode.app/contents
If I type sudo xcode-select -s /Application/Xcode.app/Content/Developer I get "error: invalid developer directory (as it is of course in Library/Developer/commandlinetools.
What am I supposed to do please ? How do we link to an SDK file please ?
John