Intermittently while running my program it crashes out with:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSPathStore2 finishedPlaying]: unrecognized selector sent to instance 0x286e20'
According to the internet there is zero documentation available on this function so I turn to you illustrious Stack Overflow.
It somewhat seems to coincide with the loading/playing of sounds using the CocosDenshion library. I can't be sure exactly where (if it is) because it never seems to happen while I am stepping through.
This is while testing on a 1st Gen iPod Touch with 3.1.3 installed. The program works flawlessly on devices with iOS 3.2 and above.