Commit 9e33aba
authored
Fix webp installation iOS (#1518)
Replace Xcode task with cmake --build equivalent.
Previously task with `Playground` scheme was not building all targets
but `install` scheme introduced an issue that I could not fix: `error:
unable to attach DB: error: accessing build database`.
some related stackoverflow threads :
https://stackoverflow.com/questions/73301738/xcode-13-4-1-error-unable-to-attach-db-error-accessing-build-database-react/73301739
https://stackoverflow.com/questions/51153525/xcode-10-unable-to-attach-db-error/52386834#523868341 parent 19d1cf3 commit 9e33aba
1 file changed
+6
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
0 commit comments