-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dyld: Library not loaded: @rpath/DJIWidget.framework/DJIWidget #64
Comments
Hi, there are two options for you to ask for help:
For DJI Developer Support, we have the following three tiers:
This free support is available to anyone reaching out to [email protected]. There is no guarantee for response time.
|
Here is the link of my demo: |
I am also facing the same issue:- dyld: Library not loaded: @rpath/DJIWidget.framework/DJIWidget Environment : Xcode 10.0 platform :ios, '9.0' use_modular_headers! I followed this link also but no help. |
@UnknownWarning Have you resolved the issue? |
You should add
|
Amazing! It works! Thank you from China! |
ISSUE: dyld: Library not loaded: @rpath/DJIWidget.framework/DJIWidget
Description
Environment
objc + Xcode 10.1
Create a new project and create a
Podfile
, nothing else added.The
Podfile
is show below:even if I set the specific version of DJISDK and UXSDK, the project still got the same problem.
Has anyone met this issue?
The text was updated successfully, but these errors were encountered: