How to detect where NaN is passing to CoreGraphics API on Mac OS X 10.9

前端 未结 5 579
一个人的身影
一个人的身影 2021-01-31 08:04

I have very large graphic Mac app and now I receive a lot of the following messages in Console on 10.9 GM.

: Error: this application, or a library i         


        
5条回答
  •  再見小時候
    2021-01-31 08:38

    I was getting this error when I was foolishly retaining an NSPopover for future use.

    It seems popover.showRelativeToRect(_:) is all you need to do, and then you can forget about it.

提交回复
热议问题