Can't build for iOS with UE 5.5.4

I am having trouble building for iOS.

I am using:

Unreal Engine 5.5.4
Cesium for Unreal 2.16
macOS 15.5
Xcode 16.3

I create an empty project and add Cesium to it. macOS builds work fine but when I try to run it on my iPad, the following errors show up.


At first, I thought it was a general error but as soon as I remove Cesium from it, I can build again. Not to mention, I can also readily build the template projects to my iPad.

I will be also trying out earlier versions of Cesium to see if anything makes a difference. In the meantime, any kind of help is greatly appreciated.

1 Like

Hi @MKI_Archi, welcome to the community!

Please see here:

I think that either disabling UBA or setting the MaxParallelActions to 2 (or both) may help in your case as well. It’s worth a try, at least.

1 Like

Thank you so much for the response! Disabling UBA seemed to do the trick. Works great now.

1 Like