tags:

views:

50

answers:

1

okay so i have completely followed multiple tutorials step by step including this one iAd Tutorial

and using apples official sample code.. everytime i get the errors: "_CGRectOffset" Referenced from: and _CGRectZero Referenced from: any help guys?

A: 

CGRectZero and CGRectOffset are in the CoreGraphics framework.

drawnonward
That worked for running it in the simulator but when i try to run it on the device the same 2 errors pop up..
Ryan