List of errors when compiling app from backendlessBeacon.h

I have recently moved across to Backendlees from parse so i decided to start a new project, download the SDK and use the quick start guide to familiarise myself with the operation. I worked my way through the quick start guide i also supposedly re-traced my steps just incase i had missed anything but when i run the app i get a list off errors which seem to be occurring due to these two lines in the BackendlessBeacon.h file:

@property (strong, nonatomic, readonly) NSDictionary*; <NSString*,NSString;*> *iBeaconProps;

@property (strong, nonatomic, readonly) NSDictionary*; <NSString*,NSString*> *eddystoneProps;

I’am by no means an expert in this field of programming. I would be much appreciated if someone could point me in the right direction.

Hi Gareth,

Does this issue still reproduce?