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...
Where are now the provisioning profiles?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Where are now the provisioning profiles?
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>
Re: Where are now the provisioning profiles?
Hi Trevix,
maybe this post from the LC mailinglist will help?
Best
Klaus
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
Klaus