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
> To: "cocoa-dev@lists.apple.com Dev" > Sent: Saturday, August 11, 2012 10:33:41 PM > Subject: Forcing IB in Xcode 4.4 to notice a change > > 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 me

Re: Forcing IB in Xcode 4.4 to notice a change

2012-08-12 Thread Lee Ann Rucker
ot;Graham Cox" To: "cocoa-dev@lists.apple.com Dev" Sent: Saturday, August 11, 2012 10:33:41 PM Subject: Forcing IB in Xcode 4.4 to notice a change 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 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

Forcing IB in Xcode 4.4 to notice a change

2012-08-11 Thread Graham Cox
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. This used to be easy - just drag the header into the old IB! I'm having to quite and r