ios - "directory not found for option" Flurry Analytics Library -


whenever reopen xcode project, these errors cause flurry analytics library:

ld: warning: directory not found option '-l/users/...' ld: warning: directory not found option '-lfiles/flurry' ld: library not found -lflurry_5.0.0 clang: error: linker command failed exit code 1 (use -v see invocation) 

at first, when project opened, not build, if drag flurry library frameworks (even though visibly there), build, there still 2 warnings.

if delete library search paths, error , warnings go away, when reopen project, come back.

is there anyway fix warnings not there , don't have re-add library every time open project?

there reference issue library.

  1. remove existing references in library search paths.
  2. remove library if present inside project folder.
  3. copy library inside project folder "flurry".
  4. reference library relative path (not absolute) in library search path "$(srcroot)/flurry"

Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -