Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frida Gadget - no such file #97

Open
jwlilly opened this issue Jan 26, 2024 · 1 comment
Open

Frida Gadget - no such file #97

jwlilly opened this issue Jan 26, 2024 · 1 comment

Comments

@jwlilly
Copy link

jwlilly commented Jan 26, 2024

I'm attempting to add the Frida Gadget dylib into the project. The app will install onto the device, but as soon as it loads, I get a crash with this error in the logs

dyld[840]: Library not loaded: @executable_path/Dylibs/FridaGadget Referenced from: <DC4FE5F9-AD21-3B5E-83D4-BE544F8458DE> /private/var/containers/Bundle/Application/4D4E24D1-CFB0-41E3-93E2-F405EB59E289/IPAPatch-DummyApp.app/Test-App Reason: tried: '/usr/lib/system/introspection/FridaGadget' (no such file, not in dyld cache), '/private/var/containers/Bundle/Application/4D4E24D1-CFB0-41E3-93E2-F405EB59E289/IPAPatch-DummyApp.app/Dylibs/FridaGadget' (no such file)

Any ideas on how to fix the error?

@samova
Copy link

samova commented Feb 23, 2024

So far,I find a way to deal with it as follow.
1.add FridaGadget.dylib as library link to ipapatchframework(not embedded ),to make sure FridaGadget.dylib will be copy to app/Framework.
2.add FridaGadget.dylib as Framework to ipapatch-DummyApp, to make sure it will be load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants