Community
Participate
Working Groups
The current way to make iOS AUT testable that is described in the User Manual leads to build error due to SentestingKit dependency probably is being not correctly resolved for XCTest for test target XCode5. To fix this the target FRAMEWORKS_SEARCH_PATHS in build setting have to contain a line "$(SDKROOT)/Developer/Library/Frameworks" right after a line "$(inherited)". We should either document this issue and the resolution or try not to have a dependency to SentestingKit if it is possible
Tamas made a small recearch and found out that Sentestingkit is necessary for iOS6 testing. Since we still run 6.0 tests, I will include in the documentation the way to fix the described debug error if it occur.
The error description: building for iOS Simulator, but linking against dylib built for MacOSX file '/Applications/Xcode.app/Contents/Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit' for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Maissmaallsmyss, what is the status of this? Does anything need to be done here?
I´ve included the error fix into the user manual. So I suppose after the documantation changes are reviewed and pushed, this can be closed.
Documentation is finished and pushed (Bug 437114) and include the error fix description (step to avoid this error). So I suggest this ticket can be closed.
I've verified that the documentation has been updated to also list this possible error during compilation and it's solution.