Another problem about provisioning profiles…

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

istech
Posts: 211
Joined: Thu Sep 19, 2013 10:08 am

Re: Another problem about provisioning profiles…

Post by istech » Fri Jul 26, 2024 1:08 pm

Hi GoneToSail,

Sorry my suggestion did not help. Maybe our issue where different. I believe you could have a certificate trust issue which needs to be repaired. There is a great link to help troubleshoot this issue. Maybe give it a shot as this is not really a Livecode issue, more of a xcode/developer setup issue.


Let us know how you get on.

Regards,
T
https://stackoverflow.com/questions/489 ... g-in-xcode

LiveCode_Panos
Livecode Staff Member
Livecode Staff Member
Posts: 861
Joined: Fri Feb 06, 2015 4:03 pm

Re: Another problem about provisioning profiles…

Post by LiveCode_Panos » Fri Jul 26, 2024 8:06 pm

Hello GoneToSail,

OK, I am pretty sure some intermediate certificate is missing. As istech says, this is not a LiveCode issue, but rather an Xcode/certificate setup issue.

A "brute force" approach would be to install all Apple's intermediate certificates. These are the following, and can be found in this page:

https://www.apple.com/certificateauthority/

Worldwide Developer Relations - G2 (Expiring 05/06/2029 23:43:24 UTC)
Worldwide Developer Relations - G3 (Expiring 02/20/2030 00:00:00 UTC)
Worldwide Developer Relations - G4 (Expiring 12/10/2030 00:00:00 UTC)
Worldwide Developer Relations - G5 (Expiring 12/10/2030 00:00:00 UTC)
Worldwide Developer Relations - G6 (Expiring 03/19/2036 00:00:00 UTC)
Worldwide Developer Relations - G7 (Expiring 11/17/2023 20:40:52 UTC)
Worldwide Developer Relations - G8 (Expiring 01/24/2025 00:00:00 UTC)

From your screenshot, it looks like you only have the G6 one. I had a look in my KeyChain and I have the G2, G3 and G4 ones.

I am not entirely sure ones are needed, since I think these are automatically installed by Xcode.

Anyway, I think it is worth installing all of them (in the System keychain) - then your iPhone Developer certificate hopefully will be marked as trusted, and you will no longer get that error about the missing identity.

Kind regards,
Panos
--

PS: I do not think that creating a new iphone developer certificate will make any difference, since it is the intermediate one (one of the above) that is missing.

GoneToSail
Posts: 49
Joined: Sun Jan 24, 2010 10:34 pm

Re: Another problem about provisioning profiles…

Post by GoneToSail » Mon Jul 29, 2024 10:04 am

Hi Panos,
You were perfectly right about the reason of my problem !
I've downloaded and installed the intermediate certificates listed in your Friday message, except the G7 one expired on november 2023, and I can now build a standalone without any error message.
Thank you so much for your assistance !
With my best regards

LiveCode_Panos
Livecode Staff Member
Livecode Staff Member
Posts: 861
Joined: Fri Feb 06, 2015 4:03 pm

Re: Another problem about provisioning profiles…

Post by LiveCode_Panos » Tue Aug 06, 2024 3:44 pm

@GoneToSail

Great, thanks for the update :)

jameshale
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 489
Joined: Thu Sep 04, 2008 6:23 am

Re: Another problem about provisioning profiles…

Post by jameshale » Sun Apr 13, 2025 3:04 pm

I had the same issue.
Installing all the intermediate certificates fixed my issue too.
Thanks

Post Reply