Search code examples
iosxcodeswift3xcode8networkextension

Xcode 8 Invalid code signing entitlements


I am creating an application that uses network-extension of iOS. The application is working fine also I am able to export IPA file. But when I try to upload it to testFlight this errors occurs:

Testflight error

I don't know whats going on. I have added network extension to provisioning-profile and appId. My entitlements:

Entitlements


Solution

  • I was bug with Xcode. I recreated the whole project and everything was workign just fine.