Reply To: No AOT code generated for event on iOS

Forums 💬 NodeCanvas ⚙️ Support No AOT code generated for event on iOS Reply To: No AOT code generated for event on iOS

#17389
Gavalakis
Keymaster

    Hello,

    For AOT platforms such as iOS is, you will need to please create the AOTClasses as explained in the documentation. Here is the link for your convenience: [LINK]

    Before generating the AOTClasses as explained in the docs section linked above, you will need to add your custom types used if not already in the Preferred Types list. Thus for the error posted above, you will need to add the ‘Valkyrie.ValkyrieStates’ type in the list for example and then generating the AOTClasses.

    Please let me know if that works for you, or if you need any further explanations.
    Thank you.