Hey Guys,
After updating my Xcode 8 for the 6th (?) time the Backendless SDK isn’t working anymore. It always complains: "Unresolved identifier ‘Backendless’ " when I try to initialise.
I am using cocoa pods which is usually very easy to update etc. But this time something went wrong… Any idea how to fix this?
Thanks
Hi Norman,
Have you tried running any of our samples using the updated XCode?
Hi Norman,
Please check ‘Objective-C Bridging Header’ Build Settings option:
http://support.backendless.com/public/attachments/b8434362f8b087c03d8436fbcd405b2f.png</img>
You should set it with the path to your bridging header file, or use Backendless one:
${PODS_ROOT}/Headers/Public/Backendless/Backendless-Bridging-Header.h
It is need to do only one time, next updates will be OK.
Regards,
Slava
Thanks so much guys, the bridging header recommendation helped!