I've had no problem running my app in a simulator or on a device, but today my app is failing on a URLRequest to my local machine (in a sim). From the same simulator I can go to Safari and manually enter the URL that the app is using (and that appears in the error message), and it works fine.
I think there was a recent Xcode update; did something change in this regard?
So that other thread you mentioned only affects the iOS 18.4 simulator. Given that you’re seeing this in the iOS 18.2 simulator, something else is afoot.
Earlier you wrote:
my app is failing on a URLRequest to my local machine (in a sim).
I want to confirm my understanding of “local machine”. Specifically, if you run your app on a real device, does this request trigger the local network alert? See TN3179 Understanding local network privacy for more about this.
If so, I suspect you might be hitting a different issue, the one discussed in this thread.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"