not debuggable?

2014-06-10 Thread Torsten Curdt
I got this iOS project where I access the calendar - and I am completely baffled. [store requestAccessToEntityType:EKEntityTypeEvent completion:^(BOOL granted, NSError *accessError) { if (granted) { NSString *calendarIdentifier = [[NSUserDefaults standardUserDefaults]

Re: not debuggable?

2014-06-10 Thread Uli Kusterer
On 10 Jun 2014, at 11:47, Torsten Curdt tcu...@vafer.org wrote: I got this iOS project where I access the calendar - and I am completely baffled. [store requestAccessToEntityType:EKEntityTypeEvent completion:^(BOOL granted, NSError *accessError) { if (granted) {

Re: not debuggable?

2014-06-10 Thread Torsten Curdt
Indeed it's a *throw* breakpoint. The queueing is good point. In the end I was so desperate that I restarted the iPhone - that fixed it. Scary! But thanks for your help. On Tue, Jun 10, 2014 at 2:26 PM, Uli Kusterer witness.of.teacht...@gmx.net wrote: On 10 Jun 2014, at 11:47, Torsten Curdt