Post

Replies

Boosts

Views

Activity

Creating Sample iOS app with unit test bundle via CMake
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 ?
0
0
280
May ’23
How to include C++ header file in objective-c++ header
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
4
0
2.9k
Jun ’22
Creating Sample iOS app with unit test bundle via CMake
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 ?
Replies
0
Boosts
0
Views
280
Activity
May ’23
How to include C++ header file in objective-c++ header
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
Replies
4
Boosts
0
Views
2.9k
Activity
Jun ’22
Unit Test case bundle for PacketTunnelProvider
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.
Replies
1
Boosts
0
Views
437
Activity
May ’22