简体   繁体   English

在iPhone应用程序中实现iAd的问题

[英]Problem with implementing iAd into iPhone application

okay so i have completely followed multiple tutorials step by step including this one iAd Tutorial 好的,所以我已经完全按照步骤逐步完成了多个教程,其中包括这个iAd教程

and using apples official sample code.. everytime i get the errors: "_CGRectOffset" Referenced from: and _CGRectZero Referenced from: any help guys? 并使用苹果公司的官方示例代码..每次出现错误:“ _ CGRectOffset”引用自:和_CGRectZero引用自:任何帮助人员?

您必须在链接器设置中将CoreGraphics框架添加到您的项目中。

CGRectZero和CGRectOffset在CoreGraphics框架中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM