Re: Application Crashing Under Mavericks, but not Yosemite (Entitlements Issue?)

2015-01-01 Thread Roland King
On 1 Jan 2015, at 23:00, Uli Kusterer witness.of.teacht...@gmx.net wrote: On 01 Jan 2015, at 02:50, Jack Brindle jackbrin...@me.com wrote: You might want to extend that. The header file indicates that containsString: _only_ is available in OS X starting with 10.10 and iOS starting with

Re: Application Crashing Under Mavericks, but not Yosemite (Entitlements Issue?)

2015-01-01 Thread Uli Kusterer
On 01 Jan 2015, at 02:50, Jack Brindle jackbrin...@me.com wrote: You might want to extend that. The header file indicates that containsString: _only_ is available in OS X starting with 10.10 and iOS starting with 8.0. I would expect this to crash, or at least behave very poorly, under any

Re: Application Crashing Under Mavericks, but not Yosemite (Entitlements Issue?)

2015-01-01 Thread Uli Kusterer
On 01 Jan 2015, at 16:15, SevenBits sevenbitst...@gmail.com wrote: Uli: is it possible to create a category which defines a method called containsString:, and only have it activate on 10.9 or lower and use the new Apple method on 10.10 and above? In theory, you could add code on 10.8 and

Fwd: Application Crashing Under Mavericks, but not Yosemite (Entitlements Issue?)

2015-01-01 Thread SevenBits
-- Forwarded message -- From: *SevenBits* sevenbitst...@gmail.com Date: Thursday, January 1, 2015 Subject: Application Crashing Under Mavericks, but not Yosemite (Entitlements Issue?) To: Uli Kusterer witness.of.teacht...@gmx.net On Thursday, January 1, 2015, Uli Kusterer

Re: Application Crashing Under Mavericks, but not Yosemite (Entitlements Issue?)

2014-12-31 Thread Jack Brindle
You might want to extend that. The header file indicates that containsString: _only_ is available in OS X starting with 10.10 and iOS starting with 8.0. I would expect this to crash, or at least behave very poorly, under any prior OS since the call simply doesn’t exist there. Interesting that

Application Crashing Under Mavericks, but not Yosemite (Entitlements Issue?)

2014-12-29 Thread SevenBits
Hey guys, Maybe my experience is simply too narrow to be able to know how to resolve this issue, but I'm seriously confused by an issue I'm seeing in my Cocoa app. I just released version 3.0 of Mac Linux USB Loader, my app, and it supports 10.8-10.10. Yesterday I received a bug report that the

Re: Application Crashing Under Mavericks, but not Yosemite (Entitlements Issue?)

2014-12-29 Thread Roland King
On 30 Dec 2014, at 08:27, SevenBits sevenbitst...@gmail.com wrote: Hey guys, Maybe my experience is simply too narrow to be able to know how to resolve this issue, but I'm seriously confused by an issue I'm seeing in my Cocoa app. What’s going on at the point the actual exception is

Re: Application Crashing Under Mavericks, but not Yosemite (Entitlements Issue?)

2014-12-29 Thread Quincey Morris
On Dec 29, 2014, at 16:27 , SevenBits sevenbitst...@gmail.com wrote: The thing is, I am not using iCloud and that entitlement isn't even present in my entitlements file. Those messages are from just opening the NSOpenPanel, and doing anything else; clearly, Powerbox is flipping out. AFAIK,

Re: Application Crashing Under Mavericks, but not Yosemite (Entitlements Issue?)

2014-12-29 Thread Roland King
I'm currently trying to set up developer tools on my new, fresh Mavericks installation, but there is only one place where containsString: is being called, at least by my code, and its here: - (void)detectDistributionFamily { SBLinuxDistribution family = [SBUSBDevice