okwasniewski / react-native-bottom-tabs

Native Bottom Tabs for React Native
https://okwasniewski.github.io/react-native-bottom-tabs/
MIT License
628 stars 24 forks source link

Build fails at pod install #60

Closed CodeWithShreyans closed 1 month ago

CodeWithShreyans commented 1 month ago
[INSTALL_PODS] [!] CocoaPods could not find compatible versions for pod "react-native-bottom-tabs":
[INSTALL_PODS] [!] [Codegen] warn: using experimental new codegen integration
[INSTALL_PODS]   In Podfile:
[INSTALL_PODS] [!] `<PBXResourcesBuildPhase UUID=`13B07F8E1A680F5B00A75B9A`>` attempted to initialize an object with an unknown UUID. `64DCBED9003442F7ABF1550E` for attribute: `files`. This can be the result of a merge and the unknown UUID is being discarded.
[INSTALL_PODS]     react-native-bottom-tabs (from `../node_modules/react-native-bottom-tabs`)
[INSTALL_PODS] Specs satisfying the `react-native-bottom-tabs (from `../node_modules/react-native-bottom-tabs`)` dependency were found, but they required a higher minimum deployment target.
[INSTALL_PODS] 
Error: pod install exited with non-zero code: 1
okwasniewski commented 1 month ago

Hey @CodeWithShreyans

Thanks for opening the issue.

Did you bump minimal deployment target as described in the docs? https://okwasniewski.github.io/react-native-bottom-tabs/docs/getting-started/quick-start.html

Also if you are using new architecture its not yet supported and its being tracked by #10

CodeWithShreyans commented 1 month ago

So that issue was because of minimum deployment target

New Architecture fails at runtime