Skip to content

Commit 81216c1

Browse files
authored
Recommend upgrade to iOS 18.4 beta 2 if on beta 1 (#11766)
iOS 18.4 beta 1 breaks Flutter's debug mode on physical devices. Apple appears to have reverted the change that caused this regression in iOS 18.4 beta 2. Customers that are on iOS 18.4 beta 1 should upgrade to iOS 18.4 beta 2. Part of: flutter/flutter#163984 (comment) Preview: https://flutter-docs-prod--pr11766-upgrade-ios-18-4-v394xkfi.web.app/platform-integration/ios/ios-latest ![image](https://github.com/user-attachments/assets/d9827ad2-5311-483a-9afb-907b2e0d05f4) ## Presubmit checklist - [x] This PR is marked as draft with an explanation if not meant to land until a future stable release. - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
1 parent 717707d commit 81216c1

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

src/_includes/docs/install/devices/ios-physical.md

-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
:::warning
2-
An upcoming change to iOS has caused a temporary break in Flutter's debug mode
3-
on physical devices running iOS 18.4 (currently in beta).
4-
If your physical device is already on iOS 18.4, we recommend switching to the
5-
**Virtual device** tab and following the instructions for using a simulator.
6-
See [Flutter on latest iOS][] for details.
7-
:::
8-
9-
[Flutter on latest iOS]: /platform-integration/ios/ios-latest
10-
111
#### Set up your target physical iOS device
122

133
To deploy your Flutter app to a physical iPhone or iPad,

src/content/platform-integration/ios/ios-latest.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,10 @@ description: >-
66
---
77

88
:::warning
9-
An upcoming change to iOS has caused a temporary break in Flutter's
10-
debug mode on physical devices running iOS 18.4 (currently in beta).
9+
iOS 18.4 beta 1 breaks Flutter's debug mode on physical devices.
10+
If you have upgraded your physical device to iOS 18.4 beta 1,
11+
please upgrade to iOS 18.4 beta 2.
1112
See [flutter#163984][] for details.
12-
13-
In the meantime, we recommend these temporary workarounds:
14-
15-
* When developing with a physical device, use one running iOS 18.3 or lower.
16-
* Use a simulator for development rather than a physical device.
17-
* If you must use a device updated to iOS 18.4,
18-
use [Flutter's release or profile build modes][].
1913
:::
2014

2115
You can develop Flutter on the iOS platform, even on
@@ -27,7 +21,6 @@ Of course, if you find a bug on Flutter,
2721
please [file an issue][].
2822

2923
[flutter#163984]: {{site.github}}/flutter/flutter/issues/163984
30-
[Flutter's release or profile build modes]: /testing/build-modes
3124
[file an issue]: {{site.github}}/flutter/flutter/issues
3225

3326
## iOS 18 release

0 commit comments

Comments
 (0)