diff --git a/OAT.xml b/OAT.xml
index f07ae2e5abc49bdef7914d0bf9570c59694223b0..2440975a3114d53513168f5ef220ca949bb9082a 100644
--- a/OAT.xml
+++ b/OAT.xml
@@ -93,6 +93,7 @@
+
diff --git a/README.en.md b/README.en.md
index 687aa87471e8691127d892d8954e81128976bdfb..6a3c4bdc9f138fb98e0d36f52c5a8038bb6421f6 100644
--- a/README.en.md
+++ b/README.en.md
@@ -212,6 +212,8 @@ After the configuration is completed, the flutter sdk can complete the device co
| attach | debug mode | flutter attach |
| screenshot | catch screen | flutter screenshot |
+Prompt: [Flutter third-party library adaptation plan](https://docs.qq.com/sheet/DVVJDWWt1V09zUFN2)
+
## common problem:
1. Recommended ohos sdk version: `4.0.10.3`, which can be downloaded around August 20 when it is built daily. If there are problems related to the SDK version during the compilation process, you can try to replace this version of the SDK.
diff --git a/README.md b/README.md
index dbcf4ef8a949b5f3c6bd0b726facfa388d6ec68b..f294770bef77fa3d5ab42b0f61175894ce5b9a9c 100644
--- a/README.md
+++ b/README.md
@@ -214,6 +214,9 @@ HDC_SERVER_PORT=8710
| attach | 调试模式 | flutter attach |
| screenshot | 截屏 | flutter screenshot |
+附:[Flutter三方库适配计划](https://docs.qq.com/sheet/DVVJDWWt1V09zUFN2)
+
+
## 常见问题:
1. ohos sdk版本推荐: `4.0.10.3`,可在每日构建的8月20号左右下载,若在编译过程中存在SDK版本相关问题,可尝试更换该版本SDK。
diff --git a/packages/flutter_tools/lib/src/ohos/hvigor.dart b/packages/flutter_tools/lib/src/ohos/hvigor.dart
index cb07a97e40bda968ee0689359aaf687162247b77..f8fbca70364f60398522277dc9e40d1241a8397d 100644
--- a/packages/flutter_tools/lib/src/ohos/hvigor.dart
+++ b/packages/flutter_tools/lib/src/ohos/hvigor.dart
@@ -518,7 +518,7 @@ void cleanAndCopyFlutterRuntime(
originHarFile.copySync(desHarPath);
//copy ohos engine so
- if (isWindows) {
+ if (isWindows || globals.platform.isMacOS) {
final String originEnginePath = globals.fs.path
.join(ohosRootPath, 'har', 'har_product', '$FLUTTER_ENGINE_SO.$suffix');
final String desEnginePath = globals.fs.path.join(