Changed my deployment target to from 8.0 to 7.0.
Using Xcode 6 with latest iOS8 as base sdk. Getting this error when building for iOS7.1 device:
ld: can\'t l
I had a mismatch in values between on "Build Active Architecture Only" which was "Yes" for my test app, but "No" for my unit test target. Make sure these values are identical.
I followed steps provided by "Evgeny" above, but my project build only when I unchecked "Allow testing Host Application APIs". Thanks "Evgeny"!
Build settings > IOS deployment target Make sure these values are identical in app and test app targets. Works for me. screen here