Note to self: don't upgrade Xcode on build day. :-/
On upgrading Xcode I've found that my app (product) archives successfully, but it isn't added to the Organizer window. All of my previous archives (100+) are still there, and the archive exists on my hard drive, but no matter how many times I successfully re-archive the product, it doesn't get added to the Organizer window.
I've closed, reopened, restarted, re-archived, checked the docs, looked through the forums... I'm running out of options other than downgrading to 12.5.1.
Has anyone else experienced this? Do you have a solution?
OK... I'm still not exactly sure what the problem was, but I found a symptom which seems to have led to the cure.
I realized that the "Archives" stored on my hard disk all had a size of zero bytes. Now... why would Xcode call that archive "successful"? I have no idea. But it made me wonder if doing a clean npm install
and pod install
might help (I'm building a React Native app)... and that apparently did.
FWIW: after upgrading Xcode, the product ran fine in a simulator. It just didn't archive. Now, it archives, displays, and uploads fine, even though I didn't actually change anything in Xcode. Go figure.