CameraEngine
CameraEngine copied to clipboard
Crash: Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
It's the Example. How to fix it?

I get the same issue trying to run the example:
dyld: Library not loaded: @rpath/CameraEngine.framework/CameraEngine
Referenced from: /var/containers/Bundle/Application/33F19B9F-2E02-4D7E-991B-124C81699D53/CameraEngineExample.app/CameraEngineExample
Reason: image not found
+1
the second answer in this post solved it for me: https://stackoverflow.com/questions/24333981/ios-app-with-framework-crashed-on-device-dyld-library-not-loaded-xcode-6-beta
I had the same issue as of May 2018. Need to add CameraEngine.framework as an Embedded Binary into the example target.