Skip navigation.
 
mlSOLVED Re: Can't get xCode -> IB integration to work.
FROM : Richard Stacpoole
DATE : Sun Nov 04 08:31:02 2007

On 04/11/2007, at 4:58 PM, Eric Celeste wrote:

> Richard, I've been reading about this all night, but unfortunately am
> back on a Tiger machine at the moment. This is the doc that has been
> most helpful...
>
> http://developer.apple.com/documentation/DeveloperTools/Conceptual/
> IB_UserGuide/ConnectionsandBindings/chapter_6_section_3.html#//
> apple_ref/doc/uid/TP40005344-CH7-SW31
>
> I believe what you need to try is dragging a generic NSObject from the
> IB Library to the IB Browser for your project. Then click once on the
> NSObject (to select it) and look at the Inspector's "identity" pane
> (the "i" in a circle). There you replace the NSObject class name with
> the name of the class you have in XCode (looks like
> "CurrencyController") in your case. It should autocomplete (or be on
> the dropdown menu even) if the "green light" shows you are associated
> with your XCode project.
>
> I hope that helps. If not, you may find more input on this at the
> xcode-users list. This list seems to be more for Cocoa issues than
> XCode/IB issues.
>
> Good luck!
> ...Eric


Erics method works very well.  It will do until IB works as advertised.

Thanks Eric!

Related mailsAuthorDate
mlCan't get xCode -> IB integration to work. Richard Stacpoole Nov 4, 06:46
mlRe: Can't get xCode -> IB integration to work. Eric Celeste Nov 4, 06:58
mlSOLVED Re: Can't get xCode -> IB integration to work. Richard Stacpoole Nov 4, 08:31
mlRe: SOLVED Re: Can't get xCode -> IB integration to work. mmalc crawford Nov 4, 09:04