Hi, Thanks a lot eskimo. It helps me in resolving the problem. Can you please confirm me that how can we implement Split Tunnel with Packet Tunnel in my app with Swift 4.2.
Post
Replies
Boosts
Views
Activity
Hi @eskimo,I have checked my package but find nothing and i also create 2-3 times the extension target but getting the same issue again and again. Can you please help me in coming out from this problem or can you please suggest me any tutorial that i can follow for packaging. Thanks.
Even this class init method is also never getting called.How are you testing that?I am trying by printing message in init method. But nothing is print on console. override init() { super.init() print("Hello") NSLog("provider init") }And i also check it by applying breakpoint and set Debug->Attach to process->Then i add NetworkExtension Target.Failures like this are usually the result of a packaging problem in your app, that is, there’s something in your app, or in the nested appex, that’s preventing the system from loading your appex.So can you please suggest what can be the possibilities (problems in packaging) that i have to check in my project.