Hi,
I just upgraded my Mac (Retina Late 2014) to El Capitan B4 from Yosemite.
I had already installed Xcode 7.0B4
I then installed Command Line Developer Tools for OS 10.11.
But I still see that I'm running Clang 6.1.0.
$ clang -v
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin15.0.0
Two questions:
1: How do I get Clang 7.0 installed?
2. How do I restore my IOS 9 B4 simulators, which seem to have disappeared?
Hoping to help with question #2:
Delete old (all) runtimes from /Library/Developer/CoreSimulator/Profiles/Runtimes.
That alone should do the trick. If not, continue with:
- In Simulator's Hardware > Devices > Manage Devices menu add a new iOS9 device.
- Quit out of Xcode and Simulator.app.
- Restart Simulator.app (via Xcode > ODT > Simulator) and expected iOS9 simulators should be displayed.
- Close and re-open Xcode, change the target OS for your project, and the Sims should be displayed as run targets.