kciter / Floaty

:heart: Floating Action Button for iOS
MIT License
1.57k stars 310 forks source link

SPM - the 4.2.0 version doesn't work #298

Open Sergey231 opened 3 years ago

Sergey231 commented 3 years ago

https://github.com/kciter/Floaty.git has no Package.swift manifest for version 4.2.0

Sergey231 commented 3 years ago

Workaround: set 4.2.1 or the particular commit 6fab04721056957d6a402f5bb28191640c3bc6d6

BrentMifsud commented 3 years ago

In the readme it says to add 4.2.1 for SPM support (which does not exist yet).

Looks like a new release tag needs to be created to fix this issue. Otherwise you will have to use the exact commit SHA or branch.

jarrodparkes commented 3 years ago

Until an official release is made, checking out the package at commit 6fab04721056957d6a402f5bb28191640c3bc6d6 worked for me:

Screen Shot 2021-04-13 at 8 46 07 AM
mikemike396 commented 3 years ago

Any update release?

raminkhakzad commented 2 years ago

Hi, Has there been any updates on this issues? Every time I compile our Storyboard project we get 15 different errors in this dependency which we have added with SPM.

qsd-faris commented 11 months ago

@Sergey231 I have tried using exact version 4.2.1 but I am still having installation issue just like on 4.2.0 : Package resolution failed

I have successfully installed the library using the latest commit on master branch - d0e637db60828d49e403ff0b7dc11b1458e67095 Hopefully we will be able to use versions soon.