ios - Project upgraded from Xcode 5 to 6 won't compile -



ios - Project upgraded from Xcode 5 to 6 won't compile -

i upgraded xcode 5 6 , code won't compile. found similar issues 3 4 none newest version.

here error i'm getting.

ld: building ios simulator, linking against dylib built macosx file '/applications/xcode.app/contents/developer/library/frameworks/xctest.framework/xctest' architecture x86_64 clang: error: linker command failed exit code 1 (use -v see invocation)

is there mutual prepare this?

thanks help.

i had similar problem fixed running clean (in menu under product/clean).

ios objective-c xcode xcode6

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -