Closed ghost closed 4 years ago
I'm pretty sure this should be fixed in the latest code that's on the master branch of this repo. Can you try if this issue disappears when using that? If so, it would be a good idea for @cbpowell to create a release using that soon.
@lvnkmn hopefully the MarqueeLabel 4.0.1 release fixes it, that adds SPM back in and should also allows older Xcode versions.
For now, this configuration works:
~Looking forward to a release of that @cbpowell 🙂~ Looking forward to a release of that @Daltron 🙂
@lvnkmn that release is actually already available. Is there anything more required on my end?
This commit in master
solves the issue, but hasn't been released yet.
@cbpowell tagging that commit with 3.0.4 would solve our problems
Gotcha, I was making sure there’s nothing else needed on the MarqueeLabel side. I can’t help with tagging in this repo.
@cbpowell Ah, didn't know that's your repo. Well in that case, what could also fix current issues is by undeleting the Xcode 11 branch. NotificationBanner
3.0.3 is still pointing to that branch and since that one doesn't exist SPM currently fails when using Symantic versioning.
@Daltron Preferably I hope there will be a 3.0.4 tag for This commit soon (Can be SPM only, so no need for cocoa pod updates).
@cbpowell tagging the latest released commit with xcode11
should also work since tags are also seen as branches in SPM.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed due to inactivity.
Hello, I have problems when adding to my project with Swift Package manager, it gives me the following error.
I hope you can help me.