I am currently receiving the error :
2000-01-03 06:51:27.-641 mytestapp[470:5c03
] *** __NSAutoreleaseNoPool(): Object 0x15a5a0
of class __NSArrayM >autoreleased with no pool in place - just leaking
From investigation of the other stackoverflow links, this problem seems to occur when people do not create an autorelease pool before a thread selector and drain it after.
However, I have attempted to accommodate this and still am stumped. I have the code here on pastebin. If anyone can help it would be greatly appreciated.
Thanks