iPhone development folders

来源:互联网 发布:迈卡威新秀数据 编辑:程序博客网 时间:2024/05/19 02:23

Xcode copies all of your resources to a folder like below when debugging:

 ~/Library/Application Support/iPhone Simulator/5.1/Applications/{Application_ID}/{ApplicationName.app}/

The resource files seem not updated all the time, i.e. if you replace a resource file in Xcode, the change may not be visible when the app is launched, no matter if you clean and rebuild the whole project. So what I had to do is just to delete that folder and rebuild.


I guess there might be better approach, and I still have no clue of how to find the app id except debugging, or checking the created time of the folders. Any idea?

原创粉丝点击