David Gregor
Results
2
comments of
David Gregor
Also still facing this issue with XCode version 14.0.1 when using the build command. It works fine with XCode 13.2.1.
> I resolved this issue by updating the agent in my pipeline yaml to macOS 13: > > ``` > pool: > vmImage: macos-13 > ``` > > I let...