Cleaning up the iPhone simulator

前端 未结 15 1415
情话喂你
情话喂你 2020-11-30 17:21

Is there a straightforward way to clean up the directory where xcode deploys an app when building for the iPhone simulator? I have a sqlite database that gets copied into t

15条回答
  •  离开以前
    2020-11-30 18:01

    From Apples Dev Resources:

    To set the user content and settings of the simulator to their factory state and remove the applications you have installed, choose iPhone Simulator > Reset Content and Settings.

    This resembles:

提交回复
热议问题