Archive in Xcode appears under Other Items

后端 未结 11 1636
时光取名叫无心
时光取名叫无心 2021-02-07 04:27

I am trying to submit an App to iTunes Connect using the Archive option. Building for a Generic iOS Device it usually shows up under iOS Apps in the Organizer. However, now it s

11条回答
  •  自闭症患者
    2021-02-07 04:56

    We had same issue with our iOS application. After wasting some time for random actions, we compared broken archive with one of the older ones. All of them usually are here:

    ~/Library⁩/Developer⁩/Xcode⁩/Archives⁩

    It turned out that newer archive contained a couple of extra subfolders in Products, while older versions had just Applications there.

    That was a side effect of another change in build configuration, so we fixed it.

提交回复
热议问题