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?
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?