<div dir="ltr">Hello,<br><br>I installed the binaries found at:<br><br><a href="http://gstreamer.freedesktop.org/data/pkg/ios/1.4.4/">http://gstreamer.freedesktop.org/data/pkg/ios/1.4.4/</a><br><br>Then I used the GStreamer Template 'GStreamer Single View Application' and tried to build in XCode without success. The problem is undefined symbols for fstatat, openat and fdopendir as can be seen in XCode's output below:<br><br>-------------------<br><div>Undefined symbols for architecture armv7s:<br>  "_fstatat", referenced from:      _g_local_file_measure_size_of_file in GStreamer(libgio-2_0_a_armv7s_-libgio_2_0_la-glocalfile.o)<br>  "_openat", referenced from:      _g_local_file_measure_size_of_file in GStreamer(libgio-2_0_a_armv7s_-libgio_2_0_la-glocalfile.o)<br>  "_fdopendir", referenced from:      _g_local_file_measure_size_of_file in GStreamer(libgio-2_0_a_armv7s_-libgio_2_0_la-glocalfile.o)<br>ld: symbol(s) not found for architecture armv7s<br>clang: error: linker command failed with exit code 1 (use -v to see invocation)<br></div><div>-------------------<br></div><div><br></div><div>Please note that I get the same issues both for device (iOS 7.1) and simulator (i386 and x86_64 architectures). Tried to spot which dynamic libs from the relevant SDK contain those functions/symbols in order to add them but I wasn't able to find any, so I tried to add glibc.dylib in XCode and various others but to no avail.</div><div><br></div><div>Any ideas what might be wrong?</div><div><br></div><div>Thanks a lot,</div><div>Antonis</div></div>