I am developing an App that allows a user to provision a payment pass in the Wallet via the App. In order to do this you must request Apple to add the following entitlement
com.apple.developer.payment-pass-provisioning
to your development team such that you can create provisioning profiles with this entitlement.
In XCode 8.2 this was working correctly. Uploading an archive to the app store with this entitlement in the provisioning profile would have the entitlement included in the App. You could verify that the entitlement was there in the summary window before hitting the upload button for the final time.
However, in XCode 9, 9.1 and 9.2 the entitlement does not appear in the summary, and the entitlement is not present in the uploaded App. Has anyone else experienced this problem and has a solution, or is this just an XCode 9 bug.