> On Jan 1, 2016, at 6:54 PM, SevenBits wrote:
>
> Setting an exception breakpoint didn’t help; the app crashes anyway, leading
> me to believe that the problem either a) is not an uncaught exception or b)
> it is an exception, but occurs before the ObjC runtime is initialized.
It’s not an ex
> On 2 Jan 2016, at 1:26 PM, SevenBits wrote:
>
> here’s a screenshot from Xcode
You can copy any text from Xcode and paste it into an email. Same for a crash
report or log output. There’s no reason to take a screenshot and make everyone
run around just to get a look at it (and you can’t at
> On 2 Jan 2016, at 10:54, SevenBits wrote:
>
> Okay, I reproduced the error. Setting an exception breakpoint didn’t help;
> the app crashes anyway, leading me to believe that the problem either a) is
> not an uncaught exception or b) it is an exception, but occurs before the
> ObjC runtime i
Am I correct in assuming that it's throwing an exception before it's drawn the
first window?
If that is the case, check your window XIB. It's possible that you have
something mis-wired there. If you replace your first XIB with a placeholder,
does the problem go away?
On Jan 1, 2016, at 9:54
Okay, I reproduced the error. Setting an exception breakpoint didn’t help; the
app crashes anyway, leading me to believe that the problem either a) is not an
uncaught exception or b) it is an exception, but occurs before the ObjC runtime
is initialized.
I’ve run the app outside of Xcode and got
Okay, trying to reproduce…
> On Jan 1, 2016, at 9:31 PM, Roland King wrote:
>
>
>> On 2 Jan 2016, at 10:26, SevenBits wrote:
>>
>> OS X.
>>
>> Sorry, it’s been a frustrating process.
>>
>> I’m working on gathering the other info; in the meantime, here’s a
>> screenshot from Xcode at the mo
> On 2 Jan 2016, at 10:26, SevenBits wrote:
>
> OS X.
>
> Sorry, it’s been a frustrating process.
>
> I’m working on gathering the other info; in the meantime, here’s a screenshot
> from Xcode at the moment that crash happens: http://i.imgur.com/i7qsNOQ.png?1
>
Looks more like an uncaught e
> On 2 Jan 2016, at 10:14, SevenBits wrote:
>
> Hi list,
>
> Xcode has decided not to cooperate with me.
>
> My latest app is crashing constantly when I launch it. It crashes
> immediately, without showing any UI or starting the app delegate, so I know
> that my code isn’t the cause. The app
Mac OS or iOS?
You state there is a crash, but don't supply a crash log or tell us what type
of a crash it is.
How do you expect us to help you? Help us help you.
On Jan 1, 2016, at 9:14 PM, SevenBits wrote:
> Hi list,
>
> Xcode has decided not to cooperate with me.
>
> My latest app is cra