Skip to content
Robert Widmann edited this page May 15, 2013 · 2 revisions

Basic Setup

These steps apply only to Xcode 4.

1. Run the right scripts

  • `cd` into the directory you cloned etPanKit to, then cd into `./Scripts`.
  • run `sh ./prepare.sh`.
  • cd into `Externals/libetpan`.
  • run `sh ./autogen.sh`. Be sure to follow its instructions, as it is a multi-step process.

2. Add the EtPanKit framework to your project

  • Drag EtPanKit.xcodeproj into your Xcode project as a subproject.
  • Click the name of you project in the Project Navigator, then click the “Summary” tab.
  • Click the plus button under the frameworks list, select EtPanKit.framework, then click “Add.”

3. Making sure the framework is copied to your app bundle:

  • Click on your project in the Project Navigator.
  • Click your target in the project editor.
  • Click on the Build Phases tab.
  • Click the Add Build Phase button at the bottom and choose Add Copy Files.
  • Click the disclosure triangle next to the new build phase.
  • Choose Frameworks from the Destination list.
  • Click the plus button below the list.
  • Select EtPanKit.framework from the dialog to add it to the list in the new Copy Files phase.