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.
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.