13
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

■MacでiPhone iPadなどのシミュレータでブラウザログを見る方法

Last updated at Posted at 2017-10-17

目的:MacでiPhone iPadなどのアプリを開発して、
簡単なシミュレータ機能を利用して、iPhone/iPad操作動きのログを見たい場合の手順となります。

前提条件&その他

xcodeのインストール
https://developer.apple.com/jp/xcode/

Safariバージョン
10.1.2 (12603.3.8)

Xcode Simulator Version
10.0

手順

スクリーンショット 2017-10-17 10.46.24.png

Xcode >Open Development Tool > Simulator
スクリーンショット 2017-10-17 10.47.39.png
下記の画面が出ています。そして、シミュレータでのsafariを起動します。
スクリーンショット 2017-10-17 10.49.54.png

シミュレータでローカル/web中のアプリページを開く。
例:localhost:6003
スクリーンショット 2017-10-17 15.33.49.png

同時に、Mac側のSafariを起動することが必要です。
Safari > 環境設定
スクリーンショット 2017-10-17 15.24.06.png

詳細 > 「メニューバーに"開発"メニューを表示」をチェックします!!
スクリーンショット 2017-10-17 15.24.17.png

そうすると、「開発」がメニューバーに表示されます。
スクリーンショット 2017-10-17 15.28.07.png

開発 > simulator > simulatorで開いたページ(例:localhost:6003-admin)
スクリーンショット 2017-10-17 15.36.01.png

localhost:6003-admin を押すと、development tool が起動されます。
普通のdevelopment tool のように、iPhone/iPadのconsole.log()が見えるようにできました!!
スクリーンショット 2017-10-17 15.36.35.png

デバイスの切り替え

スクリーンショット 2018-03-19 9.54.04.png

※要注意

xcodeが再起動しないと、更新/編集したコードはxcode simulatorに反映できなさそうです。。。。。これはちょっと面倒なところです。。。。。もっといい方法がご存知でしたら、教えてください。。。。!

13
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?