Created
August 9, 2016 09:11
-
-
Save lawrencelomax/70660eec687869ec1873816050fbf396 to your computer and use it in GitHub Desktop.
Running a Simulator Logic Test with Dylib Overrides
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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