Closed AldoMartinez closed 2 years ago
https://tanaschita.com/20210417-how-to-add-local-swift-package-to-ios-project/
Using cocoa pods or following the link
Pretty much what I did, just had to add the info. Checked out Aldo's one https://github.com/AldoMartinez/RangeSeekSlider
the manifest is missing a Swift tools version specification; consider prepending to the manifest '// swift-tools-version:5.5.0'
to specify the current Swift toolchain version as the lowest Swift version supported by the project; if such a specification already exists, consider moving it to the top of the manifest, or prepending it with '//' to help Swift Package Manager find it in
Is there a work-around to make it work before the pull request is merged?
Edit: https://developer.apple.com/documentation/swift_packages/editing_a_package_dependency_as_a_local_package