How to install a text file with a MonoTouch app
How can I install a text file as part of a MonoTouch app? I know how to create, write to, and read from a text file in the app's Documents fol开发者_如何学编程der, but I want to install a text file previously created (outside of the app). I added a text file to the MonoTouch project, and marked it as "Content", but after I deploy to the simulator, I do not see my file in any of the app's folders.
Are you checking the right place? It will be in the app bundle which is typically at:
~/Library/Application Support/iPhone Simulator/User/Applications/{guid}/
Right click on your app name and select "show package contents".
精彩评论