I have 2 targets - Dev & Prod config with different capabilities (Apple Pay disabled for Prod)
I already have separated Info.plist files with needed target But I couldn't do same for Proj.entitlements files - Target Membership section in Utilities menu disabled
I set corresponding "Code Signing Entitlements" in Build Settings of each target, but still receiving "Provision Profile 'X' doesn't support 'X' capability" in General tab
Is there any way in Xcode to specify the correct .entitlements file?