I went to verify a sketch I had edited and received the following:
/var/folders/pg/ws524fv56l35tn30718qkh3r0000gp/T/arduino_build_307252/sketch/AnalogReadSerial.ino.cpp:1:21: fatal error: Arduino.h: No such file or directory
#include <Arduino.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
I am running on Mac OSX 10.12.2. I tried deleting and reinstalling the entire app to no avail. I even tried running the pre-installed examples in order to rule out any of my own errors.
The Arduino.h file is installed:
Any ideas? I'm willing to do whatever it takes to get it working.