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
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:
"OBJC_CLASS$_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 ?
The text was updated successfully, but these errors were encountered:
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:
"OBJC_CLASS$_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 ?
The text was updated successfully, but these errors were encountered: