@aurelienporte / @totalidea,
Check that the package dependency was added to your targets under General - Frameworks & Libraries
Post
Replies
Boosts
Views
Activity
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.