SwiftPlate icon indicating copy to clipboard operation
SwiftPlate copied to clipboard

Missing path in target (swift-tools-version:4.0)

Open jcislinsky opened this issue 7 years ago • 0 comments

If I will generate project using swiftplate there isn't path attribute in target in Package.swift. Because of that I am unable to install framework as dependency through package manager.

After adding path: "Sources" installation is possible.

Source https://github.com/apple/swift-evolution/blob/master/proposals/0162-package-manager-custom-target-layouts.md

jcislinsky avatar May 15 '18 10:05 jcislinsky