-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The iOS app build is failing following the upgrade to version 8.0.4. #762
Comments
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 |
8.0.4 should be targeting the latest RN. It's probably that the latest version of rnc is broken. |
I'm getting
|
@joaonew is that on ios? the method might not be implemented.
|
@morenoh149 any solution? |
This issue is the same as this one. The problem is that Limited Contacts feature have been added in IOS 18. So the solution seems to be a temporary patch you can apply or just by updating XCode to 16+. |
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
The text was updated successfully, but these errors were encountered: