Skip to content
shefyg edited this page Jul 10, 2012 · 1 revision

Here are just some pointers on AdHoc release that we ancounteced

  1. Don't forget: on the CLient project (the project that uses the framework) make sure all the xib files are included under Client target->Build Phases->Copy Bundle resources.
  • I also grouped them under a group named "Framework Resources"
  1. Don't forget - under Framework-project -> Info -> configuration , to add "AdHoc" configuration, same as you did in the client folder. This is very important, because when xcode builds the products, it creates the folder tree based on these configuration. Without it "AdHoc" would not be created, and the the AdHoc version won't run.

Other things are about the same as for regular development.

If you have any additional pointers that could help other, include them in this wiki.

Clone this wiki locally