Dear All,
Starting this December 2017, an error message appears in Xcode even with just the source code listed below:
#include <SFML/Graphics.hpp>
int main(int, char const**)
{
sf::RenderWindow window(sf::VideoMode(800, 600), "SFML window");
return EXIT_SUCCESS;
}
The error message in the Xcode project I called 'Timer Error' is as follows:
2017-12-07 17:56:57.696036+0000 Timer Error[13769:8570286] Month 13 is out of bounds
Any suggestions for fixing this error message will be most gratefully received!
Kind regards,
AshleyF