iPhone “unable to open database file” for call_history.db in xcode app

前端 未结 2 1774
渐次进展
渐次进展 2020-12-03 13:19

I am trying to access database call_history.db in jailbroken iPhone. I am able to access call_history.db for iPhone 4 with iOS 4.1. But the problem is I am not able to acces

2条回答
  •  遥遥无期
    2020-12-03 13:36

    Your app is in a sandbox, which is not able to access anything outside of itself. Suppose your targeting jailbroken devices, this is another story.

    Xcode will install your app into a sandboxed environment. You need to manually sign the app using ldid -S /YourApp.app/YourApp then copy it tom the devices /Applications directory.

提交回复
热议问题