除了针对Qt 4.5构建之外,我的代码没有任何更改,当我运行我的应用程序时,我收到以下警告消息:
*** _NSAutoreleaseNoPool(): Object 0x50a1b0 of class NSCFNumber autoreleased with
no pool in place - just leaking
Run Code Online (Sandbox Code Playgroud)
我没有在我的代码中使用任何Objective-C,但Qt 4.5使用的是基于Cocoa的新后端而不是Carbon.
我不知道如何解决和修复此错误消息.有人有线索吗?