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
I cannot get SPM to build using package(url: "https://github.com/pointfreeco/swift-prelude.git", branch: "main"). SPM downloads swift-prelude package and all its dependencies, but refuses to build, giving messages like "product 'swift-prelude' required by package 'mypackage' target 'MyPackage' not found.", even though they are clearly present.
I have a feeling that this is occurring because of min build settings in the Package manifest. I'm using XCode 14.2 on macOS 12.5.1. From what I understand, XCode supports only so far back with each release in supported min versions. - so I'm curious if others are having issues and if they've resolved them.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I cannot get SPM to build using package(url: "https://github.com/pointfreeco/swift-prelude.git", branch: "main"). SPM downloads swift-prelude package and all its dependencies, but refuses to build, giving messages like "product 'swift-prelude' required by package 'mypackage' target 'MyPackage' not found.", even though they are clearly present.
I have a feeling that this is occurring because of min build settings in the Package manifest. I'm using XCode 14.2 on macOS 12.5.1. From what I understand, XCode supports only so far back with each release in supported min versions. - so I'm curious if others are having issues and if they've resolved them.
Beta Was this translation helpful? Give feedback.
All reactions