ios - Put Xcode files into new folder. Since then, I encounter the following errors when building project in simulator -


i encounter following errors

ld: warning: directory not found option '- l/users/andrecowardjr/desktop/parley/parley/google analytics      ld: library not found -lgoogleanalytics  clang: error: linker command failed exit code 1 (use -v see invocation) 

cant find out error is. needed.

go project settings, check out field 'library search paths', , edit reflects moved code/libraries. error you're running here linker can't find google analytics library app set link against (because moved it).


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -