You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: