No Team ID Found
thomashaury opened this issue · 2 comments
thomashaury commented
ivRodriguezCA commented
Thanks for reading and your feedback!
Try using frida-ios-dump
instead of bfinject
. The injection is not working on iOS 12 thus the error you're getting. frida-ios-dump
uses Frida to launch the application and then dump it.
ivRodriguezCA commented
Here are some steps on how to setup and use frida-ios-dump
: https://ivrodriguez.com/decrypting-ios-applications-ios-12-edition/
Feel free to re-open the issue if this doesn't work for you. Thanks again for reading!