cordova-plugin-flurryanalytics icon indicating copy to clipboard operation
cordova-plugin-flurryanalytics copied to clipboard

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

Open AdamDiament opened this issue 6 years ago • 1 comments

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

AdamDiament avatar Dec 02 '18 15:12 AdamDiament

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

achakra21 avatar Aug 29 '20 01:08 achakra21