Hi all, I'm using xcode 13.2.1. I go to Product>Archive. The app builds and creates an archive, but there's no data for "version, identifier, type, team, architecture, etc." It's just creating a "generic xcode archive."
When I go to "distribute content" it doesn't give the typical distribution methods like "App store Connect, Adhoc, Enterprise, or Development."
What am I doing wrong?
Thank you,
Thomas
I’m presuming that you’re building an iOS app here. If not, let me know.
For the organiser to recognise an archive as an app archive it must contain exactly one item that’s your app. Try this:
-
Select the archive in the organiser.
-
Control click and choose Show in Finder.
-
In the Finder, control click and choose Show Package Contents.
-
Look in the
Products
directory. It should contain a single item calledApplications
. And that should contain a single item that is your app.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"