Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lawrencelomax/70660eec687869ec1873816050fbf396 to your computer and use it in GitHub Desktop.
Save lawrencelomax/70660eec687869ec1873816050fbf396 to your computer and use it in GitHub Desktop.
Running a Simulator Logic Test with Dylib Overrides
$ DYLD_FALLBACK_FRAMEWORK_PATH=/Applications/xcode_8_beta_4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks \
DYLD_FALLBACK_LIBRARY_PATH=/Applications/xcode_8_beta_4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib \
DYLD_ROOT_PATH=/Applications/xcode_8_beta_4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk \
DYLD_SHARED_REGION=avoid \
DYLD_INSERT_LIBRARIES=/Users/lawrencelomax/Library/Developer/Xcode/DerivedData/otest-shim-gzqfivxxroyopfctymsslntqaxit/Build/Products/Debug/lib/otest-shim-ios.dylib \
DYLD_PRINT_LIBRARIES=1 \
/Applications/xcode_8_beta_4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Agents/xctest \
-XCTest All ~/src/FBSimulatorControl/XCTestBootstrapTests/Fixtures/SimpleTestTarget.xctest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment