Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
465 views
in Technique[技术] by (71.8m points)

ios - 2 duplicate symbols for architecture x86_64 in Xcode

When I make a build in XCode I getting this type of error

duplicate symbol '_OBJC_CLASS_$_ReactNativeFingerprintScanner' in:
    /Users/techdodles/Library/Developer/Xcode/DerivedData/TonChan-cjikmabjpuokqedkpwsgyhpnrehx/Build/Products/Debug-iphonesimulator/react-native-fingerprint-scanner/libreact-native-fingerprint-scanner.a(ReactNativeFingerprintScanner.o)
    /Users/techdodles/Library/Developer/Xcode/DerivedData/TonChan-cjikmabjpuokqedkpwsgyhpnrehx/Build/Products/Debug-iphonesimulator/libReactNativeFingerprintScanner.a(ReactNativeFingerprintScanner.o)
duplicate symbol '_OBJC_METACLASS_$_ReactNativeFingerprintScanner' in:
    /Users/techdodles/Library/Developer/Xcode/DerivedData/TonChan-cjikmabjpuokqedkpwsgyhpnrehx/Build/Products/Debug-iphonesimulator/react-native-fingerprint-scanner/libreact-native-fingerprint-scanner.a(ReactNativeFingerprintScanner.o)
    /Users/techdodles/Library/Developer/Xcode/DerivedData/TonChan-cjikmabjpuokqedkpwsgyhpnrehx/Build/Products/Debug-iphonesimulator/libReactNativeFingerprintScanner.a(ReactNativeFingerprintScanner.o)
ld: 2 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
2 duplicate symbols for architecture x86_64
question from:https://stackoverflow.com/questions/65920159/2-duplicate-symbols-for-architecture-x86-64-in-xcode

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...