Search code examples
xcodestoryboardapple-watch

Apple Watch App Only Showing Clock


Xcode states that the Apple Watch is running but yet I only see the clock. My storyboard interface should have a green background. There is nothing showing up in the slog.

- (void)awakeWithContext:(id)context {
    [super awakeWithContext:context];
NSLog(@"hello world");
}

Solution

  • After deleting and re-adding the storyboard into the app section, the NSLog now shows results again and the apple watch is showing the storyboard again.