Here is what I get from a working project (Xcode 12.4)
?xml version="1.0" encoding="UTF-8"?
document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"
device id="retina6_5" orientation="portrait" appearance="light"/
dependencies
deployment identifier="iOS"/
plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/
capability name="Safe area layout guides" minToolsVersion="9.0"/
capability name="System colors in document resources" minToolsVersion="11.0"/
capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/
/dependencies
scenes
!--First View Controller--
scene sceneID="tne-QT-ifu"
objects
viewController storyboardIdentifier="FirstView" id="BYZ-38-t0r" customClass="FirstViewController" customModule="simpleTest" customModuleProvider="target" sceneMemberID="viewController"
I note the following differences:
toolsVersion="17701" vs "18122" for you
But in your first post, with 12.0 it was:
Plugin Version = 17156, which is anterior to mine.
In my case I also have:
deployment identifier="iOS"/
May be you have included Mac in deployment info ?
In my case:
plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/
In yours
plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/
So I would (on a test project): do an option-clean build folder
remove Mac deployment (if you did set it)
change useAutolayout="YES" to "NO"
You should file a bug report with all this information.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: