(iphone) access device's documents directory from mac?

前端 未结 8 936
心在旅途
心在旅途 2020-12-01 09:02

I\'m trying to access the documents directory at iphone device to see a log file that I saved while executing the app.

I know this can be done for simulator. (you

相关标签:
8条回答
  • 2020-12-01 09:40

    I'm going to combine the two solutions together and add screenshots for clarity. This is with Xcode 7.

    View/Download App Documents

    1. Open the Devices window through the menu Window -> Devices.
    2. Select your device.
    3. Select your application.
    4. Click the gear button for the options.

    View/Download/Delete Documents through iTunes


    IMPORTANT!!!
    If you have documents within a subfolder, you will not be able to see or change them through iTunes.


    1. Select the Info.plist file in the Project navigator.
    2. Click the + button next to any property to add another.
    3. Scroll down the list or type to find Application supports iTunes file sharing.
    4. Change boolean value to YES.
    5. Re-build/install application.

    0 讨论(0)
  • 2020-12-01 09:40

    One way can be to use iExplorer Download link iExplorer

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