本文介绍了在 Xcode 4 中添加框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!
问题描述
限时送ChatGPT账号..
<块引用>
可能重复:
Possible Duplicate:
How to “add existing frameworks” in Xcode 4?
How do I add a Framework in Xcode 4?
解决方案
- In the project navigator, select your project
- Select your target
- Select the 'Build Phases' tab
- Open 'Link Binaries With Libraries' expander
- Click the '+' button
- Select your framework
- (optional) Drag and drop the added framework to the 'Frameworks' group
from How to "add existing frameworks" in Xcode 4?
这篇关于在 Xcode 4 中添加框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!