Publish build debug

Publish > Build > Debug

this document from Solar2D guide tells us how to collect the debug log messages from the simulator, or the log from Android phone or iPhone

Tips and Common Pitfalls

If you need help, you can report an issue to the forum https://kwiksher.com/forums/forum/kwik4/

tmplt/**/*.lua

In a kwik project folder, you find tmplt folder that stores the source files of lua codes.

Once you have finished fixing or modifying a lua file manually for a need, you like to keep it. So please use custom code method. It prevents the file from overwritten next time of publish

When You directly modify a lua file by yourself to fix an issue or bug. You may raise it as an issue or a pull request to the official repository of Kwik4tmplt. Thank you for your cooperation. I will take care to migrate modifications of yours if necessary.

Enjoy!