Hello every one ,
i am facing a problem in open tool chain based application , actually i am creating a GUI based application in which the application must able to interact with iphone internal file structure .
so when i use system("killall SpringBoard"); on some button click then it works but when i use system("mkdir /usr/libexec/helloworld"); on some event then application is launched successfully and event also work but helloworld directory does not make.
so what is the main problem in my application , i think my code have no problem .
i am facing a problem in open tool chain based application , actually i am creating a GUI based application in which the application must able to interact with iphone internal file structure .
so when i use system("killall SpringBoard"); on some button click then it works but when i use system("mkdir /usr/libexec/helloworld"); on some event then application is launched successfully and event also work but helloworld directory does not make.
so what is the main problem in my application , i think my code have no problem .