Hi, Please can someone help me or guide me on the right path to fixing my issue when using the Interface Builder to add events/actions - as no matter what I try I keep getting the error: "Could not insert new outlet connection: could not find any information for the class named HelloWorld_iPhoneViewController".
I'm not sure what I'm doing wrong because this should be simple, so I'm probably just being a noob. I'm using Xcode 4.2.1 and Monotouch 5.2.4 (MonoDevelop 2.8.6.4). Here's what I'm doing: Compiling the app in MonoDevelop Then I double click on a XIB file in MonoDevelop it opens correctly in Xcode, where I then add my user controls fine. First problem is when I then try to use the Assistant Editor - it says "No Assistant Results". So then I change it to Manual and select the HelloWorld/HelloWorld_iPhoneViewController.h file. Then I CTRL drag the new control onto the *.h file, then I get the error: "Could not insert new outlet connection: could not find any information for the class named HelloWorld_iPhoneViewController" http://monotouch.2284126.n4.nabble.com/file/n4393682/Screen_Shot_2012-02-16_at_11.36.40.png I've been reading around on this and have found a few people with the same issues (but with older versions of Xcode). Some said remove/re-add the *.h *.m controller files from the Xcode project and re-add them. Others said goto the Organizer within Xcode and delete the files - but that doesn't work because the Xcode project that's currently running is greyed out. I've tried creating new projects in Xcode, using the sample ones - but in none of them can I do this, I get the same error. You'll notice from the screenshot that when the XIB is opened up in Xcode Interface Builder but in the project folder on the left hand side says: 1 Target missing base SDK. I'm assuming this doesn't matter because I'm not compiling it within Xcode, just using it for the UI design -- View this message in context: http://monotouch.2284126.n4.nabble.com/Monotouch-Xcode-Interface-Builder-problem-tp4393682p4393682.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
