I am using Xcode 12.5 and automatic signing. I can build release locally but cannot build debug to run on my device.
Code Signing Error: "Unity-iPhone" requires a provisioning profile with the In-App Purchase, Game Center, and Push Notifications features. Select a provisioning profile in the Signing & Capabilities editor.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 14.5'
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 14.5'
I have checked everything several times. My provisioning profile includes those capabilities. I have revoked and created my certificates and provisioning profiles in Xcode. I even went as far as so configure APNs with SSL certificates but I still keep getting the same error.
I have tried manual code signing, and checked my build settings. Identity, team, profile settings all seem to be correct.
I have also tried manual code signing and again everything looks correct my build settings.
Same error no matter what I do. Really at a loss here.