chisel icon indicating copy to clipboard operation
chisel copied to clipboard

taplog error in ios14

Open syw-biu-biu opened this issue 4 years ago • 5 comments

can't find callable: sys.modules['FBFindCommands'].FBTapLoggerCommand.taplog_callback

syw-biu-biu avatar Sep 29 '20 07:09 syw-biu-biu

Same for me

Unihilator avatar Nov 24 '20 11:11 Unihilator

Same for me

WickyLeung avatar Dec 22 '20 08:12 WickyLeung

This was fixed in d759f8f, but a release is needed.

revolter avatar Feb 06 '21 20:02 revolter

It's been a year now... any chance a release is coming soon? Or can you recommend a workaround?

jaltreuter avatar Feb 11 '22 09:02 jaltreuter

To install the latest unreleased version, follow these steps:

  1. Run
    brew edit chisel
    
  2. Replace "master" with "main", save, and close the file.
  3. Run
    HOMEBREW_NO_INSTALL_FROM_API=1 brew install --HEAD --fetch-head chisel
    
  4. Run the command from step 1. again.
  5. Replce "main" with "master", save, and close the file.

revolter avatar Mar 29 '23 09:03 revolter