by sunny » Tue Jan 19, 2010 7:29 am
I edited first post and updated the old sample code, so not it works with recent versions of NimbleKit.
just re-download sample project to have working template.
for information if you'll need in future, the errors it gave you first time and second time it's linker error that some functions or classes can not be found, to resolve that all you need to do is to add required library, which is really easy to find -> in Xcode go Help->Developer Documentation and type the part of the function name to search for it, after it is found you can see right under function name you have framework this function is related to, so you just need to add that framework to fix it.
Admob uses animations and transformations, so it requires QuartzCore.framework which you need to add to project