As I mentioned on a previous post, I was annoyed by the following message (about thousands of them):<br><br>*** _NSAutoreleaseNoPool(): Object 0xa00545d0 of class NSCFString autoreleased with no pool in place - just leaking<br>
<br>It seems that for hello-world example just using:<br><br>(defparameter *pool* (invoke (invoke 'ns-autorelease-pool alloc) init))<br><br>at the beginning is sufficient. I suspect that it would *considerably* affect the rapidity the first run. <br>
Currently it takes about 10 minutes to do it, spending 75% or more of its time to print log errors.<br>I'm neither a lisp or an objective-C expert, so I don't know what would be the better practice.<br>objective-cl project seems to have some guidelines for this. I'll check this week if I could be<br>
inspired by it.<br><br>