iOSDeviceSupport icon indicating copy to clipboard operation
iOSDeviceSupport copied to clipboard

iOS 17.0 Beta Device Support Files

Open SPrasadT opened this issue 1 year ago • 10 comments

Hi,

Any chance we can get iOS 17.0 device support files, on installing Xcode beta 15, I couldn't find the device support files for iOS 17 beta.

Thanks.

SPrasadT avatar Jun 12 '23 09:06 SPrasadT

@SPrasadT I've tried as well, not available yet, will add as soon as it will be available.

filsv avatar Jun 12 '23 14:06 filsv

@filsv still not available?

marcosabb avatar Jul 05 '23 16:07 marcosabb

can you please copy file from xcode 15 beta? i need iOS 17 beta 3

mehroozkhan50 avatar Jul 10 '23 13:07 mehroozkhan50

I also badly need iOS 17, please try to add it as soon as possible

fantasticrahulrai avatar Jul 13 '23 11:07 fantasticrahulrai

I also badly need iOS 17, please try to add it as soon as possible

lycfr avatar Jul 14 '23 07:07 lycfr

I really need those iOS 17 Beta Support files as well. Unable to install XCode 15 Beta and can’t deploy to my iPhone anymore

JGameMaker92 avatar Jul 17 '23 23:07 JGameMaker92

Starting in Xcode 15 Apple changed how the device support works. I fear that it will no longer be possible to do this Xcode hack of copying device support files. https://developer.apple.com/forums/thread/730947

SeanRobinson159 avatar Jul 19 '23 17:07 SeanRobinson159

If there is no device support files, how will go-ios, tidevice, or even idevice libs work? scary that many of the CLI based operations will not work for iOS 17.

SPrasadT avatar Jul 19 '23 17:07 SPrasadT

@filsv any expectation in this?

felipecastrosales avatar Oct 07 '23 13:10 felipecastrosales

any expectation in this?

laiyierjiangsu avatar Apr 10 '24 06:04 laiyierjiangsu

@laiyierjiangsu @SeanRobinson159 @fantasticrahulrai @SPrasadT 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