Reply To: [NC2] AoT iOS Jit Error on Startup

Forums 💬 NodeCanvas ⚙️ Support [NC2] AoT iOS Jit Error on Startup Reply To: [NC2] AoT iOS Jit Error on Startup

#19260
bosaku
Participant

    Hello,

    I have done the following :
    Update Nodecanvas to 2.1 ( from 1.6 )
    Running in iOS has JIT compilation issues, as seen above.
    Upon jacobdufault’s suggestion, I have downloaded the source for Full Serializer
    Added the “Source” folder to the assets folder (within a subfolder for cleanliness sake)
    In the Editor, OnAwake, I am calling the AddAoTCompliations method shown in the above post.
    Command R to refresh.
    Built, and observed the same problem.

    So, I went back and printed out a line after every loop in the foreach statement, to see if there exist any ‘Available AOTCompliations”. There currently are not any.

    So I have not found a solution yet.

    Any ideas why that may not have worked? Thank you ahead of time.