It ran fine before, but after upgrading to Xcode 10, my c++ Box2D game no longer runs. Been working on this same project for years, upgraded through lots of Xcode versions without any issues before.
The error:
Lexical or Preprocessor Issue: 'memory' file not found in b2Body.h
Tried Clean Build Folder, no luck. My desktop is on Mojave, my laptop is on High Sierra, so OS version seems irrelevant, but the game ran fine on Xcode 9.
Any other ideas?