iOSDeviceSupport
iOSDeviceSupport copied to clipboard
Official iOS 17 , Xcode 15 ?
+1
+1
And xCode 15 DeviceSupport does not include iOS 17
+1
+1
+1
+1
+1
+1
+1
+1
+1
Hello everybody. iOS 17 has a quite different way to communicate with the device. You will not be able to mount devImages like before. Check this repo for supporting ios17 image mount using python: https://github.com/doronz88/DeveloperDiskImage
@Mehul1437 @ayoubm @fbaptista @Coderxle @AkshayND Guys please try this workaround and let me know if it's worked (Please note you need Xcode 14+ to get it work):
[!WARNING] ⚠️ iOS 17+ Workaround (Xcode 14+ required):
In the terminal run:Then restart Xcode 14 the iOS 17 device will show up in Xcode like below and you can run and debug the app as usual. (You may need to go to Devices and Simulators to pair/trust the device)defaults write com.apple.dt.Xcode DVTEnableCoreDevice enabledI have Xcode 15 beta installed alongside Xcode 14, I'm not sure if that's required or not.