Xcode 8 "The Aps-Environment Entitlement Is Missing from the App's Signature" on Submit

Xcode 8 the aps-environment entitlement is missing from the app's signature on submit

Very easy actually. For some reason it got disabled on Xcode 8 but go to Targets -> Capabilities and verify Push Notifications is all correct on that view. For me it had a "Fix Me" I had to click, and voila.

Missing the aps-environment Entitlement. Register Fails

I found a workaround.
I create a new empty project, en test it all. Every thing was fine.
So the issue was not because of my configuration but only because of something in the project file.
Actually my project was an old one from XCode 5.0, maybe it didn't like the automatique transition from one xcode to a new one.

So I restarted a xproj from a XCode 8.3 then a imported all the configuration and file from the other.
Now it works...

(I lost almost a day doing this...)



Related Topics



Leave a reply



Submit