Xcode unsupported iOS version after beta update 14.5 error 18e5140k

Hello everyone,
after I've updated my iPhone to iOS beta version 14.5 , Xcode cannot run my app.
My Xcode is updated to the last versione because the Xcode beta versione isn't suitable for my MacBook Air 2012 with Catalina.
Can you help me?
18e5140k is just the iOS build number.

What is the complete message you get.

Did you try reboot both iPhone and Mac ?

Note: in the documentation for beta, it is stated that you do it at your own risks… It is not a very good idea to do thins on a device you need, you should do it on a scapegoat iPhone…
Thank you for the answer.
There is no error, the only problem is that Xcode not recognize my device that use the new beta version iOS 14.5
I know the solution (install new Xcode beta version on Big Sur), but I cannot install Xcode beta because I've got a MacBook Air 2012 not compatible with Big Sur.
My phone works properly, I installed the beta version because I need to test my app on it.
Do you know if there is other solution?
18e5140k is a new version of 14.5 beta2, released feb 4th.

Did you check you have it installed (18e5140k).

The previous one (18e5140j) had a lot of issues with APP.

https ://www.reddit. com/r/eero/comments/ldlb3t/ios145beta218e5140k/

Or from https ://www.igen. fr/ios/2021/02/beta-1-dios-145-apple-livre-une-nouvelle-build-120453

This build provides a fix for Office applications that could not be launched since the first beta. The bug affects software that uses APP (App Protection Policy), Microsoft's office suite, but also other applications.


hello everyone,
i solved the problem by adding iOS 14.5 the device support file inside the Xcode app in path contents/Developer/platform/iPhoneOS.platform/DeviceSupport
You can download it from GitHub or you can download the new beta version and grab the directory from it.
26
This did the trick. Thanks!

Thanks @MicheleC, it works!
Thank you very much @MicheleC
It's work with me
Hi,

Unfortunately, it didn't worked for me.
I added the iOS 14.5 device support file into the Xcode app, but after the build and run, I got the following message: "Failed to prepare device for development". (iOS 14.5 release, Xcode 12.4 (12D4e)) And the weird thing is, in Xcode the maximum iOS deployment target can be only up to 14.4
MicheleC's instructions were simple, I think I followed it right. So, I don't understand what is the problem.

Can I ask your opinion, please?
Thank you @MicheleC, @TKincses try Clean build folder and remove your app from iPhone! Making this solved for me the problem with "Failed to prepare device for development".

I also received the "Failed to prepare device for development" error. As @CelsoRZ said, @TKincses try Clean build folder and remove DerivedData folder located in /Users/user/Library/Developer/Xcode/DerivedData, after that I reset Xcode and it worked for me.
I upvoted the answer by @MicheleC, and it worked, BUT...
... whenever I run the app in debug mode on my device, and I put a breakpoint, the debugger crashes.
But still a progress, at least I can install the app on my device. I'll debug on the simulator.

Xcode doesn’t support iOS 14.6 (18F72).

any sulotions?

Xcode doesn’t support iOS 14.6 (18F72).

I have such a problem too

This might be a temporary solution but here is what worked for me:

  1. Go into contents/Developer/platform/iPhoneOS.platform/DeviceSupport
  2. Copy your previous iOS 14.5 the device support file or older version
  3. Paste into the same folder and change the iOS number to 14.6
  4. Restart Xcode, and it should let you run your code on your phone

FYI this has worked for me before too for a different iOS so it might be able to help for later versions if anyone gets stuck or cant run Xcode on their phone. Hope this helps!

I just upgraded to Big Sur and reinstalled the latest version of XCode. This solved the issue for me.

14.6 not supported in XCode 12.4, this has severe impacts into my teams development schedule + QA cycle. Apple please provide us with a 14.6 OS Support bundle to add to our XCode Apps. This should be something you guys make sure is good to go before deploying a new IDE version like this, especially when you lock the ability to depreciate your own OS version (ie I would roll my iPhone back to 14.4 if I could to test my app in dev)

Do better Apple

I had the same problem: "Xcode doesn’t support iOS 14.6 (18F72)." My Xcode supported only up to 14.4. My solution was:

  1. Applications >> Xcode >> Right Click >> Show Package Contents >> Contents >> Developer >> Platforms >> iPhoneOS.platform >> DeviceSupport (https://medium.com/macoclock/how-to-add-device-support-files-to-xcode-ce4ca5965092).

  2. Download 14.5 from https://github.com/iGhibli/iOS-DeviceSupport/tree/master/DeviceSupport

  3. Create the folder 14.6 and add the files iOS 14.5 "DeveloperDiskImage.dmg" and "DeveloperDiskImage.dmg.signature" .

  4. Restart Xcode.

Is there anyone who can run iOS 14.7 on Xcode to check an app made with unity? On the GitHub url shared with a user above, there's no file for iOS 14.7. Because Apple asks me to run an app with a ios14.7 device before app publishment, would somebody gives me how to address this problem??

Hi,

I had the problem, in my case for version 14.7. And my surprise is that it was not available on GitHub,

I managed to fix the problem by doing this:

  • Search and Download the required version of required os, or like in my case the closest available version of required os from GitHub in my case it was 14.6.

  • Add downloaded iOS version (14.6) to the device support file inside the Xcode app in path contents/Developer/platform/iPhoneOS.platform/DeviceSupport (if you found the required version of the OS, the solution ends here).

  • Try using iOS 14.6 device support files, just name it "14.7".

I was able to run on iOS 14.7 using iOS 14.6 device support files on Xcode 12.4.

ty

This trick didn't work on Xcode 12.5.1

Hello all, I need to create various environments for each ios version between ios version 12 and ios version 15. Please tell me how, I need a solution. Thanks

I have looked all over for

contents/Developer/platform/iPhoneOS.platform/DeviceSupport

but I just cannot find it on my Macbook. Is there some trick I am missing ?

Thanks

Update - Found it. Right Click on the xcode.app and select View Package Contents.

Xcode unsupported iOS version after beta update 14.5 error 18e5140k
 
 
Q