Post

Replies

Boosts

Views

Activity

Application Error ?
I added // for the #include <Cocoa/Cocoa.h> to start programming the interface of NSApplication and receive the error specified in the code I just typed here : // //  main.m //  Hostile // //  Created by Besleaga Alexandru Marian on 10/20/21. // //  #include <Cocoa/Cocoa.h> int main(int argc, const char * argv[]) {     @autoreleasepool {         // Setup code that might create autoreleased objects goes here.     }     return NSApplicationMain(argc, argv); } There error message is the following : Implicit declaration of function 'NSApplicationMain' is invalid in C99
6
0
913
Oct ’21
What project should I create to obtain the URL ?
I'm trying to create a project to obtain the URL for my domain to start developing my first website. I started searching to learn how to find what I'm looking for in the documentation and found the URL in the Foundation at Fundamentals and want to know what project to create for the Run command to open the URL in Safari. Kind Regards
2
0
762
Nov ’21