ios - Flurry 4.3.2 linking issues -
i'm trying update flurry v 4.2.3 4.3.2 in ios application. i've updated files, , in frameworks updated use libflurry_4.3.2.a. however, when @ project.pbxproj file, under library search paths in couple places includes local path file "\\\"$(srcroot)/[appname]/third\\ party/flurry\\ analytics\\\""
.
will cause issues if else goes build code on different computer? if remove local path doesn't build.
whenever have had similar issues removed absolute local path, removed of unnecessary \
characters. try changing search path "$(srcroot)/[appname]/third party/flurry analytics"
, removing absolute local path.
Comments
Post a Comment