react-native-perspective-image-cropper icon indicating copy to clipboard operation
react-native-perspective-image-cropper copied to clipboard

Undefined symbols for architecture x86_64:

Open daarkfish opened this issue 5 years ago • 2 comments

After i yarn install the library , and pod install , when I run my project i have build error

Undefined symbols for architecture x86_64:
  "_RCTRegisterModule", referenced from:
      +[CustomCropManager load] in CustomCropManager.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any idea how to solve this ?

daarkfish avatar Mar 11 '20 12:03 daarkfish

@daarkfish Were you able to manage this issue?

scanifydevo avatar May 21 '20 14:05 scanifydevo

I found the solution. Please remove use_frameworks! in your pod file

scanifydevo avatar May 22 '20 20:05 scanifydevo