开发者

Adding Framework in Xcode 4 [duplicate]

开发者 https://www.devze.com 2023-03-12 09:02 出处:网络
This ques开发者_开发百科tion already has answers here: Closed 11 years ago. Possible Duplicate: How to “add existing frameworks” in Xcode 4?
This ques开发者_开发百科tion already has answers here: Closed 11 years ago.

Possible Duplicate:

How to “add existing frameworks” in Xcode 4?

How do I add a Framework in Xcode 4?

Adding Framework in Xcode 4 [duplicate]


  1. In the project navigator, select your project
  2. Select your target
  3. Select the 'Build Phases' tab
  4. Open 'Link Binaries With Libraries' expander
  5. Click the '+' button
  6. Select your framework
  7. (optional) Drag and drop the added framework to the 'Frameworks' group

from How to "add existing frameworks" in Xcode 4?

0

精彩评论

暂无评论...
验证码 换一张
取 消