iOSDeviceSupport icon indicating copy to clipboard operation
iOSDeviceSupport copied to clipboard

iOS 17

Open anitaspieker opened this issue 2 years ago • 1 comments

anitaspieker avatar Nov 06 '23 17:11 anitaspieker

same here

HARSHVDARJI avatar Dec 20 '23 13:12 HARSHVDARJI

@anitaspieker @HARSHVDARJI 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:

defaults write com.apple.dt.Xcode DVTEnableCoreDevice enabled
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)

I have Xcode 15 beta installed alongside Xcode 14, I'm not sure if that's required or not.

filsv avatar Jun 11 '24 14:06 filsv