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

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -