will be assumed to return id
Posted
by Andrew_E
on Stack Overflow
See other posts from Stack Overflow
or by Andrew_E
Published on 2010-06-16T12:46:01Z
Indexed on
2010/06/16
12:52 UTC
Read the original article
Hit count: 117
iphone
I import oourafft.h and oourafft.m class, but get strange error while ooura initialize.
OouraFFT * myFFT = [OouraFFT initForSignalsOfLength:1024 numberOfWindows:10];
OouraFFT may not respond to +initForSignalsOfLength: numberOfWindows
Messages without matching method signature will be assumed to return 'id' and accept argument - Warning
I think that it some kind of error import .h file
© Stack Overflow or respective owner