添加AdSupport.framework后应用程序崩溃

时间:2013-04-11 18:33:34

标签: ios objective-c ios5 ios6

嗨,我在启动时收到此错误:

dyld: Library not loaded: /System/Library/Frameworks/AdSupport.framework/AdSupport
  Referenced from: /Users/owner12/Library/Application Support/iPhone Simulator/5.1/Applications/823A0485-7443-4206-B9F5-A84C03DBFB89/BusinessPlan.app/BusinessPlan
  Reason: image not found

我将该框架添加到目标 - >构建阶段 - >链接二进制文件库。

奇怪的是,这个框架开始出现在我的项目中,位于文件所在主区域的导航器中,而不是项目/框架中。

有人知道如何解决这个问题吗?谢谢!

另外,我在“Other Linker Flags”下的Build Settings中添加了一些参数,它们看起来像这样:

enter image description here

但实际上他们应该是这样的:

-all_load *
-ObjC

这可能是错误的原因吗?

1 个答案:

答案 0 :(得分:8)

“引自:/ Users / owner12 / Library / Application Support / iPhone Simulator / 5.1 /” - 不是AdSupport可用only in iOS 6.0 and later