Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

An example where this was solved: "is attached to multiple targets"

Solution explained here (CMAKE_XCODE_BUILD_SYSTEM):

1 The original Xcode build system. This is the default when using Xcode 11.x or below.

and here (Toolset and Build System Selection):

For example, to select the original build system under Xcode 12, run cmake(1) with the option -T buildsystem=1.

(Not a Mac guy. Maybe one will wander by and confirm this or offer a better solution.)
An example where this was solved: "is attached to multiple targets"

Solution explained here (CMAKE_XCODE_BUILD_SYSTEM):

1 The original Xcode build system. This is the default when using Xcode 11.x or below.

and here (Toolset and Build System Selection):

For example, to select the original build system under Xcode 12, run cmake(1) with the option -T buildsystem=1.