RocketSimApp
RocketSimApp copied to clipboard
RocketSimConnectLinker warnings
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
}
Thanks for flagging!
This should no longer happen!