iOSDeviceSupport icon indicating copy to clipboard operation
iOSDeviceSupport copied to clipboard

Official iOS 17 , Xcode 15 ?

Open iosMaher opened this issue 2 years ago • 13 comments

iosMaher avatar Sep 21 '23 11:09 iosMaher

+1

RakhmatovBeymamat avatar Sep 21 '23 22:09 RakhmatovBeymamat

+1

Coderxle avatar Sep 22 '23 02:09 Coderxle

And xCode 15 DeviceSupport does not include iOS 17

Coderxle avatar Sep 22 '23 02:09 Coderxle

+1

fampaySiddharth avatar Sep 22 '23 09:09 fampaySiddharth

+1

Mehul1437 avatar Sep 22 '23 17:09 Mehul1437

+1

3257 avatar Sep 25 '23 08:09 3257

+1

duduwei avatar Sep 26 '23 06:09 duduwei

+1

Choyeongdeok avatar Sep 27 '23 06:09 Choyeongdeok

+1

gulalicelik avatar Sep 27 '23 09:09 gulalicelik

+1

ayoubm avatar Sep 27 '23 12:09 ayoubm

+1

AkshayND avatar Sep 27 '23 12:09 AkshayND

+1

favazHF avatar Oct 02 '23 17:10 favazHF

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

fbaptista avatar Oct 02 '23 17:10 fbaptista

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

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 13:06 filsv