You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
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
The text was updated successfully, but these errors were encountered: