Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got a error when running objectal example #100

Open
sloopdoom opened this issue Dec 10, 2016 · 0 comments
Open

I got a error when running objectal example #100

sloopdoom opened this issue Dec 10, 2016 · 0 comments

Comments

@sloopdoom
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant