So I am aware there are like a thousand posts concerning this so forgive me in advance.
I've been trying to find a solution to the following:
unknown argument: '-frameworksfml-system' [-Wunused-command-line-argument-hard-error-in-future]
So I tried reinstalling the library following the instructions. I had to use sudo for the install.sh as I didn't have permission. It still didn't budge, I am using the SFML app template and not the command line. Just wanting to run it for the first time and see what happens but I get the unknown arguments.
I tried copying the frameworks to /MYUSERNAME/Library/Frameworks/ but that didn't work either. I had copied the frameworks to /HDD/Library/Frameworks and also copied the relevant dylib, extlib and copied the templates to MYUSERNAME/Developer/Xcode.
I found a solution while browsing that involved using
ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future something something
But I doubt that's what I should do.
What am I doing wrong? Thanks a lot.