Missing [] Error

I am installing Backendless on a existing project to update it for release. I am getting an error I do not understand after installing the SDK with Cocoapods.

The error is in the Apple Generated file using Swift 3.02.
http://support.backendless.com/public/attachments/418a67efbf10bc7aa8c8d8915419237a.png</img>

Any help would be appreciated.

What is the reason for declaring “Backendless” as a property? It is a singleton object which can be accessed anywhere through “Backendless.sharedInstance()”

I did not declare this. Xcode autogenerated this code for me. Should I comment it out?

Since I do not know what that code is supposed to do and what the intent is, it is hard for me to make any kind of recommendation. By looking at the code, that line makes little sense…

I commented out the code and all works as expected. Thanks Mark.