Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to update auto layout status with LTMorphingLabel #71

Open
isabella-rhyu opened this issue Oct 20, 2016 · 4 comments
Open

Failed to update auto layout status with LTMorphingLabel #71

isabella-rhyu opened this issue Oct 20, 2016 · 4 comments

Comments

@isabella-rhyu
Copy link

Hi,
I just updated to Xcode 8 and Swift 2.3 and the LTMorphingLabel, which had been working perfectly, started throwing the following error in my storyboard:

error: IB Designables: Failed to render and update auto layout status for UserViewController (IXY-6h-Cuw): dlopen(LTMorphingLabel.framework, 1): Symbol not found: __TMPVs19DictionaryGenerator Referenced from: LTMorphingLabel.framework Expected in: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Overlays/../../../../../../Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/libswiftCore.dylib in LTMorphingLabel.framework

This prevents selection of the ViewController containing the LTMorphingLabel from the TabBarController. I have tried removing and reinstalling it in my podfile and updating Cocoapods. Any help would be greatly appreciated.
Thanks

@LivioGama
Copy link

LivioGama commented Jan 16, 2017

I have the same problem. I'm seriously considering uninstalling this pod since it prevents me from working properly with IB Designable and IB Inspectable.

@isabella-rhyu
Copy link
Author

Hi @LivioGama,

I was pressed for time with my project and ended up deciding to work with UILabel in order to adjust constraints and positioning in the storyboard, then changing the label's class to LTMorphingLabel at the last minute.

However, this is obviously less than a workaround, and if you have the time it may be worth writing a simple animation of your own, this tutorial http://swiftyeti.com/texteffects-with-nslayoutmanager/ looks relatively simple and could potentially be adapted to something like LTMorphingLabel or you could look at something like FlipLabel (https://github.com/beryu/FlipLabel) by @beryu, which looks wonderful.

I would like to add, however, that LTMorphingLabel has worked perfectly in production and the effects are incredibly well done.

Best of luck

@LivioGama
Copy link

LivioGama commented Jan 22, 2017

Hi,
I unfortunately don't have time to work on it. I ended up by uninstalling LTMorphingLabel.
In addition you should know that LTMorphingLabel doesn't work well in production on iOS 8, tons of crash from Crashlytics.

@lexrus
Copy link
Owner

lexrus commented Jan 23, 2017

Guys, I'm so sorry for that inconvenience. But I'm busy working on my reallife job. I hope I have more spare time to contribute to this project. I have to say it's a experimental project. Please consider better alternatives until I remove this tag.

Back to this issue. Maybe it's related to CocoaPods/CocoaPods#5334 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants