-
-
Notifications
You must be signed in to change notification settings - Fork 32
Network Monitoring Setup Screen Issues #950
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
- The "use a breakpoint" link is dead. It currently is linking to https://docs.rocketsim.app/features/hzQMSrSga7BGWvxdNVdwYs/introduction/iXHZvJWvedgZuVTN5V3YS1#using-a-breakpoint
- The copyable setup code could use some imrpovements:
- The currrent conditional is simply
#if DEBUG. Seems like it should also check for a simulator environment? E.g.#if DEBUG && targetEnvironment(simulator). - The current failure message (
print("Failed to load linker framework")) doesn't mention RocketSim.
- The currrent conditional is simply
Between (i) and (ii) I had RocketSim Connect trying to load in an app I was running on a device in debug configuration, and I spent way too long trying to track down where "Failed to load linker framework" was coming from. 🙁
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working