Hello,
I am using Cinder 0.8.6 for mac and am developing using XCode. I have recently migrated to a new machine and an updated version of xcode. I opened an app I haven't opened in about a year, changed the cinder_path and it ran fine the first time. Then my machine crashed (for another reason) while the app was running and Xcode was open. Since then, every time I open the app, it builds but I get the error "Reached end of file while looking for: uint32_t" I tried including stdint.h and that worked the first time, but not after that. I build and get the error and don't get a compiled app.
Thanks for any insight.