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 This worked for me. Henry _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode