Azure-Samples / cognitive-services-speech-sdk

Sample code for the Microsoft Cognitive Services Speech SDK
MIT License
2.86k stars 1.84k forks source link

Xamarin.iOS fails to build IPA file - Release With Microsoft.CognitiveServices.Speech - Linker Fails #1024

Closed pasha-o closed 3 years ago

pasha-o commented 3 years ago

Describe the bug doing an archive build on the xamarin iOS project with a reference to the plugin, won't build and linking fails.

To Reproduce Steps to reproduce the behavior:

  1. Create a xamarin ios project, reference the plugin, build a text to speech app. It works in the debug mode, but not in the release/IPA

Expected behavior There should be an IPA file generated

Version of the Cognitive Services Speech SDK Microsoft.CognitiveServices.Speech V1.16.0 Xamarin.iOs & Xamarin.Mac.SDK:14.14.2.5 Xamarin: 16.9.000.273 Xamarin.Forms:5.0.0.2012 Visual Studio: 16.9.3

Platform, Operating System, and Programming Language

Additional context Cannot create an IOS archive '[].iOS'. Process cannot be executed on XMA server. warning: ld: warning: ignoring file C:/Users/sasan/.nuget/packages/microsoft.cognitiveservices.speech/1.16.0/build/Xamarin.iOS//libMicrosoft.CognitiveServices.Speech.core.a, missing required architecture armv7s in file C:/Users/sasan/.nuget/packages/microsoft.cognitiveservices.speech/1.16.0/build/Xamarin.iOS//libMicrosoft.CognitiveServices.Speech.core.a (2 slices)ignoring file C:/Users/sasan/.nuget/packages/skiasharp/2.80.2/buildTransitive/xamarinios1.0/../../build/xamarinios1.0/libSkiaSharp.framework/libSkiaSharp, missing required architecture armv7s in file C:/Users/sasan/.nuget/packages/skiasharp/2.80.2/buildTransitive/xamarinios1.0/../../build/xamarinios1.0/libSkiaSharp.framework/libSkiaSharp (4 slices) warning: ignoring file C:/Users/sasan/.nuget/packages/microsoft.cognitiveservices.speech/1.16.0/build/Xamarin.iOS/libMicrosoft.CognitiveServices.Speech.core.a, missing required architecture armv7s in file C:/Users/sasan/.nuget/packages/microsoft.cognitiveservices.speech/1.16.0/build/Xamarin.iOS/libMicrosoft.CognitiveServices.Speech.core.a (2 slices) Native linking failed, undefined symbol: _add_source_lang_config_to_auto_detect_source_lang_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AutoDetectSourceLanguageConfig.add_source_lang_config_to_auto_detect_source_lang_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_config_create_audio_input_from_a_microphone. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioConfig.audio_config_create_audio_input_from_a_microphone. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_config_create_audio_input_from_default_microphone. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioConfig.audio_config_create_audio_input_from_default_microphone. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_config_create_audio_input_from_stream. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioConfig.audio_config_create_audio_input_from_stream. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_config_create_audio_input_from_wav_file_name. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioConfig.audio_config_create_audio_input_from_wav_file_name. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_config_create_audio_output_from_a_speaker. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioConfig.audio_config_create_audio_output_from_a_speaker. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_config_create_audio_output_from_default_speaker. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioConfig.audio_config_create_audio_output_from_default_speaker. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_config_create_audio_output_from_stream. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioConfig.audio_config_create_audio_output_from_stream. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_config_create_audio_output_from_wav_file_name. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioConfig.audio_config_create_audio_output_from_wav_file_name. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_config_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioConfig.audio_config_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_config_is_handle_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioConfig.audio_config_is_handle_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_config_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioConfig.audio_config_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_can_read_data. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_can_read_data. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_can_read_data_from_position. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_can_read_data_from_position. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_create_from_file. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_create_from_file. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_create_from_keyword_result. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_create_from_keyword_result. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_create_from_result. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_create_from_result. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_detach_input. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_detach_input. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_get_canceled_error_code. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_get_canceled_error_code. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_get_position. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_get_position. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_get_reason_canceled. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_get_reason_canceled. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_get_status. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_get_status. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_is_handle_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_is_handle_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_read. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_read. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_read_from_position. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_read_from_position. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_save_to_wave_file. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_save_to_wave_file. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_data_stream_set_position. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioDataStream.audio_data_stream_set_position. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_stream_create_pull_audio_input_stream. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PullAudioInputStream.audio_stream_create_pull_audio_input_stream. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_stream_create_pull_audio_output_stream. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PullAudioOutputStream.audio_stream_create_pull_audio_output_stream. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_stream_create_push_audio_input_stream. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PushAudioInputStream.audio_stream_create_push_audio_input_stream. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_stream_create_push_audio_output_stream. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PushAudioOutputStream.audio_stream_create_push_audio_output_stream. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_stream_format_create_from_compressed_format. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioStreamFormat.audio_stream_format_create_from_compressed_format. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_stream_format_create_from_default_input. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioStreamFormat.audio_stream_format_create_from_default_input. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_stream_format_create_from_default_output. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioStreamFormat.audio_stream_format_create_from_default_output. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_stream_format_create_from_waveformat_pcm. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioStreamFormat.audio_stream_format_create_from_waveformat_pcm. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_stream_format_is_handle_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioStreamFormat.audio_stream_format_is_handle_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_stream_format_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioStreamFormat.audio_stream_format_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_stream_is_handle_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioInputStream.audio_stream_is_handle_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _audio_stream_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AudioInputStream.audio_stream_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _auto_detect_source_lang_config_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AutoDetectSourceLanguageConfig.auto_detect_source_lang_config_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _bot_framework_config_from_authorization_token. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConfig.bot_framework_config_from_authorization_token. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _bot_framework_config_from_subscription. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConfig.bot_framework_config_from_subscription. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _class_language_model_assign_class. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.class_language_model_assign_class. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _class_language_model_from_storage_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.class_language_model_from_storage_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_async_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_async_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_close. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_close. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_connected_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_connected_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_disconnected_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_disconnected_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_from_conversation_translator. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_from_conversation_translator. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_from_dialog_service_connector. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_from_dialog_service_connector. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_from_recognizer. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_from_recognizer. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_message_get_data. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_message_get_data. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_message_get_data_size. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_message_get_data_size. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_message_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_message_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_message_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_message_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_message_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_message_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_message_received_event_get_message. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_message_received_event_get_message. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_message_received_event_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_message_received_event_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_message_received_event_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_message_received_event_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_message_received_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_message_received_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_open. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_open. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_send_message. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_send_message. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_send_message_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_send_message_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_send_message_data. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_send_message_data. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_send_message_data_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_send_message_data_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_send_message_wait_for. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_send_message_wait_for. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _connection_set_message_property. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Connection.connection_set_message_property. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_create_from_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.conversation_create_from_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_delete_conversation. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_delete_conversation. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_end_conversation. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_end_conversation. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_get_conversation_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_get_conversation_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_lock_conversation. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_lock_conversation. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_mute_all_participants. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_mute_all_participants. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_mute_participant. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_mute_participant. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_release_handle. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_release_handle. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_start_conversation. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_start_conversation. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_transcription_result_get_user_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranscriptionResult.conversation_transcription_result_get_user_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_transcription_result_get_utterance_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranscriptionResult.conversation_transcription_result_get_utterance_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_canceled_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_canceled_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_conversation_expiration_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_conversation_expiration_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_create_from_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_create_from_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_event_get_expiration_time. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_event_get_expiration_time. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_event_get_participant_changed_at_index. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_event_get_participant_changed_at_index. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_event_get_participant_changed_reason. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_event_get_participant_changed_reason. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_event_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_event_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_event_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_event_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_join. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_join. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_join_with_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_join_with_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_leave. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_leave. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_participant_get_avatar. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_participant_get_avatar. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_participant_get_displayname. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_participant_get_displayname. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_participant_get_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_participant_get_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_participant_get_is_host. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_participant_get_is_host. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_participant_get_is_muted. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_participant_get_is_muted. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_participant_get_is_using_tts. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_participant_get_is_using_tts. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_participants_changed_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_participants_changed_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_result_get_original_lang. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_result_get_original_lang. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_send_text_message. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_send_text_message. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_session_started_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_session_started_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_session_stopped_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_session_stopped_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_set_authorization_token. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_set_authorization_token. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_start_transcribing. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_start_transcribing. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_stop_transcribing. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_stop_transcribing. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_text_message_recevied_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_text_message_recevied_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_transcribed_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_transcribed_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_translator_transcribing_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.ConversationTranslator.conversation_translator_transcribing_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_unlock_conversation. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_unlock_conversation. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_unmute_all_participants. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_unmute_all_participants. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_unmute_participant. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_unmute_participant. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_update_participant. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_update_participant. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_update_participant_by_user. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_update_participant_by_user. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _conversation_update_participant_by_user_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Conversation.conversation_update_participant_by_user_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _create_auto_detect_source_lang_config_from_languages. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AutoDetectSourceLanguageConfig.create_auto_detect_source_lang_config_from_languages. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _create_auto_detect_source_lang_config_from_open_range. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AutoDetectSourceLanguageConfig.create_auto_detect_source_lang_config_from_open_range. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _create_auto_detect_source_lang_config_from_source_lang_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.AutoDetectSourceLanguageConfig.create_auto_detect_source_lang_config_from_source_lang_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _create_pronunciation_assessment_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PronunciationAssessmentConfig.create_pronunciation_assessment_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _create_pronunciation_assessment_config_from_json. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PronunciationAssessmentConfig.create_pronunciation_assessment_config_from_json. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _create_voice_profile. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.create_voice_profile. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _create_voice_profile_client_from_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.create_voice_profile_client_from_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _create_voice_profile_from_id_and_type. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.create_voice_profile_from_id_and_type. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _custom_commands_config_from_authorization_token. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConfig.custom_commands_config_from_authorization_token. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _custom_commands_config_from_subscription. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConfig.custom_commands_config_from_subscription. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _delete_voice_profile. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.delete_voice_profile. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _diagnostics_log_apply_properties. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.FileLogger.diagnostics_log_apply_properties. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _diagnostics_log_memory_dump. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.DiagnosticsInterop.diagnostics_log_memory_dump. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _diagnostics_log_memory_get_line. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.DiagnosticsInterop.diagnostics_log_memory_get_line. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _diagnostics_log_memory_get_line_num_newest. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.DiagnosticsInterop.diagnostics_log_memory_get_line_num_newest. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _diagnostics_log_memory_get_line_num_oldest. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.DiagnosticsInterop.diagnostics_log_memory_get_line_num_oldest. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _diagnostics_log_memory_start_logging. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.DiagnosticsInterop.diagnostics_log_memory_start_logging. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _diagnostics_log_memory_stop_logging. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.DiagnosticsInterop.diagnostics_log_memory_stop_logging. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _diagnostics_log_start_logging. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.FileLogger.diagnostics_log_start_logging. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _diagnostics_log_stop_logging. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.FileLogger.diagnostics_log_stop_logging. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _diagnostics_log_trace_string. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.DiagnosticsInterop.diagnostics_log_trace_string. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _diagnostics_logmessage_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.DiagnosticsInterop.diagnostics_logmessage_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _diagnostics_logmessage_set_filters. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.DiagnosticsInterop.diagnostics_logmessage_set_filters. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_activity_received_event_get_activity. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.ActivityReceivedEventArgs.dialog_service_connector_activity_received_event_get_activity. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_activity_received_event_get_activity_size. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.ActivityReceivedEventArgs.dialog_service_connector_activity_received_event_get_activity_size. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_activity_received_event_get_audio. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.ActivityReceivedEventArgs.dialog_service_connector_activity_received_event_get_audio. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_activity_received_event_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.ActivityReceivedEventArgs.dialog_service_connector_activity_received_event_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_activity_received_event_has_audio. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.ActivityReceivedEventArgs.dialog_service_connector_activity_received_event_has_audio. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_activity_received_event_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.ActivityReceivedEventArgs.dialog_service_connector_activity_received_event_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_activity_received_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_activity_received_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_canceled_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_canceled_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_connect. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_connect. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_create_dialog_service_connector_from_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.dialog_service_connector_create_dialog_service_connector_from_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_disconnect. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_disconnect. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_listen_once. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_listen_once. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_recognized_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_recognized_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_recognizing_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_recognizing_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_send_activity. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_send_activity. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_session_started_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_session_started_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_session_stopped_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_session_stopped_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_start_keyword_recognition. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_start_keyword_recognition. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_stop_keyword_recognition. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_stop_keyword_recognition. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_stop_listening_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_stop_listening_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_turn_status_received_get_conversation_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.TurnStatusReceivedEventArgs.dialog_service_connector_turn_status_received_get_conversation_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_turn_status_received_get_conversation_id_size. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.TurnStatusReceivedEventArgs.dialog_service_connector_turn_status_received_get_conversation_id_size. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_turn_status_received_get_interaction_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.TurnStatusReceivedEventArgs.dialog_service_connector_turn_status_received_get_interaction_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_turn_status_received_get_interaction_id_size. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.TurnStatusReceivedEventArgs.dialog_service_connector_turn_status_received_get_interaction_id_size. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_turn_status_received_get_status. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.TurnStatusReceivedEventArgs.dialog_service_connector_turn_status_received_get_status. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_turn_status_received_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.TurnStatusReceivedEventArgs.dialog_service_connector_turn_status_received_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_turn_status_received_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.TurnStatusReceivedEventArgs.dialog_service_connector_turn_status_received_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _dialog_service_connector_turn_status_received_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.dialog_service_connector_turn_status_received_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _enroll_voice_profile. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.enroll_voice_profile. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _error_get_call_stack. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxError.error_get_call_stack. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _error_get_error_code. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxError.error_get_error_code. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _error_get_message. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxError.error_get_message. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _error_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxError.error_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _grammar_create_from_storage_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.grammar_create_from_storage_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _grammar_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.grammar_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _grammar_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.grammar_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _grammar_list_add_grammar. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.grammar_list_add_grammar. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _grammar_list_from_recognizer. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.grammar_list_from_recognizer. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _grammar_list_set_recognition_factor. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.grammar_list_set_recognition_factor. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _grammar_phrase_create_from_text. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.grammar_phrase_create_from_text. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _grammar_phrase_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.grammar_phrase_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _grammar_phrase_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.grammar_phrase_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _intent_recognizer_add_intent. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.intent_recognizer_add_intent. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _intent_result_get_intent_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.RecognitionResult.intent_result_get_intent_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _intent_trigger_create_from_language_understanding_model. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.IntentTrigger.intent_trigger_create_from_language_understanding_model. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _intent_trigger_create_from_phrase. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.IntentTrigger.intent_trigger_create_from_phrase. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _intent_trigger_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.IntentTrigger.intent_trigger_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _intent_trigger_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.IntentTrigger.intent_trigger_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _keyword_recognition_model_create_from_file. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.KeywordRecognitionModel.keyword_recognition_model_create_from_file. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _keyword_recognition_model_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.KeywordRecognitionModel.keyword_recognition_model_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _keyword_recognition_model_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.KeywordRecognitionModel.keyword_recognition_model_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _language_understanding_model__handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.LanguageUnderstandingModel.language_understanding_model__handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _language_understanding_model_create_from_app_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.LanguageUnderstandingModel.language_understanding_model_create_from_app_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _language_understanding_model_create_from_subscription. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.LanguageUnderstandingModel.language_understanding_model_create_from_subscription. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _language_understanding_model_create_from_uri. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.LanguageUnderstandingModel.language_understanding_model_create_from_uri. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _language_understanding_model_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.LanguageUnderstandingModel.language_understanding_model_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _participant_create_handle. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Participant.participant_create_handle. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _participant_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Participant.participant_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _participant_release_handle. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Participant.participant_release_handle. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _participant_set_preferred_langugage. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Participant.participant_set_preferred_langugage. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _participant_set_voice_signature. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Participant.participant_set_voice_signature. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _phrase_list_grammar_add_phrase. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.phrase_list_grammar_add_phrase. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _phrase_list_grammar_clear. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.phrase_list_grammar_clear. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _phrase_list_grammar_from_recognizer_by_name. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.c_interop.phrase_list_grammar_from_recognizer_by_name. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _pronunciation_assessment_config_apply_to_recognizer. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PronunciationAssessmentConfig.pronunciation_assessment_config_apply_to_recognizer. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _pronunciation_assessment_config_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PronunciationAssessmentConfig.pronunciation_assessment_config_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _pronunciation_assessment_config_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PronunciationAssessmentConfig.pronunciation_assessment_config_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _pronunciation_assessment_config_to_json. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PronunciationAssessmentConfig.pronunciation_assessment_config_to_json. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _property_bag_free_string. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PropertyCollection.property_bag_free_string. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _property_bag_get_string. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PropertyCollection.property_bag_get_string. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _property_bag_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PropertyCollection.property_bag_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _property_bag_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PropertyCollection.property_bag_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _property_bag_set_string. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PropertyCollection.property_bag_set_string. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _pull_audio_input_stream_set_callbacks. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PullAudioInputStream.pull_audio_input_stream_set_callbacks. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _pull_audio_input_stream_set_getproperty_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PullAudioInputStream.pull_audio_input_stream_set_getproperty_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _pull_audio_output_stream_read. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PullAudioOutputStream.pull_audio_output_stream_read. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _push_audio_input_stream_close. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PushAudioInputStream.push_audio_input_stream_close. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _push_audio_input_stream_set_property_by_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PushAudioInputStream.push_audio_input_stream_set_property_by_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _push_audio_input_stream_set_property_by_name. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PushAudioInputStream.push_audio_input_stream_set_property_by_name. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _push_audio_input_stream_write. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PushAudioInputStream.push_audio_input_stream_write. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _push_audio_output_stream_set_callbacks. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.PushAudioOutputStream.push_audio_output_stream_set_callbacks. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_async_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_async_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_async_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_async_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_canceled_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_canceled_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_create_conversation_transcriber_from_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.recognizer_create_conversation_transcriber_from_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_create_intent_recognizer_from_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.recognizer_create_intent_recognizer_from_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_create_keyword_recognizer_from_audio_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.recognizer_create_keyword_recognizer_from_audio_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_create_speaker_recognizer_from_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.recognizer_create_speaker_recognizer_from_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_create_speech_recognizer_from_auto_detect_source_lang_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.recognizer_create_speech_recognizer_from_auto_detect_source_lang_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_create_speech_recognizer_from_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.recognizer_create_speech_recognizer_from_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_create_speech_recognizer_from_source_lang_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.recognizer_create_speech_recognizer_from_source_lang_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_create_translation_recognizer_from_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.recognizer_create_translation_recognizer_from_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_disable. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_disable. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_enable. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_enable. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_event_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.EventArgs.recognizer_event_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_event_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.EventArgs.recognizer_event_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_is_enabled. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_is_enabled. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_join_conversation. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_join_conversation. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_leave_conversation. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_leave_conversation. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_recognition_event_get_offset. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_recognition_event_get_offset. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_recognition_event_get_result. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_recognition_event_get_result. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_recognize_keyword_once. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_recognize_keyword_once. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_recognize_keyword_once_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_recognize_keyword_once_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_recognize_keyword_once_async_wait_for. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_recognize_keyword_once_async_wait_for. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_recognize_once. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_recognize_once. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_recognize_once_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_recognize_once_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_recognize_once_async_wait_for. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_recognize_once_async_wait_for. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_recognized_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_recognized_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_recognizing_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_recognizing_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_result_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.RecognitionResult.recognizer_result_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_result_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.RecognitionResult.recognizer_result_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_session_event_get_session_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_session_event_get_session_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_session_started_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_session_started_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_session_stopped_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_session_stopped_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_speech_end_detected_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_speech_end_detected_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_speech_start_detected_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_speech_start_detected_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_start_continuous_recognition_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_start_continuous_recognition_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_start_continuous_recognition_async_wait_for. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_start_continuous_recognition_async_wait_for. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_start_keyword_recognition. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_start_keyword_recognition. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_start_keyword_recognition_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_start_keyword_recognition_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_start_keyword_recognition_async_wait_for. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_start_keyword_recognition_async_wait_for. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_stop_continuous_recognition_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_stop_continuous_recognition_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_stop_continuous_recognition_async_wait_for. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_stop_continuous_recognition_async_wait_for. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_stop_keyword_recognition. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_stop_keyword_recognition. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_stop_keyword_recognition_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_stop_keyword_recognition_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _recognizer_stop_keyword_recognition_async_wait_for. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.recognizer_stop_keyword_recognition_async_wait_for. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _reset_voice_profile. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.reset_voice_profile. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _result_get_canceled_error_code. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.CancellationDetails.result_get_canceled_error_code. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _result_get_duration. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.RecognitionResult.result_get_duration. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _result_get_no_match_reason. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.NoMatchDetails.result_get_no_match_reason. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _result_get_offset. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.RecognitionResult.result_get_offset. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _result_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.RecognitionResult.result_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _result_get_reason. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.RecognitionResult.result_get_reason. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _result_get_reason_canceled. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.CancellationDetails.result_get_reason_canceled. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _result_get_result_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.RecognitionResult.result_get_result_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _result_get_text. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.RecognitionResult.result_get_text. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _retrieve_enrollment_result. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.retrieve_enrollment_result. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _source_lang_config_from_language. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SourceLanguageConfig.source_lang_config_from_language. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _source_lang_config_from_language_and_endpointId. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SourceLanguageConfig.source_lang_config_from_language_and_endpointId. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _source_lang_config_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SourceLanguageConfig.source_lang_config_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speaker_identification_model_add_profile. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.speaker_identification_model_add_profile. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speaker_identification_model_create. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.speaker_identification_model_create. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speaker_identification_model_release_handle. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.speaker_identification_model_release_handle. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speaker_recognizer_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.speaker_recognizer_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speaker_recognizer_identify. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.speaker_recognizer_identify. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speaker_recognizer_release_handle. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.speaker_recognizer_release_handle. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speaker_recognizer_verify. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.speaker_recognizer_verify. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speaker_verification_model_create. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.speaker_verification_model_create. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speaker_verification_model_release_handle. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.speaker_verification_model_release_handle. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_config_from_authorization_token. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechConfig.speech_config_from_authorization_token. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_config_from_endpoint. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechConfig.speech_config_from_endpoint. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_config_from_host. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechConfig.speech_config_from_host. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_config_from_subscription. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechConfig.speech_config_from_subscription. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_config_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechConfig.speech_config_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_config_is_handle_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechConfig.speech_config_is_handle_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_config_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechConfig.speech_config_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_config_set_audio_output_format. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechConfig.speech_config_set_audio_output_format. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_config_set_profanity. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechConfig.speech_config_set_profanity. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_config_set_service_property. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechConfig.speech_config_set_service_property. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_translation_config_add_target_language. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechTranslationConfig.speech_translation_config_add_target_language. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_translation_config_from_authorization_token. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechTranslationConfig.speech_translation_config_from_authorization_token. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_translation_config_from_endpoint. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechTranslationConfig.speech_translation_config_from_endpoint. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_translation_config_from_host. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechTranslationConfig.speech_translation_config_from_host. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_translation_config_from_subscription. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechTranslationConfig.speech_translation_config_from_subscription. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speech_translation_config_remove_target_language. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeechTranslationConfig.speech_translation_config_remove_target_language. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speechapi_async_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.speechapi_async_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _speechapi_async_wait_for. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Dialog.Internal.DialogServiceConnector.speechapi_async_wait_for. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synth_result_get_audio_data. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisResult.synth_result_get_audio_data. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synth_result_get_audio_length. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisResult.synth_result_get_audio_length. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synth_result_get_canceled_error_code. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisResult.synth_result_get_canceled_error_code. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synth_result_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisResult.synth_result_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synth_result_get_reason. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisResult.synth_result_get_reason. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synth_result_get_reason_canceled. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisResult.synth_result_get_reason_canceled. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synth_result_get_result_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisResult.synth_result_get_result_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesis_voices_result_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoicesResult.synthesis_voices_result_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesis_voices_result_get_reason. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoicesResult.synthesis_voices_result_get_reason. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesis_voices_result_get_result_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoicesResult.synthesis_voices_result_get_result_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesis_voices_result_get_voice_info. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoicesResult.synthesis_voices_result_get_voice_info. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesis_voices_result_get_voice_num. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoicesResult.synthesis_voices_result_get_voice_num. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_async_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_async_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_async_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_async_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_bookmark_event_get_text. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_bookmark_event_get_text. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_bookmark_event_get_values. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_bookmark_event_get_values. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_bookmark_reached_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_bookmark_reached_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_canceled_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_canceled_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_completed_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_completed_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_create_speech_synthesizer_from_auto_detect_source_lang_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.synthesizer_create_speech_synthesizer_from_auto_detect_source_lang_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_create_speech_synthesizer_from_config. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpxFactory.synthesizer_create_speech_synthesizer_from_config. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_disable. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_disable. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_enable. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_enable. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_event_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_event_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_event_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_event_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_get_voices_list. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_get_voices_list. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_is_enabled. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_is_enabled. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_result_handle_is_valid. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisResult.synthesizer_result_handle_is_valid. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_result_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisResult.synthesizer_result_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_speak_async_wait_for. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_speak_async_wait_for. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_speak_ssml. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_speak_ssml. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_speak_ssml_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_speak_ssml_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_speak_text. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_speak_text. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_speak_text_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_speak_text_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_start_speaking_ssml. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_start_speaking_ssml. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_start_speaking_ssml_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_start_speaking_ssml_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_start_speaking_text. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_start_speaking_text. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_start_speaking_text_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_start_speaking_text_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_started_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_started_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_stop_speaking_async. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_stop_speaking_async. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_stop_speaking_async_wait_for. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_stop_speaking_async_wait_for. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_synthesis_event_get_result. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_synthesis_event_get_result. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_synthesizing_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_synthesizing_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_viseme_event_get_animation. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_viseme_event_get_animation. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_viseme_event_get_values. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_viseme_event_get_values. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_viseme_received_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_viseme_received_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_word_boundary_event_get_values. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_word_boundary_event_get_values. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _synthesizer_word_boundary_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Synthesizer.synthesizer_word_boundary_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _translation_synthesis_result_get_audio_data. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.RecognitionResult.translation_synthesis_result_get_audio_data. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _translation_text_result_get_translation_text_buffer_header. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.RecognitionResult.translation_text_result_get_translation_text_buffer_header. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _translator_add_target_language. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.translator_add_target_language. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _translator_remove_target_language. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.translator_remove_target_language. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _translator_synthesizing_audio_set_callback. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.Recognizer.translator_synthesizing_audio_set_callback. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _user_create_from_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.User.user_create_from_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _user_get_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.User.user_get_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _user_release_handle. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.User.user_release_handle. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_info_get_local_name. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoiceInfo.voice_info_get_local_name. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_info_get_locale. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoiceInfo.voice_info_get_locale. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_info_get_name. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoiceInfo.voice_info_get_name. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_info_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoiceInfo.voice_info_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_info_get_short_name. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoiceInfo.voice_info_get_short_name. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_info_get_style_list. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoiceInfo.voice_info_get_style_list. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_info_get_voice_path. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoiceInfo.voice_info_get_voice_path. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_info_get_voice_type. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoiceInfo.voice_info_get_voice_type. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_info_handle_release. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SynthesisVoiceInfo.voice_info_handle_release. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_profile_client_get_property_bag. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.voice_profile_client_get_property_bag. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_profile_client_release_handle. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.voice_profile_client_release_handle. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_profile_get_id. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.voice_profile_get_id. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_profile_get_type. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.voice_profile_get_type. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed, undefined symbol: _voice_profile_release_handle. This symbol was referenced by the managed member Microsoft.CognitiveServices.Speech.Internal.SpeakerRecognition.voice_profile_release_handle. Please verify that all the necessary frameworks have been referenced and native libraries linked. Native linking failed. Please review the build log and the user flags provided to gcc: -LC:/Users/sasan/.nuget/packages/microsoft.cognitiveservices.speech/1.16.0/build/Xamarin.iOS -lMicrosoft.CognitiveServices.Speech.core -force_load C:/Users/sasan/.nuget/packages/microsoft.cognitiveservices.speech/1.16.0/build/Xamarin.iOS//libMicrosoft.CognitiveServices.Speech.core.a -LC:/Users/sasan/.nuget/packages/microsoft.cognitiveservices.speech/1.16.0/build/Xamarin.iOS -lMicrosoft.CognitiveServices.Speech.core -force_load C:/Users/sasan/.nuget/packages/microsoft.cognitiveservices.speech/1.16.0/build/Xamarin.iOS//libMicrosoft.CognitiveServices.Speech.core.a linker command failed with exit code 1 (use -v to see invocation) Native linking failed. Please review the build log and the user flags provided to gcc: -LC:/Users/sasan/.nuget/packages/microsoft.cognitiveservices.speech/1.16.0/build/Xamarin.iOS -lMicrosoft.CognitiveServices.Speech.core -force_load C:/Users/sasan/.nuget/packages/microsoft.cognitiveservices.speech/1.16.0/build/Xamarin.iOS//libMicrosoft.CognitiveServices.Speech.core.a -LC:/Users/sasan/.nuget/packages/microsoft.cognitiveservices.speech/1.16.0/build/Xamarin.iOS -lMicrosoft.CognitiveServices.Speech.core -force_load C:/Users/sasan/.nuget/packages/microsoft.cognitiveservices.speech/1.16.0/build/Xamarin.iOS//libMicrosoft.CognitiveServices.Speech.core.a linker command failed with exit code 1 (use -v to see invocation)

iOSRelease

pasha-o commented 3 years ago

hi @jhakulin , @pankopon , @dragav , @trrwilson - I think this issue is kind of related to #964 created by @alaskanrogue since Feb can you please have a look and comment on the next steps - we can't push the ios build out because of this issue. Perhaps involving xamarin iOS team could expedite things.

jhakulin commented 3 years ago

@pasha-o We are investigating the issue, do you see the issue first time with 1.16.0 ?

pasha-o commented 3 years ago

@jhakulin - Yes it's the first time I am using the speech lib with version 1.16.0

jhakulin commented 3 years ago

@pasha-o Currently iOS is supported for x86_64 and ARM64, do you see the issue if you set the supported architecture in your build settings to ARM64 only ?

jhakulin commented 3 years ago

@pasha-o I also verified with iPhone8 that I can build the 1.16.0 Speech SDK release on Release and Debug flavors and also ipa package, my configuration was as below image

pasha-o commented 3 years ago

@jhakulin I will try your suggestion and report back here, but by doing that, we are excluding many devices that support ARMv7. Shouldn't the SDK support the iOS architectures and compile the libs against ARMv7 and v7s?

pasha-o commented 3 years ago

@jhakulin I tested your suggestion and it compiles now and generates the IPA file for the ARM64. However, to deploy the app we need it work for both ARMv7 and v7s with many devices support those architectures.

jhakulin commented 3 years ago

@pasha-o Currently we do not have plans to support 32-bit, that is also direction Apple has had for several years by deprecating the 32-bit support. Following link summarizes devices supporting ARMv7(s) and ARM64, https://docs.microsoft.com/en-us/xamarin/cross-platform/macios/32-and-64/?tabs=windows. iPhone5s and later versions support ARM64 architecture, iPhone5s was launched year 2013. Apple has deprecated the support for 32-bit on their OS versions. In iOS 11 and later, all apps use the 64-bit architecture (iOS 11 was launched 2017).