I am trying to get the Xcode 8 simulator to work with iOS 9.3. I downloaded the 9.3 simulator component via Xcode 8 preferences and i can see the 9.3 simulator devices both in Xcode and on the filesystem in /Library/Developer/CoreSimulator/Profiles/Runtimes, however, when i try to run my app in the 9.3 simulator (or manually switch the simulator to the 9.3 hardware, i get message that states the simulator runtime for 9.3 was not found:
The com.apple.CoreSimulator.SimRuntime.iOS-9-3 simulator runtime is not available. Download the com.apple.CoreSimulator.SimRuntime.iOS-9-3 simulator runtime from the Downloads section in Xcode's Preferences.
% ls /Library/Developer/CoreSimulator/Profiles/Runtimes iOS 9.3.simruntime
I know Xcode 8 is beta but was wondering if there is a workaround for this.
Thanks.
rdar://26782300