Skip to content

App crash with M300 & RTK #95

@seungbeom-son

Description

@seungbeom-son

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)

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)

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions