【Cordova】ios実機デバッグ【Visual Studio Code】
Xcodeではcordovaプロジェクトを実機デバッグできるけど、Visual Studio Codeから直接実行したい。
アプリのプロジェクト名の変更
VS Codeの検索ボタンで"io.cordova.hellocordova"(デフォルトの名称)を探して全て新しい名称に置換(ここでは "ユーザー名.cordovatest")
改めて"Run iOS on device"
Unable to find ideviceinstaller. Please ensure it is in your PATH and re-open Visual Studio Code
なんか入れればいいのね?
brew install ideviceinstaller
Unable to mount developer disk image.
ぐぐるとこれで解決?
brew update && brew upgrade libimobiledevice --HEAD && brew upgrade ideviceinstaller ios-webkit-debug-proxy
Please reinstall autoconf
ふむ?
brew install autoconf
Please reinstall automake. Sorry :(
おいおい笑
brew install automake
Please reinstall libtool. Sorry :(
もうなんでもしますよ。
brew install libtool
Please reinstall pkg-config. Sorry :(
brew install pkg-config
したらなんか色々進んだー!とおもったら
Error: ideviceinstaller 1.1.0_4 already installed
Error: ios-webkit-debug-proxy 1.8 already installed
\(^o^)/ なんの意味があったのか・・・
まぁ試しにもう一度Runすると
Installing app on device
で止まる・・・
iphoneを再起動して、再接続すると何とか実機動作が始まった。
いやぁこれもう一度環境作り直すとかなると出来る自信ないわ。