I have a schema building an instruments package. After updating to Xcode 13.3 it fails with:
BuildInstrumentsPackage ....instrdst...
/Applications/Xcode.app/Contents/Developer/usr/bin/instrumentbuilder ...
Assertion failed: (_columnToInterpolationExpressionMapping[column] == nil), function -[XRPackageModelingRuleSystem setColumnInterpolation:expression:definesLayoutScope:], file XRPackageModelingRuleSystem.m, line 422.
Command BuildInstrumentsPackage failed with a nonzero exit code
I don't have a clue what's going wrong. Any hint?
Post
Replies
Boosts
Views
Activity
Hi,
I have Xcode 13.1 installed on my Mac running macOS Monterey 12.0.1. I'd like to test my App on Simulators running iOS 11.0 to 11.4. Actually Xcode only offers to install the 11.4 simulator (no older version!) but even after doing so I can't add a device running iOS 11.4 (it's never listed in the combobox). How can fix this?