diff --git a/README.md b/README.md index 49eb4aea..9c4bca0e 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,11 @@ with the key `io.flutter.embedded_views_preview` and the value `YES`. io.flutter.embedded_views_preview ``` + +If you want to run your app on the Simulator, please make sure to set a location on the Simulator's menu: + + + ## Usage ### Basic usage diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist index 3591f127..5d0f972c 100644 --- a/example/ios/Runner/Info.plist +++ b/example/ios/Runner/Info.plist @@ -51,5 +51,7 @@ io.flutter.embedded_views_preview + CADisableMinimumFrameDurationOnPhone + diff --git a/simulator_location.png b/simulator_location.png new file mode 100644 index 00000000..4dc32320 Binary files /dev/null and b/simulator_location.png differ