blakgeek / cordova-plugin-flurryanalytics

Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps
23 stars 29 forks source link

ios archive build fail - library not found for -lFlurry-iOS-SDK #34

Open AdamDiament opened 5 years ago

AdamDiament commented 5 years ago

ld: library not found for -lFlurry-iOS-SDK clang: error: linker command failed with exit code 1 (use -v to see invocation)

cordova build ios --release works fine, but then when creating an archive using xcode the build fails with the above error

achakra21 commented 4 years ago

When your project using cocoapods you should open the .xcworkspace file in your xcode instead of .xcodeproj file .