Hi,
I'm trying to make a universal app, so I'm following this tutorial Universal Apps to do so, as the author said, I created another nib, and assigned it in info.plist, now when I try to connect to IBOutlets and IBActions, what I do is that I make the iPad nib's file owner type to TestViewController (my main nib)
when I build I get this warning and my app crashes:
"The 'delegate' outlet of 'File's Owner' is connected to 'App Delegate' but 'delegate' is no longer defined on TestsViewController."
I'm trying to make a universal app, so I'm following this tutorial Universal Apps to do so, as the author said, I created another nib, and assigned it in info.plist, now when I try to connect to IBOutlets and IBActions, what I do is that I make the iPad nib's file owner type to TestViewController (my main nib)
when I build I get this warning and my app crashes:
"The 'delegate' outlet of 'File's Owner' is connected to 'App Delegate' but 'delegate' is no longer defined on TestsViewController."