Skip to content
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

duplicate symbol '_OBJC_CLASS_$_TOActivityCroppedImageProvider' #133

Open
KartikLakhani009 opened this issue Dec 4, 2023 · 1 comment
Open

Comments

@KartikLakhani009
Copy link

KartikLakhani009 commented Dec 4, 2023

i install this lib and run xcode got error like

163 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

i have check #108 issue and try everything but no luck

i have seen below symbol is use

duplicate symbol 'OBJC_CLASS$_TOActivityCroppedImageProvider

i debug deeper and i find out like i have same packages and use in various packages

  • CropViewController (2.6.1)

  • react-native-multiple-image-picker (1.1.6):

    • CropViewController (= 2.6.1)
    • React-Core
    • react-native-multiple-image-picker/Viewer (= 1.1.6)
    • TLPhotoPicker (= 2.1.9)
  • react-native-multiple-image-picker/Viewer (1.1.6):

    • CropViewController (= 2.6.1)
    • React-Core
    • TLPhotoPicker (= 2.1.9)

    for CropViewController and

    • TOCropViewController (2.6.1)
    • RNImageCropPicker (0.36.4):
      • React-Core
      • React-RCTImage
      • RNImageCropPicker/QBImagePickerController (= 0.36.4)
      • TOCropViewController
    • RNImageCropPicker/QBImagePickerController (0.36.4):
      • React-Core
      • React-RCTImage
      • TOCropViewController

if there is any help, please guide me
here is detail log file

a.txt

@Parkjunwu
Copy link

Parkjunwu commented Dec 29, 2023

I got same problem!

I think this problem happened after new Mac OS installed.

In my case, I use this library with react-native-image-crop-picker, and this library use 'TOCropViewController' dependency. This conflict each other. But I don't know how to use together.

I think #129 can help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants