sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.46k stars 854 forks source link

Cannot install the generated ipa file (free apple account) #434

Closed fuomag9 closed 3 years ago

fuomag9 commented 3 years ago

With any IPA file I try to create via object by following the guide, when I install them via ios-deploy I always get 2020-12-21 00:42:52.144 ios-deploy[21397:128522] [ !! ] Error 0xe8008001: An unknown error has occurred. AMDeviceSecureInstallApplication(0, device, url, options, install_callback, 0)

fuomag9 commented 3 years ago

https://github.com/nowsecure/node-applesign/issues/113 Seems to be related and I had the same issues

fuomag9 commented 3 years ago

How I made stuff work (the exact steps):

weev3 commented 3 years ago

same issue here. #428 . This error message got only after updating applesign. Below link will fix code signing problem. https://medium.com/@dinezh.shetty/setting-up-frida-without-jailbreak-on-devices-running-latest-ios-12-4-27c7cfa6c9a2 After installing ipa with ios-deploy, run objection explore and you are good to go. (note: download latest frida gadget lib file.)

leonjza commented 3 years ago

Some progress was made on this, with changes that objection would need mentioned here: https://github.com/nowsecure/node-applesign/issues/113#issuecomment-790764961