XCode 4.2 linker error Library not found -lFlurryAnalytics

odyth picture odyth · Oct 25, 2011 · Viewed 11.1k times · Source

enter image description here

I am getting this error when trying to build my project. I have a paid / free version the paid version is working just fine with the same library. However for some reason the free version is having a hard time with the Flurry Analytics library which is the same file version as the paid app. I added it by going to Add > Existing Frameworks... Add Other and browsed to the library in the paid apps folder. I am not sure what else to try I have made sure the project settings between paid and free version are identical, I have tried coping that file locally, I have googled and googled and am coming up short.

using Xcode 4.2 with iOS 5

Thanks in advance.

Answer

justin picture justin · Oct 25, 2011

it's likely not in the list of ld's search paths. either qualify the path or add its parent to the list of directories for ld to search.