Hi there,
I'm taking KIF into use via cocoapods on an existing xcode project. This is the first time KIF has been used on this project.
The build completes and the app is installed. The app launches (I see the splash screen) but after the splash screen is timed out, the main screen that I expect to see does not appear. The screen is essentially black.
The expected viewDidLoad method is not called, but the dealloc method is indeed called.
Has anyone experienced this issue and if so, what are the ways to resolve?
Thanks in advance