[Objective-C] Instance method -initWithfloat not found return type defaults to id
Objective-C で下記のようなメソッドが見つからないというエラーが発生して、悩んでいました。
原因は分かってしまえば単純なもので、正しくは initWithFloat なのを initWithfloat とタイポしていただけでした。
■ エラーメッセージ
Instance method -initWithfloat not found return type defaults to id
これに数時間費やしたと思うと…。
この辺、読んでやっと気付きました。ありがたや。
・S4U -smile for you-: Instance method ‘-resizedImage:’ not found (return type defaults to ‘id’)