SZTextView icon indicating copy to clipboard operation
SZTextView copied to clipboard

Fixed auto layout loading failure bug

Open rogerluan opened this issue 9 years ago • 1 comments

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.

rogerluan avatar Jan 14 '17 04:01 rogerluan

Apparently the agent is trying to run the iOS 7.x simulator, but it couldn't find it... So it's returning that failure. 😞

rogerluan avatar Jan 14 '17 05:01 rogerluan