Open Anahita-Fakhravar opened 1 week ago
8.0.4 seems to be incompatible with the newest version of react native. I had to install 7.0.x to get it to build properly
@morenoh149 I've updated the issue with detailed steps to reproduce. You can simply create a new React Native app, install the package, and attempt to build the iOS app to observe the error.
8.0.4 seems to be incompatible with the newest version of react native. I had to install 7.0.x to get it to build properly
8.0.4 should be targeting the latest RN. It's probably that the latest version of rnc is broken.
After upgrading react-native-contacts from version 7.0.8 to 8.0.4, the iOS build fails with the following errors:
I encounter the above error regardless of whether I add the following line to the Podfile:
target 'app' do ... pod 'react-native-contacts', :path => '../node_modules/react-native-contacts' <-- add me ... end
Steps to reproduce
Additional info react-native: "=0.75.4"
OS: macOS 14.3.1 CPU: (8) arm64 Apple M1 Shell: 5.9 - /bin/zsh Binaries: Node: 18.14.1 - /usr/local/bin/node Yarn: 4.1.1 - /usr/local/bin/yarn <----- active npm: 9.3.1 - /usr/local/bin/npm Browsers: Chrome: 130.0.6723.70 Safari: 17.3.1