After I've updated to Xcode 15 beta 2, I'm getting these build time errors, which I didn't see in beta 1.

Failed to find or create execution context for description '<IBCocoaTouchPlatformToolDescription: 0x600002588860> System content for IBRealityIdiom-seventeenAndLater <IBScaleFactorDeviceTypeDescription: 0x600002588b60> scaleFactor=2x, renderMode.identifier=(null)'.

I've tried -

  • restarting the Xcode15 beta 2,
  • re-installing Xcode 15 beta 2 and also, its Commnad Line Tools
  • Restarting the macOS (twice)

However, nothing has worked so far. I'd appreciate any suggestions or ideas as to how to fix this issue, because I'm stuck without being able to build the projects.

Thanks in advance!

3

There are 3 best solutions below

2
atarasenko On BEST ANSWER

For me installing VisionOS runtime resolved the issue. This can be done in Xcode > Settings > Platforms.

Screenshot from Xcode

0
Daniel On

Solution: Open your .xib file, select the first property tab, and check the box to turn on "Use Trait Variations".

check the box Use Trait Variations

0
neobie On

In my case, the XIB related deployment target is 7.0 higher, which is very old. Changing it to 10.0 or higher works.