Search code examples
iphoneobjective-ciosxcodeopenfeint

OpenFeint integration on iOS application


I am trying to integrate OpenFeint 2.12.5 into my app. I already read this tutorial and this one.. I read the Getting Started page in documentation and follow their indications.

I am using xcode 4.2 whit iOS 5.0 and 2.12.5 framework version of OF; tried to clean, rebuild, RECOMPILE whole thing, nothing works. I get several errors, like:

Use of undeclared identifier 'OFLog'

and

error: use of undeclared identifier 'OFDelegate'

and

'OpenFeint/OpenFeint.h' file not found

and a warning on [OpenFeint applicationWillResignActive]; like:

Class method '+applicationWillResignActive' not found (return type defaults to 'id')

Can someone help me or indicate a tutorial or something??

Thanks


Solution

  • I found a solution: openfeint-with-sparrow