Frage

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

War es hilfreich?

Lösung 2

I found a solution: openfeint-with-sparrow

Andere Tipps

openfeint changed significantly a few months ago - looks like those tutorials are referencing the old version. for example, there is no [OpenFeint applicationWillResignActive] anymore. in the past you integrated OF by dragging all the OF source into your project, but now the preferred way is via including the OF framework.

i'd recommend starting the integration over and using only the official OpenFeint documentation as a reference.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top