TootSDK / TootSDK

Cross-platform Swift library for Mastodon and the fediverse
https://swiftpackageindex.com/tootsdk/tootsdk/main/documentation/tootsdk
BSD 3-Clause "New" or "Revised" License
367 stars 25 forks source link

Unable to use version 0.14.0+ due to multipart-kit-tootsdk dependency #66

Closed Tunous closed 1 year ago

Tunous commented 1 year ago

'./multipart-kit-tootsdk' is not a valid path for path-based dependencies; use relative or absolute path instead. in https://github.com/TootSDK/TootSDK

davidgarywood commented 1 year ago

Yup, we’ve just walked into this: https://github.com/apple/swift-package-manager/issues/5915

Relative path looks like what we need to do 👍

davidgarywood commented 1 year ago

Fixed with latest release - thank you for reporting this @Tunous !