Provisioning profile, all steps carefully taken, still rejected

After several years' lapse, I am coming back into app development for iPhone. Here's what I did:

  1. Renewed my membership to Apple developer

  2. I created a wildcard identifier, "me.joymaker.*"

  3. I created a certificate

  4. Using Xcode, I introduced my newest iPhone (a 12 mini) to Apple developer. Unlike my older models, this one has a UDID with a hyphen in it. To get it to take the UDID I had to remove the-and then paste the remaining continuous number into the field. But then it accepted it, and showed it back to me complete with hyphen.

  5. I created a development provisioning profile using that certificate and ID, checking the box that said "Select all", so that every device registered to my account was included.

  6. Using Xcode, I tried to upload the provisioning profile to the phone.

OOPS. Xcode replies, "Failed to install one or more provisioning profiles on the device. Please ensure the provisioning profile is configured for this device." Yes, I am very that it was!

  1. There was an older identifier in the account, left over from years ago, named "XCode: Wildcard AppID", with an identifier of simply '*'. I tried building a provisioning profile with that one. Same results.

Now what? How to diagnose, how to pursue this?

BTW, although XCode sees this phone without difficulty, Music and Finder don’t. Relevant?? See this question for more details.

Modern versions of Xcode can do much more of this automagically than in the (distant?) past.

I don't know exactly what you need to do now to get to a working system, but generally you should not need to extract UDIDs or download provisioning profiles at all.

Provisioning profile, all steps carefully taken, still rejected
 
 
Q