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

前端 未结 8 2048
我寻月下人不归
我寻月下人不归 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 03:06

    The directory you are looking for is located at

    /Users/User Name/Library/Application Support/iPhone Simulator/Simulator iOS Version/Applications/Application ID/Documents/

    0 讨论(0)
  • 2021-02-04 03:09

    To see the file saved in iPhone -

    1. Go to plist file of your project.
    2. Set Supports Document Browser to "YES".
    3. You will see the saved file in FILES in your device.

    I am using iOS 13 and Xcode 11.6, it worked for me.

    0 讨论(0)
提交回复
热议问题