CesiumGS / cesium-unreal

Bringing the 3D geospatial ecosystem to Unreal Engine
https://cesium.com/platform/cesium-for-unreal/
Apache License 2.0
879 stars 285 forks source link

Fix the macOS / iOS build #1428

Closed kring closed 1 month ago

kring commented 1 month ago

Fixes #1426 By switching to the macos-13 runner, which has much more disk space than the macos-12 one. Also excluded the .dSYM files (Editor debug symbols) from the UE distribution.

Fixes #1427 By setting the ktx library to not be a "framework" on iOS.

csciguy8 commented 1 month ago

Love the branch name, btw

kring commented 1 month ago

Main is broken. This PR fixes it. Let's get it merged.