gdk-for-unity
gdk-for-unity copied to clipboard
Disabling burst compilation leads to an invalid XCode project
Affects: Release v0.2.3 and up Internal Ticket: UTY-2083
Description
Burst compilation needs to be enabled for iOS. Building an iOS worker without Burst enabled will produce an invalid XCode project. When trying to build the XCode project, you will encounter errors mentioning that StaticBurstStaticMethodLookup and Staticburst_initialize are missing.
Workaround
Enable Burst compilation for iOS.