good4pc
good4pc

Reputation: 711

Adding NetworkExtension.Framework in xcode

I am trying to add Network Extension framework to xcode for implementing Vpn configuration from my application. For that i am referring this video https://developer.apple.com/videos/play/wwdc2015/717/ .From 15:00 onward , video shows how to add Network Extension framework and creating targets after adding the framework. I dont even see NEProviderTemplate.pkg for installation. Is there anything that i have to be done before getting into the frameworks folder?? MacOS Version OS 10.12

Thanks in Advance.

enter image description here

Screenshot from video enter image description here

Upvotes: 6

Views: 3397

Answers (3)

Muhammad Ali Yousaf
Muhammad Ali Yousaf

Reputation: 881

Yes, that installer is no more available. Because when you select Network Extensions template, the subsequent screen contains all options to select all supported types. As you can see in the following images.

Selection of Network Extension template

Type of Network Extension

Upvotes: 3

Sour LeangChhean
Sour LeangChhean

Reputation: 7409

It has been removed from Mac OS. So you can download that file here.

enter image description here

Upvotes: 0

duzvik
duzvik

Reputation: 116

NEProviderTemplate.pkg is currently removed from os installation.

One solution is take SimpleTunnel app and create from it your app(with existing NE targets)

Upvotes: 2

Related Questions