Skip to content

Instantly share code, notes, and snippets.

@lawrencelomax
Created October 13, 2015 09:32
Show Gist options
  • Save lawrencelomax/532d23905a27f97754b7 to your computer and use it in GitHub Desktop.
Save lawrencelomax/532d23905a27f97754b7 to your computer and use it in GitHub Desktop.
Xcode7 XCTest Launch
Oct 13 08:41:44 lawrencelom-mbp syncdefaultsd[10129]: (Note ) SYDAlwaysOnAccount: no account (null)
Oct 13 08:41:44 lawrencelom-mbp CoreSimulatorBridge[9632]: Requesting launch of com.example.apple-samplecode.TableSearch with options: {
arguments = (
"-NSTreatUnknownArgumentsAsOpen",
NO,
"-ApplePersistenceIgnoreState",
YES
);
environment = {
AppTargetLocation = "/Users/lawrencelomax/Library/Developer/Xcode/DerivedData/TableSearch-avrosnidtpyztnerixabsyhzbfvt/Build/Products/Debug-iphoneos/TableSearch.app/TableSearch";
"DYLD_FRAMEWORK_PATH" = "/Users/lawrencelomax/Library/Developer/Xcode/DerivedData/TableSearch-avrosnidtpyztnerixabsyhzbfvt/Build/Products/Debug-iphonesimulator:/Applications/xcode_7.0.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks";
"DYLD_INSERT_LIBRARIES" = "/Applications/xcode_7.0.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection";
"DYLD_LIBRARY_PATH" = "/Users/lawrencelomax/Library/Developer/Xcode/DerivedData/TableSearch-avrosnidtpyztnerixabsyhzbfvt/Build/Products/Debug-iphonesimulator:/Applications/xcode_7.0.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks";
NSUnbufferedIO = YES;
"OBJC_DISABLE_GC" = YES;
TestBundleLocation = "/Users/lawrencelomax/Library/Developer/Xcode/DerivedData/TableSearch-avrosnidtpyztnerixabsyhzbfvt/Build/Products/Debug-iphonesimulator/TableSearchTests.xctest";
XCInjectBundle = "/Users/lawrencelomax/Library/Developer/Xcode/DerivedData/TableSearch-avrosnidtpyztnerixabsyhzbfvt/Build/Products/Debug-iphonesimulator/TableSearchTests.xctest";
XCInjectBundleInto = "/Users/lawrencelomax/Library/Developer/Xcode/DerivedData/TableSearch-avrosnidtpyztnerixabsyhzbfvt/Build/Products/Debug-iphoneos/TableSearch.app/TableSearch";
"XCODE_DBG_XPC_EXCLUSIONS" = "com.apple.dt.xctestSymbolicator";
XCTestConfigurationFilePath = "/Users/lawrencelomax/Library/Developer/Xcode/DerivedData/TableSearch-avrosnidtpyztnerixabsyhzbfvt/Build/Products/Debug-iphonesimulator/TableSearchTests.xctest/TableSearchTests-43E0ECCC-37C5-466A-9CFE-0E1623F28F99.xctestconfiguration";
};
stderr = "/dev/ttys005";
stdout = "/dev/ttys005";
"wait_for_debugger" = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment