10-14-2014 03:34 AM
Hi all,
I'm working on Jabber Guest IOS SDK.
When I run the sample, I got some error.
It confused me for hours.
I'm a beginner on this.
Just one question.
Jabber Guest SDK for IOS can only be run on IOS device? Is the simulator be supported?
Thanks,
Jeff
Solved! Go to Solution.
10-15-2014 08:22 AM
The error indicates that the Jabber Guest framework component, which includes arm7 architecture compiled/optimized code, is unable to link for the simulator, which runs as an i386 architecture process on the Mac OS.
I believe this is a common limitation when working with media/graphics related app development for iOS, in general.
10-14-2014 09:33 AM
As I understand it, the Jabber Guest for iOS framework uses OS audio and video capabilities that are not possible to simulate. Development should be conducted on a physical device.
What is the specific error you are seeing?
10-14-2014 06:17 PM
Hi, team,
If so, I had to pay $99.
Is it possible to make 'JabberGuest.Framework' fit for the simulate?
The Error:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_CJGuestCallViewController", referenced from:
objc-class-ref in CJSAppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Thanks,
Jeff
10-15-2014 08:22 AM
The error indicates that the Jabber Guest framework component, which includes arm7 architecture compiled/optimized code, is unable to link for the simulator, which runs as an i386 architecture process on the Mac OS.
I believe this is a common limitation when working with media/graphics related app development for iOS, in general.
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