Library not found for -lCommLibiOS Objective C

This issue has already been raised here which is dealing with it occurring on a swift project. Is there a fix for this occurring on a regular objective C project?
The users suggested answer for this also relies on adding the library manually which wouldn’t suit the structure of our project, using both Cocoapods and manually additions.
http://support.backendless.com/public/attachments/e2d3d6adf45082b99fc192c77e5027fc.png</img>
This is the error I get when I add the Backendless pod to a project before even starting to add in Backendless functionality.
Any help would be very appreciated
Simon

What pod did you use to create the workspace? ( We have three pods available).

Regards,
Mark

This problem was fixed by using the

Backendless

pod instead of the depreciated

Backendless-ios-SDK

pod

Thanks for your help Mark