6000+ errors integrating OpenFeint..How to get files added?

I have two OF projects with my Unity project. One compiles and the other does not (with 6000+ errors.)

I noticed that in the one project that compiles I see files called “OpenFeintSettingsDefines.h” and “AppController+OpenFeint.mm” included. I expect there are other things going on.

I have dragged and dropped the OF folder to the project and see the OF directory in my project but the other files are not there.

Any idea what I am doing wrong or how to get those files to auto-add? I have added the framerworks and the -objc flag as indicated but no luck.

Hmm, actually, it looks like the iAd plug-in is overwriting the post process builder script for OpenFeint…Has anyone integrated both of them?

the easiest way is:

put one postprocess in - run the build
remove it / rename it

put the second one in - run the build with append
remove it / rename it

thats it :slight_smile:

or in case of simpler things you can just manually drag and drop things (iad plugin, cause the of one sets stuff on the project settings too).