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
195
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.5k
Jun ’22