Unsatisfied entitlement

I'm tyring to implement a Packet Tunnel Provider for OSX.

I have the entitlements, but when I try to run the app, it's immediatly crashing.


At the console, I can see the following errors:

Found 2 provisioning profiles
com.apple.developer.networking.networkextension
Disallowing com.myapp.MyApp[pid 73450] because its use of the com.apple.developer.networking.networkextension entitlement is not allowed
killed com.myapp.MyApp[pid 73450] because its use of the com.apple.developer.networking.networkextension entitlement is not allowed (error code -67050)


But as I said, I do have the entitlements, I'm using the correct provision profile, and I followed Eskimo tutorial at https://forums.developer.apple.com/message/75928#75928

and everything looks as it should be.


Any help would be appreciated!


Edit: I created the provisioning profiles again, add them the network entitlements, cleaned the project, deleted the old profiles, and the problem still exists.

I followed Eskimo tutorial … and everything looks as it should be.

Please run the commands in that tutorial and then post dumps of each one.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Well, I just figured it out.

Your tutorial saved me, but I don't know why it happened

I had entitlements for packet-tunnel-provider and app-proxy-provider but the entitlements file was build also with content-filter-provider for some reason.

deleted it and everything is O.K

Hello, the tutorial link is not available now. Is there a new link available?

Is there a new link available?

Here’s the correct link: Debugging Entitlement Issues [1].

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] By way of explanation, roee84 managed to hit the one case where the new DevForums broke links (r. 64589574), namely, a post link, rather than a thread link, to the first post of a thread )-:

Unsatisfied entitlement
 
 
Q