Community
Participate
Working Groups
In newer versions of XCode, Sentesting is deprecated: OCUnit and SenTestingKit.framework OCUnit and the SenTestingKit framework are deprecated and will be removed from a future release of Xcode. Source code using OCUnit will generate warnings while being compiled. Developers should migrate to XCTest by using Edit > Refactor > Convert to XCTest. For more information, see Testing with Xcode. This causes build errors in the XCode project when trying to set it up for testing with Jubula: ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit, missing required architecture arm64 in file /Applications/Xcode.app/Contents/Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit (2 slices) ld: framework not found XCTest for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) See: https://developer.apple.com/library/ios/releasenotes/DeveloperTools/RN-Xcode/Chapters/xc6_release_notes.html https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/testing_with_xcode/Introduction/Introduction.html#//apple_ref/doc/uid/TP40014132
We have dropped support for the iOS Toolkit