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

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

    Add this to your info.plist source code and you will find the recorded files inside files of iPhone device.

    UIFileSharingEnabled
    
    LSSupportsOpeningDocumentsInPlace
    
    

提交回复
热议问题