如何获取模拟器安装的app的位置

你可以死记下地址格式, 但是一旦不同的xcode和模拟器版本改变变了地址, 又得记, 从活动管理器里其实是可以直接查看的:

  1. Launch the app in the simulator
  2. Open Activity Monitor
  3. Find the name of your app in the CPU tab
  4. Double-click it and open the “Open Files and Ports”

get_app_path

来源: http://stackoverflow.com/a/26201618/1051235

原文地址:https://www.cnblogs.com/walkerwang/p/4281912.html