Skip to content

Tests: Teach RunCMake to ignore Xcode extension point warnings

On some Xcode versions, xcodebuild may warn:

... xcodebuild[...] Requested but did not find extension point with
                    identifier ...

Teach RunCMake to drop such incidental lines before matching against expected output.

Merge request reports