HarvestProfit / react-native-rectangle-scanner

React Native Document/Rectangle Scanner
MIT License
199 stars 62 forks source link

890 duplicate symbols for architecture x86_64 #82

Open adars99 opened 3 years ago

adars99 commented 3 years ago

Getting this error on xcode (890 duplicate symbols for architecture x86_64 - products/Debug-iphonesimulator/libRNRectangleScanner.a(RCTModalManager.o), There are not duplicate link library in build phrase.

Also tried to find using this option but could not find any solution Following steps solved the issue for me. Go to Build Phases in Target settings. Go to “Link Binary With Libraries”. Check if any of the libraries exist twice. Build again.