Monday, March 12, 2012

First iOS Bug Cycle

I ran into a compile error today working on an iPhone application using Cocos2d.

The error was:

[CCTouchDispatcher addTargetDelegate:priority:swallowsTouches:]: unrecognized selector sent to instance

and I entered that into Google.

A few results down I found this link:

Which shows a fix that is totally irrelevant to my issue.

I later figured it out on my own. Learning iPhone development so far is fun, but slower than Android.

No comments: