Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I download the JabberGuestSDK-iOS-10.6.11.97, and try to build a demo on iOS. I fellow the step one by one with this:https://developer.cisco.com/site/jabber-guestsdk/learn/tutorials/v10_6_9/#overview. I start with a storyboard. But when I click the b...
I solve the problem with this:Must have the C++ Standard Library build setting set to libc++ (LLVM C++ standard library with C++11 support).The issue is gone!