chaitin / passionfruit

[WIP] Crappy iOS app analyzer
MIT License
1.66k stars 228 forks source link

Error: Unable to launch iOS app: The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 1.) #52

Closed vincentcox closed 4 years ago

vincentcox commented 5 years ago

When I select an app it gives:

An unhandledRejection occurred: 
Rejection: Error: Unable to launch iOS app: The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 1.)
Error: Unable to launch iOS app: The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 1.)

I use this on Ubuntu 18.04. Any idea on how I can give you guys more information about what is going wrong?

Edit: I checked this on my mac and I have the same error.

ChiChou commented 5 years ago

unc0ver (iOS 12) is not supported yet.

vincentcox commented 5 years ago

Is electra supported?

ChiChou commented 5 years ago

Due to the release note of frida 12.6.7, Chimera 1.0.8 (Electra) is supported. For unc0ver users, temporary workaround is to manually launch the app on phone, then attach to it.

vincentcox commented 5 years ago

How do I attach to it in passionfruit?

ChiChou commented 5 years ago

@vincentcox Nothing special. If the app has been running, we will attach to it instead of new process creation.