-
-
Notifications
You must be signed in to change notification settings - Fork 783
Description
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