SZTextView
SZTextView copied to clipboard
Fixed auto layout loading failure bug
Removed IBDesignables from the component since it ain't working as of Xcode 8.0 (8A218a)
The following error would pop if using this component on IB using Auto Layout: error: IB Designables: Failed to update auto layout status: Failed to load designables from path (null)
That is now fixed.
Apparently the agent is trying to run the iOS 7.x simulator, but it couldn't find it... So it's returning that failure. 😞