且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

iOS应用商店ExecutionEngineException试图JIT编译

更新时间:2023-11-10 17:23:04

多数,其中前固定时间长了这些问题。确保您的选项,在的AppStore 建立(或者你用于提交一个)与您正在测试的一个(例如调试版本)。

Most of those issues where fixed a long time ago. Make sure your options for the AppStore builds (or the one you used to submit) match the one you're testing (e.g. Debug builds).

在特别确保在启用通用值类型共享选项为打开您所提交的版本。这将包括一些额外的code,以确保所有的值类型code路径变量在运行时可用。

In particular make sure that the Enable generic value type sharing options is ON on the build you are submitting. This will include some extra code to ensure all value types code path variants are available at runtime.

请注意,此设置应已打开按默认值。它仍然是一个很好的做法,以确保您的调试/释放设置的大多的(除调试东西)是相同的。否则,你的风险测试不同的code,在本地,比你要提交到商店的东西。

Note that this setting should already be ON by default. Still it's a good practice to ensure your debugging/release settings are mostly (except debugging stuff) identical. Otherwise you risk testing different code, locally, than what you're submitting to the store.