From 45b5acb201c575bd31ab02f2dd775a76c1c11728 Mon Sep 17 00:00:00 2001 From: Junseo Youn Date: Tue, 16 May 2023 14:54:30 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4cf02c8..edab15f 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,14 @@ or dependencies: flutter_pixelmatching: ^0.1.5 ``` +#### XCode +Symbolic errors in the archive when using the FFi module.
+For this issue, check out the following link https://github.com/dart-lang/ffi/issues/41#issuecomment-645550964 + +**Runner -> Build Settings -> Strip Style -> change from "All Symbols" to "Non-Global Symbols"** + +![XCode-Settings](https://github.com/lowapple/flutter_pixelmatching/assets/26740046/929dc7f7-40c4-4d49-95fe-d5b57346a931) + ### Usage ```dart