We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aName variable is nil and console does not print any errors. (Tests were working for XCode 6)
XCTest-status/Session logs are following:
GNU nano 2.0.6 File: /var/folders/tz/vj96jf017fn17lnv93zprh7h0000gn/T/com.apple.dt.XCTest-status/Session-2015-10-19_11:49:51-0BdSRN.log "SIMULATOR_VERSION_INFO" = "CoreSimulator 191.4 - Device: iPhone 4s - Runtime: iOS 9.1 (13B134) - DeviceType: iPhone 4s"; "TESTMANAGERD_SIM_SOCK" = "/private/tmp/com.apple.launchd.ARCHI2WBmF/com.apple.testmanagerd.unix-domain.socket"; TMPDIR = "/Users/macmini1/Library/Developer/CoreSimulator/Devices/3847F6D5-1026-4505-903E-AC22A6B11572/data/Containers/Data/Application/CA70D952-5D63-4B86-90A2-87A21C334BF5/tmp"; TestBundleLocation = "/Users/macmini1/Library/Developer/Xcode/DerivedData/BorMDMiOS-elazovtmijzbtbaflxtgtqvlclnf/Build/Products/Debug-iphonesimulator/BorMDMiOSTests.xctest"; XCInjectBundle = "/Users/macmini1/Library/Developer/Xcode/DerivedData/BorMDMiOS-elazovtmijzbtbaflxtgtqvlclnf/Build/Products/Debug-iphonesimulator/BorMDMiOSTests.xctest"; XCInjectBundleInto = "/Users/macmini1/Library/Developer/Xcode/DerivedData/BorMDMiOS-elazovtmijzbtbaflxtgtqvlclnf/Build/Products/Debug-iphonesimulator/BorMDMiOS.app/BorMDMiOS"; "XCODE_DBG_XPC_EXCLUSIONS" = "com.apple.dt.xctestSymbolicator"; XCTestConfigurationFilePath = "/Users/macmini1/Library/Developer/Xcode/DerivedData/BorMDMiOS-elazovtmijzbtbaflxtgtqvlclnf/Build/Products/Debug-iphonesimulator/BorMDMiOSTests.xctest/BorMDMiOSTests$ "XPC_FLAGS" = 0x0; "XPC_SERVICE_NAME" = "UIKitApplication:com.boryazilim.BorSecure[0xc7c2]"; "XPC_SIMULATOR_LAUNCHD_NAME" = "com.apple.CoreSimulator.SimDevice.3847F6D5-1026-4505-903E-AC22A6B11572.launchd_sim"; } 11:50:03.342 BorMDMiOS[8789:60714] loading DTXConnectionServices from /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Developer/L$ 11:50:03.355 BorMDMiOS[8789:60714] Session ID <__NSConcreteUUID 0xfc0df70> 5B15B5BF-5DD1-4993-8E58-9ACB7CBBC83C 11:50:03.355 BorMDMiOS[8789:60714] Registering for testmanagerd availability notify post. 11:50:03.356 BorMDMiOS[8789:60714] testmanagerd availability confirmed via notify_get_state. 11:50:03.356 BorMDMiOS[8789:60714] Initiating connection to testmanagerd to request socket for IDE connection. 11:50:03.466 BorMDMiOS[8789:60782] Got socket 10 from daemon, making connection to IDE 11:50:03.466 BorMDMiOS[8789:60782] Creating connection with transport 11:50:03.466 BorMDMiOS[8789:60782] Resuming connection 11:50:03.467 BorMDMiOS[8789:60782] Messaging IDE proxy - _XCT_testBundleReadyWithProtocolVersion:16 minimumVersion:8 11:50:03.512 Xcode[7551:59290] Starting test plan, clearing initialization timeout timer. 11:50:03.490 BorMDMiOS[8789:60714] -[XCTestDriver _runSuite] 11:50:03.490 BorMDMiOS[8789:60714] Loading test suite... 11:50:03.573 Xcode[7551:60097] Clearing timeout timer while paused in the debugger. Timeout conditions may not be detected during this session. 11:53:37.869 Xcode[7551:61098] Test operation failure: Test operation was canceled. 11:53:37.869 Xcode[7551:61932] _finishWithError:Error Domain=IDETestOperationsObserverErrorDomain Code=3 "Test operation was canceled." UserInfo={NSLocalizedDescription=Test operation was canceled.} $
The text was updated successfully, but these errors were encountered:
No branches or pull requests
aName variable is nil and console does not print any errors. (Tests were working for XCode 6)
XCTest-status/Session logs are following:
The text was updated successfully, but these errors were encountered: