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.
- remove existing references in library search paths.
- remove library if present inside project folder.
- copy library inside project folder "flurry".
- reference library relative path (not absolute) in library search path "$(srcroot)/flurry"
Comments
Post a Comment