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
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.