hpdragon1618 / flutter_gstreamer_player

A GStreamer-powered alternative to Flutter's video_player that support Linux, iOS and Android.
MIT License
24 stars 12 forks source link

iOS: Undefined symbols for architecture arm64: in mac M1 chip #4

Open PrabakaraniOSDev opened 1 year ago

PrabakaraniOSDev commented 1 year ago

Hi

Please refer xcode error logs. Undefined symbols for architecture arm64:

"__gst_debug_category_new", referenced from:
      -[GStreamerBackend init:videoView:] in GStreamerBackend.o
  "_g_build_filename", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_g_clear_error", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
      _error_cb in GStreamerBackend.o
  "_g_free", referenced from:
      _gst_ios_init in gst_ios_init.o
      -[GStreamerBackend app_function:] in GStreamerBackend.o
      _error_cb in GStreamerBackend.o
      _state_changed_cb in GStreamerBackend.o
  "_g_main_context_new", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_g_main_context_pop_thread_default", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_g_main_context_push_thread_default", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_g_main_context_unref", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_g_main_loop_new", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_g_main_loop_run", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_g_main_loop_unref", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_g_setenv", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_g_signal_connect_data", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_g_source_attach", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_g_source_set_callback", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_g_source_unref", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_g_strdup_printf", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
      _error_cb in GStreamerBackend.o
      _state_changed_cb in GStreamerBackend.o
  "_g_tls_backend_get_default", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_g_tls_backend_set_default_database", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_g_tls_file_database_new", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_g_type_check_instance_cast", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
      _state_changed_cb in GStreamerBackend.o
  "_gst_bin_get_by_interface", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_gst_bin_get_type", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_gst_bus_async_signal_func", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_gst_bus_create_watch", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_gst_debug_set_threshold_for_name", referenced from:
      -[GStreamerBackend init:videoView:] in GStreamerBackend.o
  "_gst_element_get_bus", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_gst_element_set_state", referenced from:
      -[GStreamerBackend dealloc] in GStreamerBackend.o
      -[GStreamerBackend check_initialization_complete] in GStreamerBackend.o
      -[GStreamerBackend app_function:] in GStreamerBackend.o
      _error_cb in GStreamerBackend.o
  "_gst_element_state_get_name", referenced from:
      _state_changed_cb in GStreamerBackend.o
  "_gst_init", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_message_parse_error", referenced from:
      _error_cb in GStreamerBackend.o
  "_gst_message_parse_state_changed", referenced from:
      _state_changed_cb in GStreamerBackend.o
  "_gst_object_get_type", referenced from:
      _state_changed_cb in GStreamerBackend.o
  "_gst_object_unref", referenced from:
      -[GStreamerBackend dealloc] in GStreamerBackend.o
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_gst_parse_launch", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_gst_plugin_a52dec_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_accurip_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_adder_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_adpcmdec_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_adpcmenc_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_aiff_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_alaw_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_alpha_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_alphacolor_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_amrnb_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_amrwbdec_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_apetag_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_app_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_applemedia_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_asf_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_asfmux_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_assrender_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_audiobuffersplit_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_audioconvert_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_audiofx_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_audiofxbad_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_audiomixer_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_audioparsers_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_audiorate_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_audioresample_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_audiotestsrc_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_audiovisualizers_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_auparse_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_autoconvert_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_autodetect_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_avi_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_bayer_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_cairo_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_camerabin_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_closedcaption_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_coloreffects_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_compositor_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_coreelements_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_coretracers_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_cutter_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_dash_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_debug_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_debugutilsbad_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_deinterlace_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_dtls_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_dtmf_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_dtsdec_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_dv_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_dvbsuboverlay_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_dvdlpcmdec_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_dvdspu_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_dvdsub_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_effectv_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_encoding_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_equalizer_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_feature_set_rank", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_fieldanalysis_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_flac_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_flv_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_flxdec_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_freeverb_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_frei0r_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_gaudieffects_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_gdkpixbuf_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_gdp_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_geometrictransform_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_gio_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_goom2k1_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_goom_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_hls_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_icydemux_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_id3demux_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_id3tag_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_imagefreeze_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_inter_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_interlace_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_interleave_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_isomp4_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_ivorbisdec_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_ivtc_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_jpeg_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_jpegformat_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_kate_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_ladspa_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_lame_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_legacyrawparse_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_level_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_libav_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_matroska_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_midi_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_mpegpsdemux_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_mpegpsmux_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_mpegtsdemux_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_mpegtsmux_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_mpg123_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_mulaw_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_multifile_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_multipart_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_mxf_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_nice_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_nle_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_ogg_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_opengl_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_openh264_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_openjpeg_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_opus_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_opusparse_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_osxaudio_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_overlaycomposition_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_pango_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_pcapparse_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_playback_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_png_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_pnm_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_proxy_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_rawparse_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_realmedia_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_removesilence_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_replaygain_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_rfbsrc_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_rsvg_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_rtmp_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_rtp_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_rtpmanager_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_rtsp_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_rtspclientsink_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_sbc_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_sctp_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_sdpelem_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_segmentclip_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_shapewipe_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_shm_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_siren_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_smooth_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_smoothstreaming_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_smpte_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_soundtouch_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_soup_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_spandsp_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_spectrum_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_speed_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_speex_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_srt_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_srtp_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_subenc_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_subparse_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_taglib_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_tcp_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_theora_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_typefindfunctions_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_udp_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_videobox_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_videoconvert_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_videocrop_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_videofilter_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_videofiltersbad_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_videomixer_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_videoparsersbad_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_videorate_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_videoscale_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_videotestsrc_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_voaacenc_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_volume_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_vorbis_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_vpx_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_wavenc_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_wavpack_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_wavparse_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_webrtc_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_webrtcdsp_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_x264_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_xingmux_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_y4mdec_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_y4menc_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_registry_get", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_registry_lookup_feature", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_video_overlay_get_type", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
  "_gst_video_overlay_set_window_handle", referenced from:
      -[GStreamerBackend app_function:] in GStreamerBackend.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Undefined symbol: __gst_debug_category_new

Undefined symbol: _g_build_filename

Undefined symbol: _g_clear_error

Undefined symbol: _g_free

Undefined symbol: _g_main_context_new

Undefined symbol: _g_main_context_pop_thread_default

Undefined symbol: _g_main_context_push_thread_default

Undefined symbol: _g_main_context_unref

Undefined symbol: _g_main_loop_new

Undefined symbol: _g_main_loop_run

Undefined symbol: _g_main_loop_unref

Undefined symbol: _g_setenv

Undefined symbol: _g_signal_connect_data

Undefined symbol: _g_source_attach

Undefined symbol: _g_source_set_callback

Undefined symbol: _g_source_unref

Undefined symbol: _g_strdup_printf

Undefined symbol: _g_tls_backend_get_default

Undefined symbol: _g_tls_backend_set_default_database

Undefined symbol: _g_tls_file_database_new

Undefined symbol: _g_type_check_instance_cast

Undefined symbol: _gst_bin_get_by_interface

Undefined symbol: _gst_bin_get_type

Undefined symbol: _gst_bus_async_signal_func

Undefined symbol: _gst_bus_create_watch

Undefined symbol: _gst_debug_set_threshold_for_name

Undefined symbol: _gst_element_get_bus

Undefined symbol: _gst_element_set_state

Undefined symbol: _gst_element_state_get_name

Undefined symbol: _gst_init

Undefined symbol: _gst_message_parse_error

Undefined symbol: _gst_message_parse_state_changed

Undefined symbol: _gst_object_get_type

Undefined symbol: _gst_object_unref

Undefined symbol: _gst_parse_launch

Undefined symbol: _gst_plugin_a52dec_register

Undefined symbol: _gst_plugin_accurip_register

Undefined symbol: _gst_plugin_adder_register

Undefined symbol: _gst_plugin_adpcmdec_register

Undefined symbol: _gst_plugin_adpcmenc_register

Undefined symbol: _gst_plugin_aiff_register

Undefined symbol: _gst_plugin_alaw_register

Undefined symbol: _gst_plugin_alpha_register

Undefined symbol: _gst_plugin_alphacolor_register

Undefined symbol: _gst_plugin_amrnb_register

Undefined symbol: _gst_plugin_amrwbdec_register

Undefined symbol: _gst_plugin_apetag_register

Undefined symbol: _gst_plugin_app_register

Undefined symbol: _gst_plugin_applemedia_register

Undefined symbol: _gst_plugin_asf_register

Undefined symbol: _gst_plugin_asfmux_register

Undefined symbol: _gst_plugin_assrender_register

Undefined symbol: _gst_plugin_audiobuffersplit_register

Undefined symbol: _gst_plugin_audioconvert_register

Undefined symbol: _gst_plugin_audiofx_register

Undefined symbol: _gst_plugin_audiofxbad_register

Undefined symbol: _gst_plugin_audiomixer_register

Undefined symbol: _gst_plugin_audioparsers_register

Undefined symbol: _gst_plugin_audiorate_register

Undefined symbol: _gst_plugin_audioresample_register

Undefined symbol: _gst_plugin_audiotestsrc_register

Undefined symbol: _gst_plugin_audiovisualizers_register

Undefined symbol: _gst_plugin_auparse_register

Undefined symbol: _gst_plugin_autoconvert_register

Undefined symbol: _gst_plugin_autodetect_register

Undefined symbol: _gst_plugin_avi_register

Undefined symbol: _gst_plugin_bayer_register

Undefined symbol: _gst_plugin_cairo_register

Undefined symbol: _gst_plugin_camerabin_register

Undefined symbol: _gst_plugin_closedcaption_register

Undefined symbol: _gst_plugin_coloreffects_register

Undefined symbol: _gst_plugin_compositor_register

Undefined symbol: _gst_plugin_coreelements_register

Undefined symbol: _gst_plugin_coretracers_register

Undefined symbol: _gst_plugin_cutter_register

Undefined symbol: _gst_plugin_dash_register

Undefined symbol: _gst_plugin_debug_register

Undefined symbol: _gst_plugin_debugutilsbad_register

Undefined symbol: _gst_plugin_deinterlace_register

Undefined symbol: _gst_plugin_dtls_register

Undefined symbol: _gst_plugin_dtmf_register

Undefined symbol: _gst_plugin_dtsdec_register

Undefined symbol: _gst_plugin_dv_register

Undefined symbol: _gst_plugin_dvbsuboverlay_register

Undefined symbol: _gst_plugin_dvdlpcmdec_register

Undefined symbol: _gst_plugin_dvdspu_register

Undefined symbol: _gst_plugin_dvdsub_register

Undefined symbol: _gst_plugin_effectv_register

Undefined symbol: _gst_plugin_encoding_register

Undefined symbol: _gst_plugin_equalizer_register

Undefined symbol: _gst_plugin_feature_set_rank

Undefined symbol: _gst_plugin_fieldanalysis_register

Undefined symbol: _gst_plugin_flac_register

Undefined symbol: _gst_plugin_flv_register

Undefined symbol: _gst_plugin_flxdec_register

Undefined symbol: _gst_plugin_freeverb_register

Undefined symbol: _gst_plugin_frei0r_register

Undefined symbol: _gst_plugin_gaudieffects_register

Undefined symbol: _gst_plugin_gdkpixbuf_register

Undefined symbol: _gst_plugin_gdp_register
hpdragon1618 commented 1 year ago

Hi @PrabakaraniOSDev, sorry for the late reply, a litter busy lately,

This error means that flutter's build system can not find object files of GStreamer for iOS. Please check that you setup GStreamer correctly in this step and using GStreamer version 1.20.1.

iamporus commented 8 months ago

It works on Android but fails with the same errors on iOS. I followed the steps as suggested. Used the prebuilt binaries towards version 1.20.1. Linked them to the /iOS folder as well but I'm still receiving the same errors mentioned in the OP. Has anything changed?

gustavo434 commented 7 months ago

I'm currently facing the same situation as @iamporus. Did you find a solution/workaround?

Any updates on this issue?