Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remote loggin not found my macbook #303

Open
winnisx7 opened this issue Oct 9, 2024 · 5 comments
Open

remote loggin not found my macbook #303

winnisx7 opened this issue Oct 9, 2024 · 5 comments

Comments

@winnisx7
Copy link

winnisx7 commented Oct 9, 2024

image image

I called the following code in appdelegate.
It was working fine until a week or so ago.
I recently updated my MacOS(15.0.1(24A348)) and that seems to be the problem.

@winnisx7
Copy link
Author

Am I the only one experiencing this? @kean

@winnisx7
Copy link
Author

When tested on a team member's macos 14.5 version, it worked fine.
Further testing on another team member's macos 15.0 version showed the same bug.
I can't downgrade my mac so I need a quick fix. @kean

@kean
Copy link
Owner

kean commented Oct 10, 2024

Hey, thanks for reporting it, @winnisx7. I'm upgrading now to test it.

@kean
Copy link
Owner

kean commented Oct 11, 2024

1. Issue with isAutomaticConnectionEnabled

I installed macOS 15, tested it, and found an issue with the recently introduced RemogeLogger.isAutomaticConnectionEnabled option. It doesn't work the first time you launch the app. It includes the Pulse demo app that had this option enabled.

Workarounds:

a) Restart the app with Pulse SDK
b) Turn "Remote Logging" off and on again (you should see the Local Networking privacy prompt)

I fixed .isAutomaticConnectionEnabled in v5.1.2.

2. Issue with new "Local Networking" prompts

There also seems to be an issue with the new "Local Network" permission dialogs in macOS 15. For some reason, they never show up for me. It has been wildly reported https://www.reddit.com/r/MacOS/comments/1fjopdm/something_has_changed_in_sequoia_in_regards_to/, but unfortunately, I haven't caught it earlier. I didn't see this issue when running debug builds on macOS 15, but it might need a bit more work for the App Store builds. I'm investigating.

@winnisx7
Copy link
Author

When I got to the office this morning and woke up my Mac from sleep, I saw a local network permissions alert.
I granted the permissions in the alert and it seems to be working fine.
I don't know if the issue is truly fixed for all users.
I'll go home and test again with another MacBook.

I am using two Macs, one with MacOS version 15.0.1 (24A348) and the other with MacOS15.0 (24A335).

The code we used is the same as before, these two lines
NetworkLogger.enableProxy()
RemoteLogger.shared.enable()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants