Xcode 6 and iOS 7.1 simulator: Unable to boot the iOS Simulator -


the ios 7.1 simulator stopped working time ago. dreaded unable boot ios simulator error. ios 8.3 simulator works.

i have gone through related answers, , have tried no avail:

  • deleting xcode.app , installing again app store.
  • deleting simulator devices , recreating them window -> devices.
  • manually deleting 7.1 simulator runtime /library/developer/coresimulator/profiles/runtimes , reinstalling through preferences pane.
  • manually deleting simulator content , settings ~/library/developer/coresimulator/devices.
  • making sure dyld_insert_libraries environment variable not set.
  • making sure correct command line tools options set in preferences pane.

all sprinkled restarts.

i don't know else do, sort of reinstalling os x, i'd prefer avoid. using xcode 6.3.2 (6d2105) on yosemite 10.10.4 (14e36b).

any ideas?

for people having "unable boot ios simulator" issue while running xcode 6.x , who've upgraded os x 10.11 el capitan, warned there no effective solution ios 7 simulator functionally incompatible el cap.

see following apple developer forum thread , read response jeremyhu:

https://forums.developer.apple.com/thread/5612

"this specific incompatibility of ios 7.1 libxpc being old satisfy needs of host's libsystem_stats.dylib."


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -