Frame 13 indicates that you have a breaking constraint.
The framework bug (if such it be) is triggered on iOS 7.1 trying to log the
breaking constraint.
12 Foundation 0x00010f2f420a NSLog + 148
13 UIKit 0x00010e86a09
On 30 Oct 2014, at 17:26, Fritz Anderson wrote:
I haven’t encountered this myself. This is stream-of-consciousness,
adding the presence of convertRect:toView: in the trace as the
immediate caller…
Thanks for your thoughts on the issue.
I haven’t pinpointed the exact cause of the crash, but I
Apologies in advance. I'm sure this has been asked a million times before, but
my google-fu has let me down, and that which I can find is all iOS related. No
good for me as this concerns an OS X, non-App store app.
I have a reasonably well-developed free OS X app (i.e., by well-developed I
mean
Hello list,
I've subclassed NSView before, doing all my setup in init withFrame, and it
works fine. Now, though, I'm using Swift in Xcode 6.1 to build a project
against 10.10, and I'm getting an error that I need to implement
initWithCoder:NSCoder.
The problem is that the documentation says not
> On Nov 6, 2014, at 9:00 AM, sqwarqDev wrote:
>
> I have a reasonably well-developed free OS X app (i.e., by well-developed I
> mean I've got a stable user base), and I'm now wanting to add extra features
> that require purchasing a licence. This seems a common model, but I can't
> find any
> On 6 Nov 2014, at 21:31, Bill Cheeseman wrote:
>
>
> One answer, which I prefer, is to contract with a commercial e-commerce
> provider.
Thanks, Bill. I had looked at Kagi in the past, but I didn't realise e-commerce
providers would actually help with incorporating all the necessary the c
On 6 Nov 2014, at 15:00, sqwarqDev wrote:
[…] I can't find any guidance on exactly how do I generate and test
for valid licence keys at run time?
I wrote this post about the general principles of a secure license key
scheme:
http://sigpipe.macromates.com/2004/09/05/using-openssl-for-license-
> On 6 Nov 2014, at 22:35, Allan Odgaard wrote:
> I wrote this post about the general principles of a secure license key
> scheme:
> http://sigpipe.macromates.com/2004/09/05/using-openssl-for-license-keys/
Ahh nice. Thanks. That's the kind of nitty gritty I've been looking for and
struggling
> On Nov 6, 2014, at 6:29 AM, Alex Hall wrote:
>
> Hello list,
> I've subclassed NSView before, doing all my setup in init withFrame, and it
> works fine. Now, though, I'm using Swift in Xcode 6.1 to build a project
> against 10.10, and I'm getting an error that I need to implement
> initWith
On Nov 6, 2014, at 6:29 AM, Alex Hall wrote:
>
> Hello list,
> I've subclassed NSView before, doing all my setup in init withFrame, and it
> works fine. Now, though, I'm using Swift in Xcode 6.1 to build a project
> against 10.10, and I'm getting an error that I need to implement
> initWithCod
Thank you guys. This has helped a lot. I have a much better understanding of
this now.
> On Nov 5, 2014, at 7:40 PM, Lee Ann Rucker wrote:
>
>
> On Nov 5, 2014, at 5:53 PM, Wim Lewis wrote:
>
>>
>> On Nov 5, 2014, at 3:43 PM, Alex Kac wrote:
>>> BUT, in this case I’m just trying to get the
On 6 Nov 2014, at 16:53, sqwarqDev wrote:
I didn't understand this bit though:
If you do not need to encrypt a payload (as in my post) then I
suggest making the license be just a serial number followed by a
signature on that number (maybe include a short hash of the owner
name)
If anyone c
Some subviews of table view cells underneath a floating group row, in a vibrant
table view have strange drawing:
http://sethwillits.com/temp/upshot/upshot_EnYMpCzT.png
Any thoughts?
(In the case of the pink text field, if I leave the text color as Control Text
Color, then its boundaries aren'
On Nov 6, 2014, at 12:20 PM, Seth Willits wrote:
> Some subviews of table view cells underneath a floating group row, in a
> vibrant table view have strange drawing:
> http://sethwillits.com/temp/upshot/upshot_EnYMpCzT.png
>
> Any thoughts?
>
> (In the case of the pink text field, if I leave t
Looks like an object is not removing itself as an observer of window
notifications prior to deallocation. The notification center holds on to weak
references, so these can become stale if not purposely removed, usually by a
call to -removeObserver: as part of the -dealloc method (with ARC you wo
On 6 Nov 2014, at 23:40, Graham Cox wrote:
Looks like an object is not removing itself as an observer of window
notifications prior to deallocation […]
The crash happens when I re-use the window with the WebView, i.e. no
(major) objects are released.
The crash (almost) disappeared when I st
16 matches
Mail list logo