I have run
swift package init
to create a Package.swift
and then - since Appcode
does not seem to support Package.swift
I did
swift package generate-xcodeproj
to generate a macos.xcodeproj
. My <moduleName>
is macos
.
When opening the macos
project in AppCode
it is still not able to handle it:
What step is missing /should be changed to open a macOS target project generated via swift package manager
?