02-23-2016 07:02 AM
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
Solved! Go to Solution.
03-15-2016 06:51 AM
Hi Prashant,
There is no way to change the video screen size on iPhone.
This discussion is titled "Error in compiling Remote Expert AssistSDK".
For further unrelated questions please raise in a new discussion.
Thanks,
Rob
02-26-2016 07:35 AM
Hi Prashant,
Strange as you are not defining x86_64 support.
Can you build just for the current device and not use a simulator?
x86_64 support should be in REM 11, due out at the end of April, last I heard.
Regards,
Rob
03-14-2016 12:58 AM
Thanks, it is building on device.
Is there any way to run the build on simulator ? I am getting 6 errors like when i am running on simulator :-
"webrtc::RtpExtension::IsSupported(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
cricket::FilterRtpExtensions(std::__1::vector<cricket::RtpHeaderExtension, std::__1::allocator<cricket::RtpHeaderExtension> > const&) in ACBClientSDK(libjingle_media.webrtcvideoengine2.o) |
"webrtc::VideoDecoder::Create(webrtc::VideoDecoder::DecoderType)", referenced from:
cricket::WebRtcVideoChannel2::WebRtcVideoReceiveStream::CreateOrReuseVideoDecoder(std::__1::vector<cricket::WebRtcVideoChannel2::WebRtcVideoReceiveStream::AllocatedDecoder, std::__1::allocator<cricket::WebRtcVideoChannel2::WebRtcVideoReceiveStream::AllocatedDecoder> >*, cricket::VideoCodec const&) in ACBClientSDK(libjingle_media.webrtcvideoengine2.o)
Can you please give me a link to REM 11 Version for iOS of Remote Expert Mobile ?
03-14-2016 01:08 AM
Hi Prashant,
REM isn't supported to run on simulator.
As previously mentioned, REM 11 is due out at the end of April.
Regards,
Rob
03-14-2016 01:20 AM
Thank you very much Rob for your assistance.
03-14-2016 03:54 AM
How can i increase the Video Screen size on iPhone?
03-15-2016 06:51 AM
Hi Prashant,
There is no way to change the video screen size on iPhone.
This discussion is titled "Error in compiling Remote Expert AssistSDK".
For further unrelated questions please raise in a new discussion.
Thanks,
Rob
03-16-2016 12:45 AM
Hi is way to change the video screen size on web ? I am using client SDK for web.
Regards
03-22-2016 10:44 AM
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