Moonware / cordova-cameraplus

Cordova Plugin (iOS + Android) retrieving live images from Camera in Base64
33 stars 17 forks source link

Undefined symbols for architecture arm64 #4

Closed gjcamacho closed 6 years ago

gjcamacho commented 6 years ago

Hello,

I just downloaded the plugin and found this error when trying to test (compile from XCode 9.2 in Sierra 10.12.6 with ionic v1 and ngCordova 6.0.0)

Undefined symbols for architecture arm64: "_OBJCCLASS$_CameraManager", referenced from: objc-class-ref in CameraPlus.o

Have you encountered this? Any possible solutions?

Thanks!

gjcamacho commented 6 years ago

SOLVED!

Removed cordova-plugin-camera-preview, but the ionic build ios failed. Removed ios platform and added again, and the building and above issued were solved!