-
Notifications
You must be signed in to change notification settings - Fork 256
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
Swift demo crashes on device connection on iOS 16 #545
Comments
Probs a violation between the new iOS version with iOS MSDK v4.16.2. Unfortunately, there is no iOS dev team for iOS MSDK anymore so I would suggest you downgrade the iOS device for the work around. |
I downgraded to 15.6RC (the only signed IPSW option) but still got same error. |
OK further investigation. The problem is wired. Just took a look on RC info which I thought trivial:
The Phantom 4 pro controller is GL300F, I can confirm that on sticker, not GL300B. So I tried DJI Go 4 with remote only, and it detects Inspire 2... |
Something wrong with the RC. |
Bought another RC, same weired output (showed GL300B rather than GL300F) but sample didn't crash... |
Tried on ipad mini 5 @ iPadOS 16.3 & iphone 12 pro max @ iOS 16.2. Both crash upon device (phantom 4 pro or its remote only) is connected. I don't recall such issue before iOS update.
Crash point is AppDelegate
Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)
Vanilla iOS mobile SDK 4.16.2 except setting app key.
Here's lldb output:
This could related to #540 except it points to main thread.
The text was updated successfully, but these errors were encountered: