-
Notifications
You must be signed in to change notification settings - Fork 52
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
1 duplicate symbol for architecture arm64(ios构建报错) #68
Comments
I got same error.
|
I uninstall 'react-native-svg' to fix the above error, |
Hi, I fix it by downgrading react-native-svg to 9.3.7 yarn add [email protected] Podfile pod 'RNSVG', :path => '../node_modules/react-native-svg'
pod 'MobileVLCKit', '3.3.1' |
duplicate symbol _distance in:
/Users/user/Library/Developer/Xcode/DerivedData/weight-dcsrolxzvuztosdzfondrtqizpws/Build/Products/Debug-iphoneos/libRNSVG.a(UIBezierPath+Util.o)
/Users/user/project/newWeightApp2.0/vlcKit/MobileVLCKit.framework/MobileVLCKit(tools.c.o)
ld: 1 duplicate symbol for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: