Bundle framework with application in XCode

前端 未结 3 1348
时光取名叫无心
时光取名叫无心 2020-12-04 20:09

I am an XCode novice. I am trying to follow these instructions. Clearly I am missing something because while I can see that the framework I want has been copied into the ap

3条回答
  •  既然无缘
    2020-12-04 20:55

    Using Xcode 5, you can facilitate this using the Build Phases panel of your application target.

    The default appearance of this panel is

    By pressing the "+" button underneath Copy Files, you can add your framework as a file that will be copied into Frameworks in your app bundle.

    Now, when you build, your Framework(s) will be copied into your bundle.

提交回复
热议问题