I have several partitions on the same computer. A different macOS version is installed on each of them. I was developing desktop and iOS applications under El Capitan till a week ago. Then I've decided to completely switched to Sierra. Now, I want to code-sign and send to App Store old and new applications that are maintained under the Sierra partition. For that goal, I need access to provisioning profiles.
The problem that I have with the new partition is that I no longer see a list of provisioning profiles. If I open Xcode's Accounts, I no longer have the view details button. Instead, I have the manage certificates button. Clicking on it, I see a list of development and distribution certificates, not a list of provisioning profiles, which kind of tells me that Xcode is confused about which group of certificates to work with. I have a pair of certificates installed for the new partition (dated 2017/06/19). But Xcode is still confused, I suppose. I can't bring certificates from old partition to the new partition. If I do, the panel shows that certificates don't have private keys. I CAN go back to the old partition in order to use provisioning profiles. So how can I access provisioning profiles under the new partition? Revoking existing certificates on the old partition is the only solution? Thanks.