Kerumen / react-native-awesome-card-io

A complete and cross-platform card.io component for React Native (iOS and Android).
https://kerumen.github.io/react-native-awesome-card-io/
457 stars 134 forks source link

library conflicting while pod install #161

Closed mitesh-db closed 4 years ago

mitesh-db commented 4 years ago

When Installing with another package called react-native-paypal-lib, My pod install is failing, here is the output of pod install.

Analyzing dependencies Downloading dependencies Installing RNAwesomeCardIO (0.8.3) [!] The 'Pods-Testapp' target has libraries with conflicting names: libcardio.a, libopencv_core.a, and libopencv_imgproc.a.

ghost commented 4 years ago

Same

ghost commented 4 years ago

Upgrading to 0.9.0-rc.1 helped me

mitesh-db commented 4 years ago

Thank you very much! It helped me too

ghost commented 4 years ago

I must warn you that in this situation the latest version of the conflicting files will be used and there may be problems with libs who use an older version.