iphone - Linker error while building Gstreamer iOS Tutorial project -


i downloaded , installed gstreamer ios library their site. copied tutorial own folder , tried build project in xcode. got following linker error.

i'm geting no clues this. gstreamer.framework linked against targets.

undefined symbols architecture armv7:   "_iconv_open", referenced from:       __nl_find_msg in gstreamer(libintl_a_armv7_-dcigettext.o)      (maybe meant: _g_iconv_open)   "_iconv", referenced from:       __nl_find_msg in gstreamer(libintl_a_armv7_-dcigettext.o)      (maybe meant: _iconv_canonicalize, _g_iconv_close , _g_convert_with_iconv , _g_iconv , _g_iconv_open ) ld: symbol(s) not found architecture armv7 clang: error: linker command failed exit code 1 (use -v see invocation) 

what obvious thing missing here?

solution


no issues framework. had add libiconv.dylib in build phases -> link binary libraries. no linker errors after that!

found it!!!

no issues framework. had add libiconv.dylib in build phases -> link binary libraries. no linker errors after that!


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -