Page 1 of 1
Where are now the provisioning profiles?
Posted: Thu Jul 31, 2025 5:30 pm
by trevix
Running trough the maze of certificates, identifiers and profiles, I have got myself in this confusing situation.
I would like to remove from the standalone settings some double provisioning profiles, but the "library/MobileDevice/Provisioning profiles/" now hold only some of them.
See all these screen shots and see if they make some sense...
Re: Where are now the provisioning profiles?
Posted: Thu Jul 31, 2025 6:24 pm
by Klaus
Hi Trevix,
maybe this post from the LC mailinglist will help?
Code: Select all
As of Xcode 16 provisioning profiles are no longer located in ~/Library/MobileDevice/Provisioning Profiles/
The old directory is not wiped during Xcode update but it's no longer updated from the Xcode when new profiles are added.
The new location is ~/Library/Developer/Xcode/UserData/Provisioning Profiles.
I discovered this after creating new iOS profiles.
They were no longer installed at ~/Library/MobileDevice/Provisioning Profiles/ and LiveCode could not find them.
The solution is to delete the old 'Provisioning Profiles’ folder (make sure to first copy out any non-expired profiles) and then make
it a symlink to the new location:
s ~/Library/Developer/Xcode/UserData/Provisioning\ Profiles ~/Library/MobileDevice/Provisioning\ Profiles
Best
Klaus
Re: Where are now the provisioning profiles?
Posted: Sat Aug 02, 2025 9:43 am
by trevix
Thanks. I could not find the directory (and I really searched for it...)
Just to know: in order to work I did
Code: Select all
ln -s ~/Library/Developer/Xcode/UserData/Provisioning\ Profiles ~/Library/MobileDevice/Provisioning\ Profiles
Re: Where are now the provisioning profiles?
Posted: Sat Aug 02, 2025 10:06 am
by Klaus
Sorry, I only remembered that post and thought it could help.
I have Xcode 16.4 and just checked:
My profiles are still here: ~/Library/MobileDevice/Provisioning Profiles/
Maybe that post only applies to NEWLY created profiles?
Re: Where are now the provisioning profiles?
Posted: Sat Aug 02, 2025 6:06 pm
by trevix
When I double-click o a new profile it installs in the new directory (OSX Sequoia, LC10.0.2 RC4
Re: Where are now the provisioning profiles?
Posted: Sat Aug 02, 2025 11:32 pm
by Klaus
Ah, OK, so I guessed right.
