When I try to build up a python project in Xcode, I followed the instruction online which said if I wanna build that I need to do following.
- File - New - Project - External Build System.
- File - New - File - Empty.
- Product - Scheme - Edit Scheme
- Info - Executable - Other - Python installed directory (/usr/bin/python ,default) Debugger(None)
- Arguments - Arguments Passed On Launch = python file.
- Options - Working Directory(python file directory).
then I run the project An error came out:
Command /usr/bin/make failed with exit code 2;
What should I do to fix this?