iOSDeviceSupport
iOSDeviceSupport copied to clipboard
iOS 17 beta support??
+1
+1
+1
+1
https://developer.apple.com/forums/thread/730947
+1
+1
+1 will be ?
+1
+1
@gbabucs @ghostwolf90 @kaiserabliz @charleszhao888888 @yuriy3122 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 enabled
I have Xcode 15 beta installed alongside Xcode 14, I'm not sure if that's required or not.