Users are reporting that 3rd-party software that leverages Apple's Network Extensions (such as LuLu and Windows Defender) are causing networking issues after upgrading to macOS 15.
However as such products were working seamlessly on macOS 14.* and nothing in the code of these products changed between then and now, this would point to bug in macOS.
Users have mentioned the following work arounds:
- Disabling the internal (macOS) firewall
- Upgrading to macOS 15.1 beta
More info about the issues and these "workarounds" here and here..
Looking for any guidance / insight / technical details from Apple, as users are (understandably) blaming these tools and their developers 😭
Of course if there are updated APIs or some other changes in macOS 15 that developers should consider / conform to, to ensure compatibility that'd be great to know too!
It’s better if you reply as a reply; if you reply in the comments, I may not see it. See Quinn’s Top Ten DevForums Tips for this and more titbits.
Yes, I am the developer of LuLu
Cool.
I’m not really sure how to respond to your original post. My general advice falls into two categories.
Firstly, it’s important that you test your product on beta OS releases as we seed them. If you encounter a situation where things work on OS N and fail on OS N+1 beta, the best time to file a bug about that is before OS N+1 is released.
Secondly, if your testing doesn’t indicate any issues but you get reports of problems from the field, you’d handle that like any other hard-to-reproduce issue. Ideally you’d work with the user reporting the problem to understand what’s unique about their configuration that triggers the issue. Then you can try reproducing it yourself. If you can, that makes it easier to file an actionable bug report.
If you aren’t able to reproduce the problem, things get harder. I have general advice on that front in Using a Sysdiagnose Log to Debug a Hard-to-Reproduce Problem.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"