How to use ldid?

前端 未结 3 792
旧巷少年郎
旧巷少年郎 2020-12-01 15:01

I am trying to run unsigned application on iOS 5.1/iPhone 4s (jailbroken). What I did:

  1. Disable code signing in XCode.

  2. Built unsigned iPhone

3条回答
  •  旧巷少年郎
    2020-12-01 15:48

    The error assert(2:false) comes from the fact that HelloJB (not HelloJB.app) is write protected!

    1. Start Terminal.app
    2. Go to directory HelloJB.app
    3. chmod +aw HelloJB
    4. ldid -S HelloJB works !

提交回复
热议问题