Weird exception after converting to autolayout

2014-07-30 Thread Graham Cox
I'm getting this happening at certain unpredictable times - I haven't found a repeatable trigger for it, but it only started happening after I switched to autolayout. The ruler views here are in the scroller that hosts my main content view. I have no constraints set on this view at all, though i

Re: Weird exception

2010-01-25 Thread Greg Guerin
Alexander Bokovikov wrote: I don't know how to do it, as I have no sources for Sparkle. http://sparkle.andymatuschak.org/ -- GG ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to th

Re: Weird exception

2010-01-25 Thread James Montgomerie
On 25 Jan 2010, at 10:21, Alexander Bokovikov wrote: > On 24.01.2010, at 14:08, vincent habchi wrote: >> Under XCode, you select 'run with performance tool' -> 'zombies'. >> This will launch your app with the 'zombie instrument' attached, that will >> signal you if you app tries to message a relea

Re: Weird exception

2010-01-25 Thread Alexander Bokovikov
On 24.01.2010, at 14:08, vincent habchi wrote: Under XCode, you select 'run with performance tool' -> 'zombies'. This will launch your app with the 'zombie instrument' attached, that will signal you if you app tries to message a released entity. I'm sorry, but I don't see "zombies" item wit

Re: Weird exception

2010-01-24 Thread vincent habchi
Dobre dien, privet, poka! Le 24 janv. 2010 à 08:38, Alexander Bokovikov a écrit : > On 24.01.2010, at 1:12, Kyle Sluder wrote: >> You should turn on zombies and run your app in the debugger on 10.4. > > Could you please describe it more particularly, as it's not clear for me what > should I do

Re: Weird exception

2010-01-23 Thread Alexander Bokovikov
On 24.01.2010, at 1:12, Kyle Sluder wrote: You should turn on zombies and run your app in the debugger on 10.4. Could you please describe it more particularly, as it's not clear for me what should I do exactly. Should I transfer all my sources into 10.4 OS? Or should I use Terminal to run

Re: Weird exception

2010-01-23 Thread Kyle Sluder
On Fri, Jan 22, 2010 at 6:10 AM, Alexander Bokovikov wrote: > Browsing the console log I've found that my app raises an exception, when it > is launched in Mac OS X 10.4. I built it in 10.5 with 10.4 as a target > setting. I didn't see any problems there. The exception is caused by > unsupported s

Re: Weird exception

2010-01-23 Thread Alexander Bokovikov
On 22.01.2010, at 20:50, Keary Suska wrote: I would put my money on bindings. It shouldn't be too difficult to isolate the issue with the debugger. I've created a category and set a breakpoint within this method. Call stack leads me to NSApplication applicationWillFinishLaunching method,

Re: Weird exception

2010-01-22 Thread Keary Suska
On Jan 22, 2010, at 7:10 AM, Alexander Bokovikov wrote: > Hi, All, > > Browsing the console log I've found that my app raises an exception, when it > is launched in Mac OS X 10.4. I built it in 10.5 with 10.4 as a target > setting. I didn't see any problems there. The exception is caused by >

Weird exception

2010-01-22 Thread Alexander Bokovikov
Hi, All, Browsing the console log I've found that my app raises an exception, when it is launched in Mac OS X 10.4. I built it in 10.5 with 10.4 as a target setting. I didn't see any problems there. The exception is caused by unsupported selector calling [NSString boolValue]. I've scanned