react-native-proximity icon indicating copy to clipboard operation
react-native-proximity copied to clipboard

Undefined symbols for architecture x86_64:

Open Jackyaung opened this issue 5 years ago • 0 comments

I am having this problem :

Undefined symbols for architecture x86_64: "OBJC_CLASS$_EPXProximityRange", referenced from: objc-class-ref in RNEstimoteProximity.o "OBJC_CLASS$_EPXProximityZone", referenced from: objc-class-ref in RNEstimoteProximity.o "OBJC_CLASS$_EPXProximityObserver", referenced from: objc-class-ref in RNEstimoteProximity.o "OBJC_CLASS$_EPXCloudCredentials", referenced from: objc-class-ref in RNEstimoteProximity.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

it looks like there is something wrong with the use_frameworks. my project react-native version is 0.61.5, when I add use_framework in the cocoapod, it reports the above error, I have tried so many ways but couldn't find any solution. Due to many of frameworks need to use the use_framework, so I can delete the use_framework, anyone knows how to solve it?

Jackyaung avatar Jan 13 '20 16:01 Jackyaung