flurry / react-native-flurry-sdk

React Native Flurry SDK
Apache License 2.0
45 stars 13 forks source link

library not found for -lReactNativeFlurry #1

Closed akahnn closed 5 years ago

akahnn commented 5 years ago

Getting this error after going through installation.

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

xnth97 commented 5 years ago

Hi, thank you for taking time to reach out. We will release a version to fix it very soon. For now, if you are using Xcode 10, please select Libraries->ReactNativeFlurry.xcodeproj, go to Build Settings, search for Base SDK and make sure the value is iOS.

screen shot 2018-11-26 at 11 10 49 am

If you're still getting this error, please update with your Xcode version and iOS SDK version. Thank you.

poting-oath commented 5 years ago

New 1.3.0 just released with the fix. Thanks!

poting-oath commented 5 years ago

@akahnn Does the new release resolve your build issue? Thanks!

akahnn commented 5 years ago

@poting-oath Yes, it works now, thank you.