ios - Undefined symbols for architecture armv7 pjmedia pjsip -


i add library , framework of pjsip xcode project such simulator, device , third party when build project show error:

undefined symbols architecture armv7:   "_pjmedia_get_video_format_info", referenced from:       _ios_factory_create_stream in libpjmedia-videodev-arm-apple-darwin9.a(ios_dev.o)   "_pjmedia_format_get_video_format_detail", referenced from:       _ios_factory_create_stream in libpjmedia-videodev-arm-apple-darwin9.a(ios_dev.o)   "_pjmedia_format_init_video", referenced from:       _ios_factory_init in libpjmedia-videodev-arm-apple-darwin9.a(ios_dev.o) ld: symbol(s) not found architecture armv7 clang: error: linker command failed exit code 1 (use -v see invocation) 

i try google solution seem not help. please share idea, think miss configuration or library. in advance.

you should take in question asked on earlier

trouble of compilation on xcode4.2 pjsip


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -