-
iOS기기에서 앱이 잘못설치 되거나 해서 삭제가 안되는 경우
아래 유틸로 삭제가 가능하다.
https://github.com/7bp/mobiledevice
소스를 받아서 빌드한 다음, 사용법대로 실행하면 된다.
./mobiledevice uninstall_app <삭제할 AppID>
AppID를 모를 경우,
설치된 AppID를 전부 나열하는 명령을 날리면 된다.
./mobiledevice list_installed_apps
댓글