I downloaded the 2.0 source, used CMake to build with: Examples/Frameworks/Shared_libs/Templates checked. Framework_prefix is /Library/Frameworks.
ran make & sudo make install
Started up Xcode, checked use frameworks. Template built successful. Ran it and got this error.
The rest of the program still runs tho (image&text. esc closes it)
This GDB was configured as "x86_64-apple-darwin".tty /dev/ttys002
warning: Unable to read symbols for @executable_path/../Frameworks/sfml-system.framework/Versions/2.0.0/sfml-system (file not found).
warning: Unable to read symbols from "sfml-system" (not yet mapped into memory).
warning: Unable to read symbols for @executable_path/../Frameworks/sfml-window.framework/Versions/2.0.0/sfml-window (file not found).
warning: Unable to read symbols from "sfml-window" (not yet mapped into memory).
warning: Unable to read symbols for @executable_path/../Frameworks/sfml-graphics.framework/Versions/2.0.0/sfml-graphics (file not found).
warning: Unable to read symbols from "sfml-graphics" (not yet mapped into memory).
warning: Unable to read symbols for @executable_path/../Frameworks/sfml-audio.framework/Versions/2.0.0/sfml-audio (file not found).
warning: Unable to read symbols from "sfml-audio" (not yet mapped into memory).
warning: Unable to read symbols for @executable_path/../Frameworks/sfml-network.framework/Versions/2.0.0/sfml-network (file not found).
warning: Unable to read symbols from "sfml-network" (not yet mapped into memory).
warning: Unable to read symbols for @executable_path/../Frameworks/SFML.framework/Versions/2.0.0/SFML (file not found).
warning: Unable to read symbols from "SFML" (not yet mapped into memory).
[Switching to process 46757 thread 0x0]
Failed to open the audio device
Built with OpanAL.Framework Hiura uploaded not too long ago. As it was giving errors with the original one.