We're seeing this message when trying to run test automation on iOS 17.
We're building the app on Sonoma, using Xcode 15, and running on iOS 17 (physical iPhone 13). At one point in the test we want to verify that something is correctly set in the iOS Setting app.
We were previously doing this by launching com.apple.Preferences
On iOS 17 we're getting a failure because
"XCTAutomationSupport couldn’t be loaded because it is damaged or missing necessary resources"
I suspect that the error message is not actually representative of the real error
Anyone seen this before?