Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NicholasTD07/ae3ab18dafa91900144f to your computer and use it in GitHub Desktop.
Save NicholasTD07/ae3ab18dafa91900144f to your computer and use it in GitHub Desktop.

Xcode 7.0 beta 4 can not open Storyboard files - WHY I THINK XCODE HATES ME

"cant connect to iOS agent"

Possible Problems

Wrong version of icu4c

Xcode 7.0 beta 4 needs icu4c 54, but 55 is active.

Fix/Hack: Link all *.55.dylib to *.54.dylib in /usr/local/opt/icu4c/lib

Wrong path for simulators

Getting this error in logs.

Application Specific Information:
dyld: in dlopen()
/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib

Rename/Remove /Library/Developer/CoreSimulator/*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment