You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this for the default macOS SwiftUI app created with Xcode 14 and getting this error:
[Frida CRITICAL] Runtime bundle could not be loaded: Error: Unhandled context descriptor kind: 30 [stack: Error: Unhandled context descriptor kind: 30
at D (frida/node_modules/frida-swift-bridge/dist/lib/macho.js:81)
at <anonymous> (frida/node_modules/frida-swift-bridge/dist/lib/macho.js:11)
Running on macOS 13.0.1
The text was updated successfully, but these errors were encountered:
I've got similar error causing app crash:
Frida: Runtime bundle could not be loaded: Error: Unhandled context descriptor kind: 26 [stack: Error: Unhandled context descriptor kind: 26
at D (frida/node_modules/frida-swift-bridge/dist/lib/macho.js:81)
at (frida/node_modules/frida-swift-bridge/dist/lib/macho.js:11)
at call (native)
at o (/_swift.js)
at (/_swift.js)
at (frida/node_modules/frida-swift-bridge/dist/lib/callingconvention.js:18)
Hi,
I'm trying to use this for the default macOS SwiftUI app created with Xcode 14 and getting this error:
Running on macOS 13.0.1
The text was updated successfully, but these errors were encountered: