Hi,
I am trying to create an IOS app using the Opentok PhoneGap Plugin. I have followed the instructions exactly as mentioned in the git repo "readme" for PhoneGap Plugin.
I am building for the iOS 6 simulator. I know that the camera won't work on the simulator, but I need to test other features. Following is the error I got:
Undefined symbols for architecture i386:
"_VDADecoderCreate", referenced from:
_ff_vda_create_decoder in Opentok(vda.o)
"_VDADecoderDecode", referenced from:
_ff_vda_decoder_decode in Opentok(vda.o)
"_VDADecoderDestroy", referenced from:
_ff_vda_destroy_decoder in Opentok(vda.o)
"_kVDADecoderConfiguration_Height", referenced from:
_ff_vda_create_decoder in Opentok(vda.o)
"_kVDADecoderConfiguration_SourceFormat", referenced from:
_ff_vda_create_decoder in Opentok(vda.o)
"_kVDADecoderConfiguration_Width", referenced from:
_ff_vda_create_decoder in Opentok(vda.o)
"_kVDADecoderConfiguration_avcCData", referenced from:
_ff_vda_create_decoder in Opentok(vda.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)