iOS: Missing aps-environment in entitlement

I have seen it too. This is for those who actually don’t use push notifications but get the warning. In our case we use push notifications. Without aps-environment entitlement they simply does not work.

As workaround for now we just do builds locally with Xcode 14.

Thanks for the tip. VoltBuilder calls Xcode through the Cordova modules. We are looking closely at how Cordova is doing this.

Fixed! There was a build setting for Xcode which needed to be changed.

Special thanks to Tommy for his help!

(We’re still working on the other problem with Push Notifications)