I am unable to add a distribution provisioning profile in the iOS provisioning portal. I already have:
- wildcard app ID
- wildcard developer provisioning profile
- app ID (for my app to be sent to the AppStore)
- developer provisioning profile (for my app to be sent to the AppStore)
- developer certificate
- distribution certificate
- app record in iTunes connect (not that it matters in this case tbh)
I go to Provisioning > Distribution and try to create a new distribution provisioning profile:
- distribution method: App Store
- profile name: myAppName Distribution Profile
- distribution certificate: it's correct
- appID: I select my app ID
- devices: greyed out since distribution method is App Store
Hitting Submit throws this error (twice, below each other): "The selected device(s) are not unique. Please select unique device(s)."
There is one device registered under devices. Refreshing from Xcode's Organizer does not help. I did notice as well: the field 'Provisioning profiles' of my distribution certificate is empty, should the development provisioning profile not be listed here (and if so, how do I get it listed)?