读书人

Using Open Source Static Libraries

发布时间: 2012-08-22 09:50:35 作者: rapoo

Using Open Source Static Libraries in Xcode 4

Xcode 4.0.1 allows us to more easily create and use third party libraries in iOS projects. I think the process is still more complicated than it needs to be. Xcode’s documentation suggests that it should automatically detect implicit dependencies and index classes across workspaces but I have not found this to be the case. Here I’ll cover the steps I have found for creating and sharing code between projects and with other developers.

  1. Background
  2. Using a Static Library
  3. Creating a Static Library
  4. Future Improvements

Background

Workspaces:

Xcode 4 introduced the concept of?workspaces?as containers for multiple projects. There are a couple of key behaviors of workspaces which we want to build on when choosing how to share code across projects.

读书人网 >开源软件

热点推荐