Skip to content

Tests: Fix RunCMake.Framework test on macOS 10.13 and Xcode 9

Brad King requested to merge brad.king/cmake:test-macos-updates into master

Xcode 9 comes with the iPhoneOS 11.0 SDK that does not support the armv7 architecture. For this SDK version and newer, use arm64.

The archiver output in the case of universal binaries has changed slightly on macOS 10.13. Update our expected output to match.

Merge request reports