lexrus / LTMorphingLabel

[EXPERIMENTAL] Graceful morphing effects for UILabel written in Swift.
MIT License
8.07k stars 782 forks source link

Dependency "LTMorphingLabel" has no shared framework schemes #143

Closed SirWellington closed 3 years ago

SirWellington commented 4 years ago

I'm in the process of updating our app to XCode 12 and I'm having trouble updating this library. Here is the error I am getting when I try to update with Carthage:

wellington@wellingsmbp2020 Code % ./carthage.sh bootstrap --no-use-binaries --new-resolver LTMorphingLabel
/tmp/static.xcconfig.iv3skp
*** Checking out LTMorphingLabel at "0.9.2"
*** xcodebuild output can be found in /var/folders/m0/mzqzh3_j5lv17tlyrpgpq0g40000gn/T/carthage-xcodebuild.SsZ2e1.log
*** Skipped building LTMorphingLabel due to the error:
Dependency "LTMorphingLabel" has no shared framework schemes

If you believe this to be an error, please file an issue with the maintainers at https://github.com/lexrus/LTMorphingLabel/issues/new

And yes I am using the carthage-script workaround.

Any help would be appreciated.