Re: Forcing IB in Xcode 4.4 to notice a change

2012-08-12 Thread Lee Ann Rucker
dev@lists.apple.com Dev" Sent: Sunday, August 12, 2012 12:16:48 PM Subject: Re: Forcing IB in Xcode 4.4 to notice a change I've hit this a couple of times too. Normally building the app makes the actions show up in the xib. Not a great solution if your build time is long. Martin On 12

Re: Forcing IB in Xcode 4.4 to notice a change

2012-08-12 Thread Martin Hewitson
I've hit this a couple of times too. Normally building the app makes the actions show up in the xib. Not a great solution if your build time is long. Martin On 12 Aug 2012, at 20:10, Lee Ann Rucker wrote: > I talked to an XCode developer at WWDC who agreed that an equivalent of the > "drag th

Re: Forcing IB in Xcode 4.4 to notice a change

2012-08-12 Thread Lee Ann Rucker
I talked to an XCode developer at WWDC who agreed that an equivalent of the "drag the header onto the nib" feature would be a nice addition to XCode 4. File a bug with Apple, it'll get marked as a dup of rdar://11704722: >In the standalone Interface Builder app, you can drag a header file onto t

Re: Forcing IB in Xcode 4.4 to notice a change

2012-08-11 Thread Graham Cox
On 12/08/2012, at 4:37 PM, Andy Lee wrote: >> There's a really annoying bug in the Xcode 4.4 version of IB where it >> sometimes fails to notice that I added an action method to the "Files Owner" >> class. Try as I might I cannot make it see the added method. > > Clean build? Delete Derived D

Re: Forcing IB in Xcode 4.4 to notice a change

2012-08-11 Thread Andy Lee
On Aug 12, 2012, at 1:33 AM, Graham Cox wrote: > There's a really annoying bug in the Xcode 4.4 version of IB where it > sometimes fails to notice that I added an action method to the "Files Owner" > class. Try as I might I cannot make it see the added method. Clean build? Delete Derived Data i