CesiumGS / cesium-unity

Bringing the 3D geospatial ecosystem to Unity
https://cesium.com/platform/cesium-for-unity/
Apache License 2.0
347 stars 83 forks source link

v1.6.1 fails to build on iOS (again) #362

Closed kring closed 1 year ago

kring commented 1 year ago

As reported here: https://community.cesium.com/t/xcode-cesuim-version-1-6-build-errors-w-unity-2021-3-11/26519

This looks like another case of forgetting to add a new dependency to the ALL_TARGETS list in native~/CMakeLists.txt. Easy to fix, but we really need a way to detect this at CI time because it has happened a lot and most of the team has no way to test for it manually.