sunnyyoung/WeChatTweak-CLI

Does insert dylib support arm architecture? For example, m1? Why did my injection fail?

lw404-ai opened this issue · 3 comments

Does insert dylib support arm architecture? For example, m1? Why did my injection fail?

Install failed: Execute command: codesign --remove-sign /Applications/WeChat.app/Contents/MacOS/WeChat failed: {
    NSAppleScriptErrorAppName = "wechattweak-cli";
Run with --help for more information.";-sign is required
Run with --help for more information."; is required
    NSAppleScriptErrorNumber = 106;
    NSAppleScriptErrorRange = "NSRange: {0, 87}";
}

OK, I found a solution. You can manually use insert_dylib to inject your plug-in successfully, and then use the software signature to run successfully.

Thanks