Reputation: 41
Can't attach screenshots because I has no 10 reputation. But in my iOS Provisioning Portal I have status of all my Provision Profiles - "Active". When I'm downloading them and installing in Xcode they get status "Valid signing identity not found". Why?
P.S. I think it's because during creating my App ID I had to use my Team ID as Bundle Seed ID. But I have no any drop down menu to choose another one. I have only text: "Your Team ID (IDIDIDIDID) will be used as the App ID Prefix." (I changed my ID to IDIDIDIDID).
Upvotes: 1
Views: 210
Reputation: 89509
Sounds like you are attempting to build iOS apps from a brand new machine instead of the machine that your original certificates were built on.
You need to export your public & private keys from the original machine and import them into the keychain on your new machine. Look for the ones that say "iPhone Developer:" and "iPhone Distribution:". You can use the "Keychain Access" app in the /Application/Utilities
folder to do this.
Upvotes: 1