So I'm trying to validate an app for the purpose of beta testing, but when I try to validate an archive, it tells me:
"No identities are available for signing"
And when I hit the "Download Identities" button and choose from my development team, it says:
"No identities were available/ An administrator must request identities before they can be downloaded."
I've revoked my certificates and made them again, and I've deleted the provisioning profiles and made them all again for ad hoc distribution and development (I also deleted all the provisioning profiles from my keychain).
I made sure that my bundle identifier matches the app record in iTunes Connect and the distribution provisioning profiles I've created from the iOS Dev Center. The bundle identifiers match.
All of the certificates and distribution profiles show up under my "Accounts" under "Preferences" in XCode. The accounts shows that I have valid certificates and provisioning profiles.
I also made sure that the correct distribution provisioning profile was selected under "Code Signing" in the Build Settings.
Any other ideas about what I could do, or what the problem might be?
I've been scouring every stackflow post I could find. Tried the checked answer on this one most recently and it didn't work:
XCode 5 Crashes on AppStore Validation
Any other ideas?