ObjectAL-for-iPhone icon indicating copy to clipboard operation
ObjectAL-for-iPhone copied to clipboard

I got a error when running objectal example

Open sloopdoom opened this issue 9 years ago • 0 comments

The error : Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSMutableArray newMutableArrayUsingWeakReferencesWithCapacity:]: unrecognized selector sent to class 0x1b854dd90'

It seems NSMutableArray has no method of " newMutableArrayUsingWeakReferencesWithCapacity" but I found it in the NSMutableArray+WeakReferences.h .

my code: OALSimpleAudioSample * sample = [OALSimpleAudioSample alloc] ; [sample init]; // <------ error occur

sloopdoom avatar Dec 10 '16 12:12 sloopdoom