Closed BreakfastSerial closed 5 years ago
I am not sure what changed, but today, for the very same iOS app, Passionfruit prints the following error in the console:
An unhandledRejection occurred:
Rejection: Error: GDBus.Error:re.frida.Error.InvalidOperation: JIT may only be enabled before the first script is created
Error: GDBus.Error:re.frida.Error.InvalidOperation: JIT may only be enabled before the first script is created
Since 0.5.0 we use v8 as the javascript interpreter. You need to upgrade frida to the latest version on iOS device
From the error stack it is Duktape obviously
That was it, thank you and sorry for the issue!
I have an iOS app I'm trying to load in Passionfruit (version 0.5.3; Frida version 12.6.12)
When I try to open the app on the general tab I receive the following error message in the web application:
unhandled rejection: ReferenceError: identifier 'Set' undefined
and the console logs:
If i try to update Passionfruit (even to a specific version e.g. `npm install -g passionfruit@0.5.0) I receive the following