Cheers Jeff, Been a longish day, but think I've sorted my iOS 5 issues today with a fresh look at it all. Main prob was that MainWindow.xib wasn't being created anymore and despite putting MainWindow into my info.plist via Project properties it was getting blanked out! Odd! Turned out that my pre-build copying of my custom InfoFull.plist over info.plist was doing the blanking and still preventing MainWindow from being created. Added MainWindow as the startup xib in InfoFull.plist and all sorted.
Next prob was my custom code to put a textfield into a UialertView rendered horribly on iOS 5, but solved that simply when realised that iOS 5 has text input option built into UIAlertView at last :) Final one was changing the project build options to build for armv6 and armv7. Not happy at how much this has stretched the build time - some 10-20 times slower on my mac mini core2 :( Definitely a better day after a nightmare with iOS 5 install issues yesterday before even hit the code issues Smiley day :) -- View this message in context: http://monotouch.2284126.n4.nabble.com/iOS-5-MainWindow-xib-help-needed-tp3902962p3905850.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
