Ios swift – Missing required module 'Testing'
After upgrading to Xcode 16, the UITests target started getting a compilation error: Missing required module 'Testing'. The problem affects only UITest. In Xcode 15 everything works fine. Any ideas what can be done? I tried to connect manually testing…