I download JabberGuest SDK for iOS, and follow the https://developer.cisco.com/site/jabber-guestsdk/learn/tutorials/v10_6_9/#steps28 this guild. I am trying to create a new demo application using storyboards by using the CJGuestCallViewController.
But a error message pop up:
JabberGuest.framework/JabberGuest(CJGuestCallViewController.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I try to switch the Enable Bitcode to "NO", which makes about other 60 errors. I also try to add jabberGuest.framework into Compiles Sources and Link Binary in Build Phases. It doesn't work either. I try everything I can find online, include clean the Derived Data in Locations of Preferences. Restart the computer. I still stuck here for whole day.
Need help!
I'm using xcode 8.1. Jabber Guest for iOS - 10.6.11
If you need more information let me know.
Any help would be appreciated to solve this issue.