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
For me, re starting XCode was not enough. Re starting the Apple Mac fixed it. My Mac did have many applications open and was memory constrained, I assume it was related to this.
For easy understanding just follow the image and delete the duplicate target from the selected Scheme.
Click the target on the top left (next to > Generic iOS Device/List of the simulator) then go to Edit Scheme > Build > Removing the duplicate targets from there and leaving only a single one.
I hope that helps.
Thanks
The problem for me was that I set the "Skip Install" in the "Build Settings" of the Watch App target to "No". The problem was solved once I changed that to "Yes"
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.
I faced with this problem.. whenever I archive it is listed in other items not in aps... and I reliaze the app name were different... I edit schme name to orjinal one and problem fixed