XCode Template does not work
Submitted by Nick Kallen
Link to original bug (#777528)
Description
I'm using XCode 8 and the latest version of the framework .pkg.
Creating a new project from the template (I am using Swift) does not work.
When I compile, I first get errors missing these symbols:
"_libiconv_set_relocation_prefix", referenced from:
Which I can fix by adding the linker flag -liconv to my Build Settings
However, when I enable #define GST_IOS_PLUGINS_EFFECTS, I get a ton of linking errors e.g.,
"std::ostream& std::ostream::M_insert<double>
(double)", referenced from:
webrtc::AgcManagerDirect::AnalyzePreProcess(short*, int, unsigned long) in GStreamer(libwebrtc_audio_processing_a_i386-libwebrtc_audio_processing_la-agc_manager_direct.o)
"std::__throw_length_error(char const*)", referenced from:
"std::string::_Rep::_S_terminal", referenced from:
I assumed these were in stdc++ but that is already on the linker path.
FWIW, I have created a Objective-C/Swift bridge and module.map that allows me to use the library from Swift -- if anyone wants them.
Version: 1.11.1