Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 466536 - iOS: Sentesting is deprecated
Summary: iOS: Sentesting is deprecated
Status: CLOSED WONTFIX
Alias: None
Product: Jubula
Classification: Technology
Component: RC (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 437056
  Show dependency tree
 
Reported: 2015-05-06 05:36 EDT by Alexandra Schladebeck CLA
Modified: 2016-05-31 09:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandra Schladebeck CLA 2015-05-06 05:36:12 EDT
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
Comment 1 Marvin Mueller CLA 2016-05-31 09:14:20 EDT
We have dropped support for the iOS Toolkit