开发者

Problem with implementing iAd into iPhone application

开发者 https://www.devze.com 2023-01-09 17:56 出处:网络
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 err开发者_C百科ors: \"_CGRectOffset\" Re

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 err开发者_C百科ors: "_CGRectOffset" Referenced from: and _CGRectZero Referenced from: any help guys?


CGRectZero and CGRectOffset are in the CoreGraphics framework.


You have to add the CoreGraphics framework to your project in the linker settings.

0

精彩评论

暂无评论...
验证码 换一张
取 消