gdk-for-unity icon indicating copy to clipboard operation
gdk-for-unity copied to clipboard

Disabling burst compilation leads to an invalid XCode project

Open jessicafalk opened this issue 6 years ago • 0 comments

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.

jessicafalk avatar Jun 12 '19 17:06 jessicafalk