In my Xcode project, I want to use X11 framework. X11 is installed on my computer since when I add -L/usr/X11R6/lib to my makefile, my program runs without problems.
How can I link X11 framework to XCode?
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.
There is no X11 framework – you just need to add the relevant headers and libraries to your project and Xcode will do the right thing.