iphone - Where is the Interface Builder in the MonoDevelop application? -


i'm having play around monotouch for first time. in hello world tutorial noobs-like-me, say's following :-

launch interface builder double-clicking on mainwindow.xib file. once interface builder starts up, should see surface (your window) , library contains various components. library should following screenshot. if not there, select library tools menu

when try that, nothing happens. no new 'window' shows. if goto tools menu, there no option library.

the solution type made c# iphone window-based project.

can me please?

interface builder part of ios sdk made available developers apple; not part of monotouch or monodevelop ide. if nothing happens when try open .xib file, ib may not installed on mac.

to obtain it, go the ios dev center , download xcode 3.2.6 , ios sdk. make sure download xcode 3 , not xcode 4, ib separate application in version 3. quoting this answer of mine find xcode 3 download link:

... under xcode 4 + ios sdk 4.3 download link should find xcode 3.2.6 + ios sdk 4.3 download link. if don't see may need log in first.

here is:


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -