You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: