I have an iPad application that reads a whole bunch of pList and .csv files.
For some reason, when I build and run the app (Using the Simulator or an iPad) changes made to the csv and plist files are not reflected in the application unless I delete the project's derived data folder.
A开发者_JAVA百科ny ideas why this could be?
Are the csv and plist in a separate folder inside your project? I'm not sure if this ever changed, but it used to be that Xcode didn't check the modified date of files inside folders when copying the resources, but only the folder's modified date.
精彩评论