You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue could be totally relevant or duplicate to #39 but I'd like to document it specifically anyway.
There are two view controllers: one storyboard link and one standard view controller, embedded in a navigation controller.
I created a bar button item on the navigationItem and ctrl+dragged it onto the storyboard link. I selected storyboard popover.
When run, it produces this assertion failure:
2014-10-07 18:17:16.432 MyProj[91455:1565416] *** Assertion failure in -[RBStoryboardPopoverSegue perform], /SourceCache/UIKit_Sim/UIKit-3318/UIStoryboardPopoverSegue.m:39
2014-10-07 18:17:37.186 MakeEatSee[91455:1565416] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'RBStoryboardPopoverSegue must be presented from a bar button item or a view.'
This issue could be totally relevant or duplicate to #39 but I'd like to document it specifically anyway.
There are two view controllers: one storyboard link and one standard view controller, embedded in a navigation controller.
I created a bar button item on the
navigationItem
and ctrl+dragged it onto the storyboard link. I selectedstoryboard popover
.When run, it produces this assertion failure:
And the trace goes way into UIKit:
The text was updated successfully, but these errors were encountered: