0

How can I test a Watch OS 1 app in El Capitan? Xcode 6.4 constantly crashes, and Xcode 7 doesn't seem to support Watch OS 1 simulators.

  • Check this out to get your Xcode 6.4 working again: https://forums.developer.apple.com/message/37126 - Also, it's really hard to rely on beta software. – Fred Faust Aug 06 '15 at 02:36

1 Answers1

0

try in terminal for XCode 7 beta 4:`

cd /Applications/Xcode-beta.app (or wherever your Xcode 7 beta 4 is located)

cd Contents/Developer/Platforms/WatchSimulator.platform

cd Developer/SDKs/WatchSimulator.sdk/usr/lib

sudo mv dyld_sim dyld_sim.orig
alekstim
  • 91
  • 1
  • 5