ios - XCTest build errors for test target Xcode 5: -
i have set xcode 5 ios 7 project unit tests.
of course, setting unit tests taking me long i'm trying keep faith it's worth it. struggling hours on error:
ld: building ios simulator, linking against dylib built macosx file '/applications/xcode5-dp5.app/contents/developer/library/frameworks/xctest.framework/xctest' architecture i386
any ideas on how solve?
check framework search paths in test target settings. these can corrupted when adding xctest framework.
adding xctest 1 of projects prepended "/" paths causing them not find correct version.
Comments
Post a Comment