morenoh149 / react-native-contacts

React Native Contacts
MIT License
1.65k stars 564 forks source link

iOS Buiilding #751

Closed RAcbd closed 1 month ago

RAcbd commented 1 month ago

The following build commands failed:

    CompileC /Users/raff/Library/Developer/Xcode/DerivedData/ProjectName-boizutptvsehpqdnueeafhnxbiqc/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/react-native-contacts.build/Objects-normal/arm64/RCTContacts.o /Users/raff/Programs/ProjectName/node_modules/react-native-contacts/ios/RCTContacts/RCTContacts.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'react-native-contacts' from project 'Pods')
(1 failure)

I'm getting this error when building for ios

Any help would be appreciated.

"react-native": "^0.73.4", "react-native-contacts": "^8.0.0",

morenoh149 commented 1 month ago

sorry I'm not sure what how to solve

RAcbd commented 1 month ago

Found out the issue it's regarding the latest build 8.0.0 is not compatible with the react-native 0.73.4, I downgraded react-native-contacts to the version 7.0.7 and it works perfectly.

morenoh149 commented 1 month ago

@RAcbd yes but we want people to be able to build the latest version (v8) I need to find out why that's not happening