diff --git a/docs/documentation/index.mdx b/docs/documentation/index.mdx
index 1bc11253c..a2e7e22c7 100644
--- a/docs/documentation/index.mdx
+++ b/docs/documentation/index.mdx
@@ -666,6 +666,16 @@ Check out our video version of this tutorial on YouTube!
(in case presented in snippet above, all should be set to 11.0).
+
+ After removing `FLUTTER_TARGET` from `*.xcconfig`, you need to run the following command to generate it:
+
+ ```
+ flutter build ios --config-only integration_test/example_test.dart
+ ```
+
+ Make sure to replace `integration_test/example_test.dart` with the path to your test file.
+
+
If you couldn't find an answer to your question/problem, feel free to ask on
[Patrol Discord Server].
diff --git a/docs/documentation/native/setup.mdx b/docs/documentation/native/setup.mdx
index 1bc11253c..a2e7e22c7 100644
--- a/docs/documentation/native/setup.mdx
+++ b/docs/documentation/native/setup.mdx
@@ -666,6 +666,16 @@ Check out our video version of this tutorial on YouTube!
(in case presented in snippet above, all should be set to 11.0).
+
+ After removing `FLUTTER_TARGET` from `*.xcconfig`, you need to run the following command to generate it:
+
+ ```
+ flutter build ios --config-only integration_test/example_test.dart
+ ```
+
+ Make sure to replace `integration_test/example_test.dart` with the path to your test file.
+
+
If you couldn't find an answer to your question/problem, feel free to ask on
[Patrol Discord Server].