Hello
As we know that PacketTunnelProvider is a network extension with parent class as NEPacketTunnelProvider.
Is it possible to write a test suit bundle for the PacketTunnelProvider ?
We already know that we can not check the VPN functionality on a simulator. It is only possible on hardware device.
Please help to answer my query.
Thanks.
Post
Replies
Boosts
Views
Activity
Hello,
I am facing a problem in including a C++ header file like vector, set etc. in a objective-c++ header.
Lets suppose, I am having 2 files:
abc.h
abc.mm
Now, when I try to include the C++ header in abc.mm file, no build error is coming.
But when I try to include the C++ header in abc.h file, it is throwing build error.
Build error is: Header not found.
How to resolve this error? Any suggestion will be helpful.
Thanks
Asheesh
Hello Everyone,
Is it possbile to create a Sample iOS application with Unit test bundle completely via the cmake?
After running the cmake, we will get a xcode project file. On opening that file, we should be able to run the app on device/simulator.
Also the tests which are included in the unit test bundle should be visible under test navigator in xcode.
Can someone guide me on how to do this ?