Skip to content

Commit

Permalink
Add explanation for 'iOS not work on release mode' issue (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl authored Apr 22, 2024
1 parent 462cfc3 commit 3e50409
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3e50409

Please sign in to comment.