Xcode 10.1 doesn't show 'distribute app' option when archiving, can't archive

后端 未结 5 840
独厮守ぢ
独厮守ぢ 2020-12-30 05:58

I suddenly got this weird issue with Xcode 10.1.

When I archive app store target for my app I cant see \"distribute app\" option, instead it now says \"Distribute Co

相关标签:
5条回答
  • 2020-12-30 06:28

    Unticking the 'Find Implicit Dependencies' tick box solved it for me. Hope this helps. Said Tickbox

    0 讨论(0)
  • 2020-12-30 06:29

    I had the same problem in different projects in the last few days.

    In one of the projects, a solution had to delete the .xcproject subproject file.

    In another project, the solution was to uninstall .xcworkspace (I use cocoapods) and run pod install.

    0 讨论(0)
  • 2020-12-30 06:31

    Faced the same issue few days ago. This usually occurs when you have multiple schemes in a project.

    • Go to edit scheme (Next to stop button)
    • Select the target of which you want to archive.
    • In build option, remove other targets or you may unselect archive checkbox.
    • Re-archive
    0 讨论(0)
  • 2020-12-30 06:44
    Please make changes as follows 
    Change Skip install to NO
    
    0 讨论(0)
  • 2020-12-30 06:47

    I ran into this annoying error today - I thought it was the new version of Xcode - but no. I had multiple targets for my project (staging/production), and also a nested framework project.

    To solve this I opened the staging scheme and made sure only the checkboxes are checked for that target: (the top row was selected before)

    0 讨论(0)
提交回复
热议问题