I have an issue with building my release app. The provision profile includes iCloud support. This is the error that is shown.
I included these lines in my project:error: Provisioning profile "Dylius20210204store" doesn't include the com.apple.developer.icloud-container-development-container-identifiers,
com.apple.developer.icloud-container-identifiers,
and com.apple.developer.icloud-services entitlements. (in target 'B4iProject' from project 'B4iProject')
B4X:
#MinVersion: 9
#Entitlement: <key>com.apple.developer.icloud-services</key><string>*</string><key>com.apple.developer.icloud-container-identifiers</key><array></array>
#Entitlement: <key>com.apple.developer.icloud-container-development-container-identifiers</key><array></array>