can't find /var/mobile/applications directory for ios documents

前端 未结 8 2237
我寻月下人不归
我寻月下人不归 2021-02-04 02:28

I\'m trying to run a release build on my iPad device connected to xcode for debugging. I\'m not certain but guessing that when I do this the documents directory ends up somewher

8条回答
  •  甜味超标
    2021-02-04 02:55

    For "xcode 6":

    1. Connect your device with your MAC (You can sure about that having a look into the simulator list, it should be there)
    2. Now open xcode and go to "Windows" from upper menu
    3. Go to "Devices" from drop down list
    4. Now this window will pop up. Your app should be there in the "Installed Apps" section. Like the picture below. Double click on it.

      enter image description here

    5. Here you can see the "Documents" folder and the photos you saved earlier. You can't delete photo from this list. Because this is the iPhone device section, you accessing through the xcode.

      enter image description here

    6. If you want to delete the photos, you have to delete the whole project. To do that, scroll down below the screen and there should be a minus "-" button. After selecting your project just click on it. It will delete your photos as well as whole project.

      enter image description here

提交回复
热议问题