Search Issue Tracker
Won't Fix
Votes
2
Found in
5.2.1f1
Issue ID
730412
Regression
No
[iOS][monoAttempting to JIT compile method 'System.Linq.OrderedEnumerable`1<int>:GetEnumerator ()' while running with --aot-only
How to reproduce:
1. Open attached project
2. Open scene Bug.unity
3. Build to iOS and run
- Note the error in the console:
ExecutionEngineException: Attempting to JIT compile method 'System.Linq.OrderedEnumerable`1<int>:GetEnumerator ()' while running with --aot-only
at System.Collections.Generic.List`1[System.Int32].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.Int32]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable.ToList[Int32] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
at Bug.Start () [0x00000] in <filename unknown>:0
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The cursor moves into wrong place when renaming folder/asset
- Assertion error "(dx - width < padding) || (dy - height < padding)" when using Pack Preview
- [Memory Profiler] The EntryType.NativeAllocationSites_MemoryLabelIndex of snapshots only reports -1 or 0 instead of the MemLabel used for allocations made from any call site.
- [Vulkan] Artifacts appear in the Player when using Screen Space shadows with orthographic camera
- Errors OnGUIDepth changed & GUIUtility:ProcessEvent when opening Textures with Third Party App
flashmandv
Dec 06, 2017 11:14
I have the same problem on PlayStation 4. It is probably around array sorting issue