-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 163 duplicate symbols for architecture x86_64 on IOS #129
Comments
Same problem here! |
@minhpd911992, have you found a solution for this? |
@baronha, can you take a look at this? Pls! |
I use this library in conjunction with another that uses TOCropViewController. This library uses CropViewController, which is a swift wrapper for the TOCropViewController, so it generates a second set of duplicated files. |
Yah sir. This is the right solution for us. |
Assuming you use another library using TOCropViewController, you need to patch it to use CropViewController instead.
And within the library code replace any instance of TOCropViewController import:
with that, both libraries use the same dependency and will not generate duplicate files. |
Thank you so much @bizarrecoding! |
Check new version: 2.0 |
When i upgrade version 1.1.6 and run project ios. It has an error:
163 duplicate symbols for architecture x86_64
Linker command failed with exit code 1 (use -v to see invocation)
If i use version 0.4.9, it hasn't error
My mac: Apple M1 Pro 16GB, Xcode 15, react native version 0.72.4
Please help me !
The text was updated successfully, but these errors were encountered: