react-native-text-input-mask / react-native-text-input-mask

Text input mask for React Native, Android and iOS
MIT License
1.2k stars 308 forks source link

Pod install error #196

Closed Breners closed 3 years ago

Breners commented 3 years ago

The 'Pods-psibankapp' target has transitive dependencies that include statically linked binaries: (/Users/brenerdev/Documents/GitHub/TFS_Psibank_App/psibankapp/ios/Pods/CocoaLibEvent/lib/libevent.a, /Users/brenerdev/Documents/GitHub/TFS_Psibank_App/psibankapp/ios/Pods/CocoaLibEvent/lib/libevent_core.a, /Users/brenerdev/Documents/GitHub/TFS_Psibank_App/psibankapp/ios/Pods/CocoaLibEvent/lib/libevent_extra.a, /Users/brenerdev/Documents/GitHub/TFS_Psibank_App/psibankapp/ios/Pods/CocoaLibEvent/lib/libevent_pthreads.a, /Users/brenerdev/Documents/GitHub/TFS_Psibank_App/psibankapp/ios/Pods/OpenSSL-Universal/ios/lib/libcrypto.a, and /Users/brenerdev/Documents/GitHub/TFS_Psibank_App/psibankapp/ios/Pods/OpenSSL-Universal/ios/lib/libssl.a)

this error is after use_frameworks on Podfile, someone can help me

chun-baoluo commented 3 years ago

Try adding this to Podfile for your target:

pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} end

alexandreaugus commented 3 years ago

I am also having trouble with RN 0.63.4

Screen Shot 2021-03-18 at 11 30 37
martintreurnicht commented 3 years ago

This is probably because of Pods that was included incorrectly before, try this release https://github.com/react-native-text-input-mask/react-native-text-input-mask/releases/tag/v3.0.3