xcode - Linking error when building TutorialHelloWorld in UnityPro4.6.0f3, Xcode5.0.2 (5A3005) and IOS 8.1.1 -
i did best follow tutorial "webinar 10:fundamentals of metaio sdk unity" (https://www.youtube.com/watch?v=aw47ekrkedw) use different version of metaio me(i'm using metaio sdk (version 22/05/2014)).
i manage produce project in xcode imported form unitypro. after add: "libxml2.dylib" , "metaiosdk" xcode project; , build project, 130 errors , 7 warnings.
the warning before error list says: "ld: warning: directory not found option '-l"/users/900lbs-intern02/desktop/metaio-test/libraries"'
and top error says: "std::__1::basic_string, std::__1::allocator >::insert(unsigned long, unsigned long, char)", referenced from:"
i tried solve warning doing suggested in(‘ld: warning: directory not found option’). before building again, cleaned project(command+shift+option + k) , following 7 warnigs , 1 error(i show last warning , error):
ld: warning: directory not found option '-l"/users/900lbs-intern02/desktop/metaio-test/libraries"' ld: library not found -liphone-lib clang: error: linker command failed exit code 1 (use -v see invocation)
can tell me going on? specially, how solve ld: warning: directory not found option '-l"/users/900lbs-intern02/desktop/metaio-test/libraries"' warning?
i appreciate anyone's help.
i solved problem:
+first upgraded xcode 6.1.1
+then added couple of libraries/frameworks missing:
-libc++.dylib -security.framework -coreimage.framework
Comments
Post a Comment