frida / frida

Clone this repo to build Frida
https://frida.re
Other
16.05k stars 1.66k forks source link

Failed to spawn: unable to launch iOS app via FBS: The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 1.) #2750

Open sudosuraj opened 9 months ago

sudosuraj commented 9 months ago

frida -f com.app.ios -U


/ _  |   Frida 16.1.10 - A world-class dynamic instrumentation toolkit

| (_| |

| Commands: // |_| help -> Displays the help system . . . . object? -> Display information about 'object' . . . . exit/quit -> Exit . . . . . . . . More info at https://frida.re/docs/home/ . . . . . . . . Connected to iOS Device (id=xxxxxxxxxxxxxxxxxx) Failed to spawn: unable to launch iOS app via FBS: The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 1.)

frida --version 16.1.10

frida-server --version 16.1.10

iOS 12.5.7

juliangrtz commented 9 months ago

It is a known issue on some iOS versions. I am using the same Frida versions like you and I am getting the error too on a jailbroken iPhone 6 with iOS 12.5.5. However, the setup works perfectly fine on a jailbroken iPad Air 2 with iOS 15.7.1. Try to downgrade your Frida versions, both on the iOS device and the computer, of course.

c128128 commented 9 months ago

Any suggestions to which version ?