How to “add existing frameworks” in Xcode 4?

后端 未结 10 2228
庸人自扰
庸人自扰 2020-11-21 11:23

I can\'t find the good old \"Add existing frameworks\" option. How do I do this?

We\'re talking about Xcode 4 DP2 (in the context of iPhone development, as far as it

10条回答
  •  自闭症患者
    2020-11-21 12:15

    Follow below 5 steps to add framework in your project.

    1. Click on Project Navigator.
    2. Select Targets (Black arrow in the below image).
    3. Select Build phases ( Blue arrow in the below image).
    4. Click on + Button (Green arrow in below image).
    5. Select your framework from list.

    Framework

    Here is the official Apple Link

提交回复
热议问题