You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: