Posts

Post marked as Apple Recommended
I'm experiencing super slow installs on Xcode 15. I have nothing between me and the router and the phone, yet installing an app that would take a minute at most before is now stuck after 15 mins. The changelog seems to suggest turning off WiFi on mac and on iPhone forces to switch to USB connection but not even that is working. https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes issue 109466074 Is there any other workaround to disable network debugging? I simply cannot launch any app right now.
Post not yet marked as solved
26 Replies
Hey! We are facing the same problem, I have scoured the internet and found no viable solution: Re-wrote the implementation I was using from obj-c to swift Do a SSID check after "applying" the configuration (not a fix, but at least let's me confirm the connection is successful) We tried a device running iOS 15 and it constantly fails, restarting the device does nothing A device running iOS 16 doesn't seem to show this issue (so far...) Somebody on StackOverflow mentioned the only workaround was to join the network manually, then try to join using the API, then forget the network, afterwards the network can be joined again So, it could be the issue is fixed on iOS 16 but cannot really confirm it so far. I hope to get some confirmation this bug has been fixed.