02-23-2016 07:13 AM
We have used the Cisco provided SDK for Remote mobile expert platform for iOS and are able to successfully place video calls to the Cisco Contact center using it.
However, we need to embed this application within a parent application. The problem is my parent app uses an “architecture: arm64” and when we try to compile it with the Cisco App we get a compilation error as detailed below :-
In Xcode 7.2.1 , I am getting error when I compile project which says :-
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_AssistSDK", referenced from:
objc-class-ref in VideoCallViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
This is what currently I have for architecture settings perspective in my App :-
Architectures : Standard Architectures(armv7, arm64) - $(ARCHES_STANDARD)
Base SDK : Latest iOS(9.2)
Valid Architectures: arm64, armv7, armv7s
IOS Deployment Target: iOS 7.1
Thanks in advance for looking into it and spare your valuable time.
Solved! Go to Solution.
02-26-2016 07:39 AM
Please see response on Error in compiling Remote Expert AssistSDK -
02-26-2016 07:39 AM
Please see response on Error in compiling Remote Expert AssistSDK -
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide