Skip to content

Instantly share code, notes, and snippets.

@micahpearlman
Created March 16, 2012 23:12
Show Gist options
  • Save micahpearlman/2053525 to your computer and use it in GitHub Desktop.
Save micahpearlman/2053525 to your computer and use it in GitHub Desktop.
XCode 4 IPA Archive with static libraries
Thanks but I needed 3 steps to entierly solve the problem with my project framework:
set the Target Build Settings/"Skip Installation" property to "YES" for every dependency project
clear the Target Build Settings "Installation Directory" property for every projects
for every projects, move every headers from section "Build Phases/Build Settings/Copy Headers" Public/Private to Project
see: http://stackoverflow.com/questions/5271496/xcode4-ios-4-3-no-packager-exists-for-the-type-of-archive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment