RocketSimApp icon indicating copy to clipboard operation
RocketSimApp copied to clipboard

RocketSimConnectLinker warnings

Open deivitaka opened this issue 10 months ago • 1 comments

Using the following method to link RocketSim Connect, logs a couple of warnings. Nothing seems to be impacted so far, so low priority.

private static func loadRocketSimConnect() {
        #if DEBUG
        guard Bundle(path: "/Applications/RocketSim.app/Contents/Frameworks/RocketSimConnectLinker.nocache.framework")?.load() == true else {
            print("Failed to load linker framework")
            return
        }
        print("RocketSim Connect successfully linked")
        #endif
 }

Image

deivitaka avatar Feb 14 '25 12:02 deivitaka

Thanks for flagging!

AvdLee avatar Feb 18 '25 13:02 AvdLee

This should no longer happen!

AvdLee avatar Sep 11 '25 17:09 AvdLee