I build my project using an automated build system. Bolt would not work on iOS devices, presumably because we need to compile it AOT. I tried calling Ludiq.AotPreBuilder.PreCloudBuild() from both a function called by executeMethod on the command line, and also placing it inside a IPreprocessBuildWithReport. In both cases I get the exceptions InvalidOperationException: Trying to access a plugin container before it is initialized.
What is the correct way to build Bolt from the command line?
The documentation seems to be specifically about Unity Cloud Build (Unity - Manual: Building for Mobile / Consoles)
Unity 2020.3.14