Build to latest iOS device without upgrading to latest Xcode

Fooshen C
Sep 21, 2022

--

credit : image from apple

Always when there is a new iOS update I will be searching this in my browser. Decided to write myself a note on where to replace the device support for Xcode.

If you are trying to build application to your device running on latest iOS, but you are not ready for latest Xcode upgrade, you can do the following steps, its simple.

First, you download the latest iOS device support file from here.
Then paste to

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

Restart Xcode.

Remember to grant developer permission if you are running on latest iOS version.

Settings > Privacy & Security > Developer Mode

Thats all we need to do, enjoy building application in latest iOS. Thanks for reading, leave some claps for yourself and me if this article help you !

--

--