myang-git / iOS-Image-Crop-View

A view that allows user to select the cropping area in an image
383 stars 78 forks source link

Getting Mach-O Linker Error #47

Open Akaqlonist opened 7 years ago

Akaqlonist commented 7 years ago

I copied ImageCropView.m , ImageCropView.h, FXBlurView into my Xcode project and tried to use but getting mach linker error as follows ; < Undefined symbols for architecture x86_64: "_OBJCCLASS$_ImageCropViewController", referenced from: objc-class-ref in AllotmentViewController.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) >

How to solve this issue ?

taha-mohd92 commented 6 years ago

Did any one have solution for above issue ?