facebook / chisel

Chisel is a collection of LLDB commands to assist debugging iOS apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

taplog error in ios14

743848887 opened this issue · comments

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

commented

Same for me

commented

Same for me

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

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

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.