Skip to content

Commit 3b34023

Browse files
committed
add xcode incompatibility to pubspec yaml
1 parent 876de0d commit 3b34023

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@ This project uses melos to manage all the packages inside this repo.
178178
Install melos: `dart pub global activate melos`
179179
Setup melos to point to the dependencies in your local folder: `melos bootstrap`
180180

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.
184+
185+
```yaml
186+
dependency_overrides:
187+
reactive_ble_mobile: '4.0.0'
188+
```
181189
182190
### FAQ
183191

0 commit comments

Comments
 (0)