ios - Always have to set Target Membership for .a File -
i using flyer
, crittercism
in project . both have libappsflyerlib.a
, libcrittercism_v4_3_4.a
respectively.
now whenever open project , run got error first time.
ld: warning: directory not found option
'-lapp/model/utility/crittercismsdk' ld: warning: directory not found
for option '-lapp/model/crittercismsdk' ld: warning: directory not
found option '-lapp' ld: warning: directory not found option
'-lapp/model/flyer' ld: warning: directory not found option
'-fapp/model/fabric' ld: library not found -lappsflyerlib clang:
error: linker command failed exit code 1 (use -v see invocation)
to resolve have uncheck , again check target membership project both libappsflyerlib.a
, libcrittercism_v4_3_4.a
manually.after project running fine.
why have set membership .a
file manually first time? missing here?
because of @trojanfoe
's suggestion right direction solve issue , found happening because has no library search path
in build->setting . set path both .a
in library search path
file , works.
Comments
Post a Comment