Post marked as solved
Click to stop watching this post.
You have stopped watching this post. Click to start watching again.
Post marked as solved with 3 replies
153
Views
Terminal compiling problem
Good evening everyone, I write in this forum for an error message that the compiler from terminal MacOS returns me after sending the command:
language
gcc program.c
Specifically, the terminal returns me this message:
language
objc[4135]: Class AMSupportURLConnectionDelegate is implemented in both ?? (0x1fb10c188) and ?? (0x118aac2b8). One of the two will be used. Which one is undefined.
objc[4135]: Class AMSupportURLSession is implemented in both ?? (0x1fb10c1d8) and ?? (0x118aac308). One of the two will be used. Which one is undefined.
I don't understand what it means or how to solve this message that appears every time I compile a program for the first time after turning on the Mac.
I should point out that this problem has occurred on a Mac mini with an M1 processor. My MacBook Pro 13" with Intel processor does not have this problem.
The compiler compiles the program perfectly but the error always appears. Is there any way to make it disappear?