I use Command Line Interface (Tizen SDK 2.3) to build and create tpk packages for my tizen native project.
It may sound strange but I had a serious problem while building and packing. Suddenly all of my data were wiped out. I thought that it might happen because of virus or hardware issue and then I reinstalled my operating system to a new hard drive and tried to build and pack my project by CLI and unfortunately everything was wiped out again. Even bash in home directory. While building and packing, I was checking cpu and memory usage of processes, then I realized that top process was "rm" and it was using cpu around %95 and removing everything.
Any idea to solve this problem? Or anyone had some similar issue with Command Line Interface in Tizen SDK 2.3?