Relative Content

Tag Archive for iosxcodeazureazure-devops

Azure devOps xcode@5 task failed with exit code 70

So I have been stuck on a problem regarding the Xcode@5 task on an azure pipeline. So we use azure devOps to build and deploy an Expo IOS app to app center. This pipeline worked before hand with no problem but then suddenly without us making changes the pipeline just stopped working. So we immediately thought that our certs must have expired so we created new ones. But unfortunately the problem still persists. It currently throws an error code 70 that says “requires a provisioning profile with the Push Notifications feature”. We have checked the provisioning profile and it seems that the push notifications flag (aps-environment) is present and enabled on the provisioning profile but azure still provides the same error.