xcode recourses do not update on build
I have a sqlite db in my project and when I update the db with an external dbmanager I want it to rebuild in the simulator but it doesnt. No wonder I didnt get the results I wanted :-)
But now I have to edit the file in library/app support/iphone simulator... (you know the way...).
If I remove the file from the project and add it with another name (and change the references in the code) the file is 0KB in the simulatorfolder (mentioned above).开发者_运维问答
Even after a clean and rebuild its still empty.
Any idea?
Have you tried to clean and then build. This should rebuild the app bundle and re-include all files from you project.
精彩评论