I’m building an app on macOS 26.4 with Xcode 26.4. When I build and run my app it started prompting me for network access, which it didn’t do before with Xcode 26. It did that repeatedly, and I had been approving the prompts and the app had been working. Now the app’s network features are not working, and I assume its because its being blocked by macOS, even though I accepted the network requests each time. In System Settings - Privacy and Security - Local Network, the app has many repeated entries, like 20, and all of them are turned on.
Lots of what Albert talked about is covered in more depth in TN3179 Understanding local network privacy. Specifically, the symptoms you’ve described are most commonly seen by folks who aren’t signing their code properly. See the Build-time considerations section of that technote for more.
Also, I want to clarify this point:
I’m building an app
Are you using app in the Apple sense? That is, something that presents a GUI and the user launches from the Finder (or Home screen on iOS)? Or in a more general sense?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"