I noticed my current bash file has export PATH=$PATH:/Applications/MAMP/library/bin which i put there to set up terminal access to mamp. I\'ve been trying to compi
export PATH=$PATH:/Applications/MAMP/library/bin
You are in wrong directory. Consider 'a' folder on desktop that contains a.xcodeproj and other files. Navigate to 'a' directory in terminal.
MACBOOK-Users: macbook$ cd Users/macbook/Desktop/a
Now, macbook$ open a.xcodeproj on terminal. This opens 'a' project in Xcode.
macbook$ open a.xcodeproj