Reputation: 340
In iOS 11.0 and prior we could access Developer settings to debug with different kinds of network statuses, but in 11.1 this option isn't there.
Does anyone know how to reenable it?
Is it even possible?
Is it gone for good?
Any official documentation on this topic?
Upvotes: 1
Views: 1648
Reputation: 27620
For a device that runs iOS 11.1 you have to download the Xcode 9.1 beta and pair the device with that Xcode version:
DEVICE is busy: Preparing debugger support for DEVICE.
When the device is ready, the Developer section in the Settings app will be there again.
Upvotes: 1