Xcode 4 + iOS 4.3: “No Packager exists for the type of archive”

后端 未结 7 1529
忘了有多久
忘了有多久 2020-12-07 10:41

I just upgraded to Xcode 4 and am trying to create an adhoc build of an earlier project. Whenever I use the \"Archive\" option I either end up with no archive at all in the

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-07 11:09

    Thanks but I needed 3 steps to entierly solve the problem with my project framework:

    1. set the Target Build Settings/"Skip Installation" property to "YES" for every dependency project

    2. clear the Target Build Settings "Installation Directory" property for every projects

    3. for every projects, move every headers from section "Build Phases/Build Settings/Copy Headers" Public/Private to Project

提交回复
热议问题