Is it possible to create user interfaces for watchOS programmatically ? i.e. without using the StoryBoard files ?
Post
Replies
Boosts
Views
Activity
I am trying to build a watchOS app through CMake (generator used is xcode) and Objective-C. When I added the above(int main as entry point), I get an error saying 'WKApplicationMain' is not found. Am using WatchOS 8.3 sdk. Can you help ?