GNOME Bugzilla – Bug 781138
Can't build iOS tutorial 5
Last modified: 2017-07-11 21:14:41 UTC
These link errors are all due to plugins that moved around. The tutorial code needs updating to match: Undefined symbols for architecture armv7: "_gst_plugin_schro_register", referenced from: _gst_ios_init in gst_ios_init.o "_gst_plugin_fragmented_register", referenced from: _gst_ios_init in gst_ios_init.o "_gst_plugin_gstsiren_register", referenced from: _gst_ios_init in gst_ios_init.o "_gst_plugin_dataurisrc_register", referenced from: _gst_ios_init in gst_ios_init.o "_gst_plugin_sdp_register", referenced from: _gst_ios_init in gst_ios_init.o ld: symbol(s) not found for architecture armv7
This looks like it should fix it: commit 9ebe002f5148588c982731e10d06621519c23d95 Author: Simon Himmelbauer <simon@toolsonair.com> Date: Tue May 23 16:00:14 2017 +0200 playback/player/ios: Updated the iOS example in order to be compatible with the latest GStreamer as well as Apple Hardware -) Disabled bitcode generation -) Removed/Renamed several plugins in the gst_ios_init.m