Chapter 36: Trying to add the Author VC i get a view not in window hierarchy warning

This is for the Your First iOS and UIKit App video series, trying to complete chapter 36 and after adding the view controller and the wiring im getting this warning on the console and the new VC doesn’t get pushed to the screen

2019-12-22 18:42:45.681055-0400 BullsEye[10634:3911630] Warning: Attempt to present <BullsEye.AuthorViewController: 0x105607530> on <BullsEye.AboutViewController: 0x1117032a0> whose view is not in the window hierarchy!

Im on XCode Version 11.3

The source material for that chapter throws an even weird exception

2019-12-22 18:51:18.290002-0400 BullsEye[21182:901226] *** Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘Application tried to present UIModalTransitionStylePartialCurl to or from non-fullscreen view controller <BullsEye.AboutViewController: 0x7f9c9260c410>.’

@jgtaveras Do you still have issues with this?

Sadly yes T_T, still having the same issue

This topic was automatically closed after 166 days. New replies are no longer allowed.