Where are now the provisioning profiles?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
trevix
Posts: 1070
Joined: Sat Feb 24, 2007 11:25 pm
Contact:

Where are now the provisioning profiles?

Post by trevix » Thu Jul 31, 2025 5:30 pm

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...
Screenshot 2025-07-31 alle 18.28.42.png
Screenshot 2025-07-31 alle 18.28.25.png
Screenshot 2025-07-31 alle 18.28.58.png
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>

Klaus
Posts: 14184
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Where are now the provisioning profiles?

Post by Klaus » Thu Jul 31, 2025 6:24 pm

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

Post Reply