【发布时间】:2012-09-03 03:34:05
【问题描述】:
我正在尝试将 admob 添加到我的应用程序中,但我对第 4 步感到困惑,即
在 Other Linker Flags 下,将 -all_load 添加到 Debug 和 Release。
在 OTHER_LDFLAGS 下吗?我该怎么做呢?谢谢!
【问题讨论】:
标签: iphone xcode frameworks admob
我正在尝试将 admob 添加到我的应用程序中,但我对第 4 步感到困惑,即
在 Other Linker Flags 下,将 -all_load 添加到 Debug 和 Release。
在 OTHER_LDFLAGS 下吗?我该怎么做呢?谢谢!
【问题讨论】:
标签: iphone xcode frameworks admob
这样做:
1. Go to target seetings of your project.
2. Now go to Build settings. In Search bar type " Other Linker Flags ". As shown below in image will appear on screen.
现在将 -all_load 添加到 Debug 和 Release。
【讨论】:
检查此图像以设置其他链接器标志。希望有所帮助。
【讨论】: