I have an iOS application that I have built several times over the past year, and deployed countless custom builds with no problems. However, Xcode decided today that when archiving my application, it should consider it as a Mac App Store application, and not create an .ipa file that I can provide.
Git does not display any changes in my .xcodeproj files, and I do not see the changes that have been changed. I have other goals in the project that are still building perfectly, but the main goal I use for distribution is the one that causes these errors. Is there a reason Xcode should think that it is building a Mac application instead of the iOS version that it is used to?
source share