WiFly Shield Arduino

Ok, so I tried to run a simple web server using the up to date WiFly shield for the arduino.
I downloaded the WiFly Shield Master library and extracted the folder into the librarys.
After my own code failed me, I thrn tried to run the included example WiFly_WebServer. This threw out an error about Server not being a type (See attachment 1). So, I then went to the example tools and opened the SpiUart terminal code in order to check the connection betwen the arduino and shield. This code also threw out an error, SpiSerial was not declared in this scope (See attachment 2). So I then opened the example tools HardwareFactoryReset code wondering if something's just gone wrong along the way, and tried to run this code, only to get the same error, SpiSerial was not delcared in this scope (See attachment 3). I am so lost, I can't seem to do anything with this shield at all. Would appreciate any and all help, thank you.