From 3e504095652f7902d985b53178656539a47a96f9 Mon Sep 17 00:00:00 2001 From: Littlegnal <8847263+littleGnAl@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:34:31 +0800 Subject: [PATCH] Add explanation for 'iOS not work on release mode' issue (#1716) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index da3bfe4c2..9290ddcaf 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,13 @@ We enable you to create an `RtcEngine` within Flutter by utilizing the native ha More detail, please check the [ProcessVideoRawData](example/lib/examples/advanced/process_video_raw_data/process_video_raw_data.dart) example for reference. +### Known issues +#### iOS not work on release mode + +If you experience issues with iOS not working in release mode, you may need to set the configuration below to avoid stripping symbols. + +Please refer to the [Flutter documentation](https://docs.flutter.dev/platform-integration/ios/c-interop#stripping-ios-symbols) for more information. + ## API Reference Resources * [Flutter](https://api-ref.agora.io/en/voice-sdk/flutter/6.x/API/rtc_api_overview_ng.html)