dji-sdk / Mobile-UXSDK-iOS

DJI Mobile UXSDK is a suite of product agnostic UI objects that fast tracks the development of iOS applications using the DJI Mobile SDK.
Other
73 stars 43 forks source link

Crash on opening app, can't find FFmpeg image #55

Open valentary opened 5 years ago

valentary commented 5 years ago

We're having a lot of issues with the FFmpeg binary, and we can't get DJIWidget or DJI-UXSDK-iOS to load or run via cocoapods. I've created a demo project from the default single view template using swift (We work in dual Swift/Obj-c), I only added the cocoapods to the default setup.

https://github.com/valentary/DJISDKTest

we get a crash on startup, with the following error message in the console:

dyld: Library not loaded: @rpath/FFmpeg.framework/FFmpeg
  Referenced from: /private/var/containers/Bundle/Application/4EADFE33-2EEC-42CC-B450-DD30DBA92CE9/DJISDKTest.app/Frameworks/DJIUXSDK.framework/DJIUXSDK
  Reason: image not found
MrHanbing commented 5 years ago

相同问题