Post

Replies

Boosts

Views

Activity

Reply to Where in Settings can I allow apps from a developer (myself)
The provisioning profile generated prior iOS 15 is preventing installation on the new release. Therefore, you will need to generate a new provisioning profile for your app. Try the following: Go to the directory of cached provisioning profiles (cd ~/Library/MobileDevice/Provisioning Profiles/) Back up the existing files to another directory Remove all profiles listed under ~/Library/MobileDevice/Provisioning Profiles/ Launch Xcode Install/run the app on your device. Xcode will detect that there are no eligible profiles on your local system and request a new one during the next build to a device. The new profile will be compliance with iOS 15 provisioning.
Oct ’21