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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…