Code Signing Team None

Until recently, I’ve been able to compile iOS apps on Xojo 2020R1.2 running on Catalina in combination with Xcode 11.7.
After an attempt to get an issue fixed with code signing a Mac app, I no longer have a Team in the popup menu in Xojo’s iOS section. All I have is the “None” option.

I can see I no errors in both terminal;

Blockquotesecurity find-identity -p codesigning

Policy: Code Signing
Matching identities

  1. 2806E5F52B1B2C06685268A9D0FB8879F397757D “iPhone Distribution: Boudewijn Krijger (HNXC4QVTV2)”
  2. 37D7EB3660EF37D257EC0269E56E9FF5F9B08DD7 “3rd Party Mac Developer Application: Boudewijn Krijger (HNXC4QVTV2)”
  3. C323CDA90486FECFCFB31862326037463A0DAF5C “Developer ID Application: Boudewijn Krijger (HNXC4QVTV2)”
  4. 5BF5D427A15B2596EA8E238E092733C563699B6A “Apple Development: Boudewijn Krijger (3S752N3YZE)”
    4 identities found

Valid identities only

  1. 2806E5F52B1B2C06685268A9D0FB8879F397757D “iPhone Distribution: Boudewijn Krijger (HNXC4QVTV2)”
  2. 37D7EB3660EF37D257EC0269E56E9FF5F9B08DD7 “3rd Party Mac Developer Application: Boudewijn Krijger (HNXC4QVTV2)”
  3. C323CDA90486FECFCFB31862326037463A0DAF5C “Developer ID Application: Boudewijn Krijger (HNXC4QVTV2)”
  4. 5BF5D427A15B2596EA8E238E092733C563699B6A “Apple Development: Boudewijn Krijger (3S752N3YZE)”
    4 valid identities found

And AppWrapper 4 shows no errors in certificates.
Can anyone tell me which profiles Xojo is looking for when filling the Team popup menu?

Thanks in advance,

Boudewijn

Never mind. I managed to get it working again by adding the keychain of a backup.
It would however be nice if the process was documented somewhere, so it’s not such a trial and error process.

I know that you were able to get it showing in the Team dropdown box again. However, I’ve never been able to get anything other than “None” showing in my Code Signing Team dropdown box. How do I get it to show my team from Xcode?

Hi Terry, the process is rather vague, but I ended up removing all old certificates & profiles from my keychain and re-downloading them from Apple and re-installing them. Out of date certificates or duplicates can mess things up. I still think it would be good if Xojo gave this topic some thought and perhaps keep an up to date way of doing this in either a video or step by step web page.
Sorry I can’t be very specific; it’s still a trial and error process for me too.

1 Like

My general advice with this stuff is always to get it fully working in Xcode first. If it’s not working there, it won’t work in Xojo.

1 Like

As much as I appreciate the response, I don’t know anything about Xcode. I just know my code works in the simulator, but haven’t a clue outside of that. Help?

There is a guide here: Device deployment — Xojo documentation

1 Like