The lack of cl_init indicates that libmocl.a is not getting linked into your build. Normally this is automatic when you add the generated mocl files to your project (they should be in your project directory after running mocl). You should be able to manually add libmocl.a to the link settings to fix the problem. Let me know if this helps!
- Wukix, 1506 days ago
Another idea: you can re-add the mocl files (like in minute 5:54 of the hello world video) and make sure that "create groups for any added folders" is checked like in the example.
- Wukix, 1506 days ago
I tried re-adding the mocl files by clicking create groups and it worked.
Many thanks!