CameraEngine icon indicating copy to clipboard operation
CameraEngine copied to clipboard

Crash: Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)

Open Jaspur opened this issue 8 years ago • 4 comments

It's the Example. How to fix it? schermafdruk 2017-08-22 18 00 41

Jaspur avatar Aug 22 '17 16:08 Jaspur

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

jonchui avatar Sep 18 '17 20:09 jonchui

+1

tamoyal avatar Nov 21 '17 00:11 tamoyal

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

tamoyal avatar Nov 21 '17 00:11 tamoyal

I had the same issue as of May 2018. Need to add CameraEngine.framework as an Embedded Binary into the example target.

samwize avatar May 11 '18 04:05 samwize