Adding Framework in Xcode 4(在 Xcode 4 中添加框架)
问题描述
<块引用>可能重复:
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 中添加框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!