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 ?