Commit 5f83b36
fix: add missing ImageIO.framework dependency on iOS in Unity
This PR addresses these errors when building for iOS in Unity after the latest WebP update:
```
Undefined symbol: _CGImageSourceCreateImageAtIndex
Undefined symbol: _CGImageSourceCreateWithData
```
We need to link `ImageIO.framework` in the XCode project through Unity, rather than in mono.
Diffs=
5e9341bbd fix: add missing ImageIO.framework dependency on iOS in Unity (#7981)
Co-authored-by: Adam <[email protected]>1 parent 0d783aa commit 5f83b36
2 files changed
+53
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments