Please DeviceSuport version 14.7?
ocharlespereira opened this issue ยท 10 comments
looking for this version too
As a workaround in the meantime, I was able to deploy apps using Xcode 12.4 (12D4e) to an iPhone running iOS 14.7 by copying the iOS 14.6 device support files and placing them in a folder named iOS 14.7. Navigate to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
, copy the 14.6
folder, and rename it 14.7
. Be sure to restart Xcode afterwards. You can verify whether this worked by checking your device's status in the Window > Devices and Simulators
menu.
Hope this helps.
Thanks alot for the quick solution !
@merktassel Thanks guy
@merktassel
Is there a situation that Xcode lost device connection after a breakpoint?
@merktassel
Is there a situation that Xcode lost device connection after a breakpoint?
Yes, I would when I use Xcode12.4, 12.5.1 fix.
@merktassel
Is there a situation that Xcode lost device connection after a breakpoint?
Yes, unfortunately debugging with breakpoints does not seem to function when using this workaround.
As a workaround in the meantime, I was able to deploy apps using Xcode 12.4 (12D4e) to an iPhone running iOS 14.7 by copying the iOS 14.6 device support files and placing them in a folder named iOS 14.7. Navigate to
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
, copy the14.6
folder, and rename it14.7
. Be sure to restart Xcode afterwards. You can verify whether this worked by checking your device's status in theWindow > Devices and Simulators
menu.Hope this helps.
This didn't work for me with iOS 14.7.1 and Xcode 12.4. I had to get the 14.7 support files from https://github.com/JinjunHan/iOSDeviceSupport/tree/master/DeviceSupport
Thank you~ :)
As a workaround in the meantime, I was able to deploy apps using Xcode 12.4 (12D4e) to an iPhone running iOS 14.7 by copying the iOS 14.6 device support files and placing them in a folder named iOS 14.7. Navigate to
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
, copy the14.6
folder, and rename it14.7
. Be sure to restart Xcode afterwards. You can verify whether this worked by checking your device's status in theWindow > Devices and Simulators
menu.
Hope this helps.This didn't work for me with iOS 14.7.1 and Xcode 12.4. I had to get the 14.7 support files from https://github.com/JinjunHan/iOSDeviceSupport/tree/master/DeviceSupport
Thank you!