Container View IDSegue binding error

My Mac OS app was running fine until today when my TabView Controller ceased to load images for the pop-up (xy) button to display.
When I checked the connection there was this error message:

Container View does not have a IBSegueTriggerViewDidLoad binding.

Below the Triggered Segues is ViewDidLoad and Below the Connection tab is Tab View Controller: Embed with the yellow caution icon. By hovering over the icon I see the above error.

What can I do to reconnect this binding? I deleted the connection and redo the segue but the error comes back.

Any help will be appreciated.
Post not yet marked as solved Up vote post of wlionel Down vote post of wlionel
537 views

Replies

Not easy to understand what you describe. Unfortunately we still don't have images in the new forum…

TabView Controller ceased to load images for the pop-up (xy) button to display.

What is this ?


Below the Triggered Segues is ViewDidLoad and Below the Connection tab

Where is it ? In the IB Inspector ?
In code ? (you mention viewDidLoad)
In the list of objects in IB (you mention the triggered segue) ?



What can I do to reconnect this binding?


Did you try to remove the segue and recreate it ?