简体   繁体   中英

Flurry 4.3.2 linking issues

I'm trying to update Flurry from v 4.2.3 to 4.3.2 in my iOS application. I've updated the files, and in Frameworks updated it to use libFlurry_4.3.2.a. However, when I look at the project.pbxproj file, under library search paths in a couple places it includes the local path to the file as well as "\\\\\\"$(SRCROOT)/[AppName]/Third\\\\ Party/Flurry\\\\ Analytics\\\\\\"" .

Will this cause issues if someone else goes to build the code on a different computer? If I remove the local path it doesn't build.

Whenever I have had similar issues I removed the absolute local path, then removed all of the unnecessary \\ characters. So try changing the search path to "$(SRCROOT)/[AppName]/Third Party/Flurry Analytics" and removing the absolute local path.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM