You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,14 @@ This project uses melos to manage all the packages inside this repo.
178
178
Install melos: `dart pub global activate melos`
179
179
Setup melos to point to the dependencies in your local folder: `melos bootstrap`
180
180
181
+
### Xcode 13 breaking changes
182
+
183
+
Version `4.0.1` added breaking changes for Xcode 13 that are not backwards compatible with Xcode 12. Due to this all users that are not ready to upgrade to Xcode 13 are at adviced to add the following dependency override to the pubspec.yaml of your app untill you are ready to upgrade to the latest Xcode.
0 commit comments