Hello,
let me describe the problem,
i download the latest sources and create XCode project using CMake, in configuration CMake i followed instructions from tutorial on this site, also i set such flags
SFML_BUILD_EXAMPLES
SFML_OPENGL_ES
SFML_INSTALL_XCODE_TEMPLATES
after creation XCode project was done i try build it in XCode but buil is failed with error "EGL/egl.h file not found"
i use mac mini with OS X 10.9.4
Can someone help?