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

后端 未结 7 1530
忘了有多久
忘了有多久 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 10:59

    These are steps to solve above problem in xcode 4.2

    1: " Skip to install" to YES for all third part libraries which are added. "Skip to install" to NO for your project.You can access "Skip to install" from Build settings.

    2:Select your third party library headers from left Navigator pane.

    2.1:On the right is Utililtes pane.Show and hide it with view ->utilities->show/hide utilities (command-Option-0) or with third button in the view segmented control in the toolbar

    2.2: select file inspector(command-option-1)

    2.3 choose Target membership and change option to 'Project' from public or private

提交回复
热议问题