This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
Disabling burst compilation leads to an invalid XCode project #985
Labels
A: build-system
Area: Build system feature module
A: mobile
Area: Mobile integration
S: known-issue
Status: This is a known issue
T: bug
Type: This is a bug
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
andStaticburst_initialize
are missing.Workaround
Enable Burst compilation for iOS.
The text was updated successfully, but these errors were encountered: