-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
I have two issues about M300 & RTK.
First. (This is about M300 & RTK)
I cloned this project and launched swift version.
Of course, I set Info.plist values properly and this sample app worked very well.
But, whenever M300 connected to D-RTK 2 HIGH PRECISION GNSS MOBILE STATION, this app crashed.
I'll attach captured image for this. (image 1)
Second. (This is not about RTK. Just only M300)
I want status bar view components for my own application.
So, I added in this way
let vcStatusBar = DUXStatusBarViewController.init()
addChild(vcStatusBar)
statusBarContainer.addSubview(vcStatusBar.view)
vcStatusBar.view.frame = statusBarContainer.frame
(statusBarContainer is IBOutlet)
After launch, my app crashed. I'll attach captured image for this. (image 2)
I have used status bar view in this way from SDK version 4.9.1. until 4.13 and there has not been any problems.
But when I updated to 4.14, this error occured.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

