Skip to content

xcode: conditionally enable iOS combined install tests

Gregor Jasny requested to merge gjasny/cmake:21206-restore-ios-tests into master

xcode: conditionally enable combined install tests

The new Xcode 12 build system does not support recursive invocation. Therefore lazily triggered builds for the corresponding platform which run during the install target fail with:

error: unable to attach DB: error: accessing build database

While looking for a work-around we conditionally disable those tests.

Issue: #21206 (closed)
Topic-rename: xcode-restore-ios-tests

Edited by Brad King

Merge request reports