Skip to content

Instantly share code, notes, and snippets.

@tungpt247
Created October 26, 2015 03:22
Show Gist options
  • Save tungpt247/5a5cb3b201b6949f6287 to your computer and use it in GitHub Desktop.
Save tungpt247/5a5cb3b201b6949f6287 to your computer and use it in GitHub Desktop.
xcode 7. Error running playground. Unable to find suitable target device. (iOS Swift)
Quit Xcode
Delete the folder /Users/<username>/Library/Developer/CoreSimulator/Devices.
For example, in Terminal: rm -rf ~/Library/Developer/CoreSimulator/Devices
In Terminal: killall -9 com.apple.CoreSimulator.CoreSimulatorService (or just reboot).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment