Open main.m file
Insert NSLog command after @autoreleasepool and inside of the brackets { }
@autoreleasepool {
NSLog(@"Come in Berlin"); }
Verify that the console is displayed by clicking on the hide/display console area button in the upper right.
Run the application by clicking on the triangle in the upper left of the screen.
See more https://www.youtube.com/watch?v=to7bfqCeQIs
No comments:
Post a Comment