Commit 34b2de6
Remove unused import (#8964)
A Flutter SDK user is
[complaining](mapbox/mapbox-maps-flutter#1089)
about `Library not loaded: '/usr/lib/swift/libswiftRegexBuilder.dylib'`
error when running on iOS 15, I was not able to reproduce this on
simulator either with Maps SDK iOS only or with Flutter SDK running on
iOS. We do have this import, that is unused removing which may address
the issue.
cc @mapbox/maps-ios
GitOrigin-RevId: 264a698095841d9645862ab2c76099a63881b5ec1 parent cb1ecfd commit 34b2de6
File tree
5 files changed
+10
-1
lines changed- Sources/MapboxMaps
- Documentation.docc/API Catalogs
- Style/Types
- scripts/api-compatibility-check
5 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| 241 | + | |
240 | 242 | | |
241 | 243 | | |
| 244 | + | |
242 | 245 | | |
243 | 246 | | |
244 | 247 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2246 | 2246 | | |
2247 | 2247 | | |
2248 | 2248 | | |
| 2249 | + | |
| 2250 | + | |
| 2251 | + | |
0 commit comments