I’m working in Xcode. Where are all the header and libraries I can link with my projects? What directory? I want to find archives like these and discover others I have never found…
objc-runtime.h
math.h
Thanks. Sorry I know It’s too easy.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Like any other *BSD, on MacOS the default location for header files is in in /usr/include. To find all headers that may or may not be in the include path of your compiler, you could also use this command in a shell: