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
Currently, pbxproj data doesn't contain enough information about an SPM package to enable us to move transitive dependencies into the correct location.
In the pbxproj the only information we see is:
XCSwiftPackageProductDependency with the productName
A XCRemoteSwiftPackageReferenceif this package is fetched from a non-filesystem URL
We will need to parse the Package.swift file in order to line up products with their packages and to generate the dependency graph.
The text was updated successfully, but these errors were encountered:
Currently, pbxproj data doesn't contain enough information about an SPM package to enable us to move transitive dependencies into the correct location.
In the pbxproj the only information we see is:
XCSwiftPackageProductDependency
with theproductName
XCRemoteSwiftPackageReference
if this package is fetched from a non-filesystem URLWe will need to parse the
Package.swift
file in order to line up products with their packages and to generate the dependency graph.The text was updated successfully, but these errors were encountered: