質問編集履歴
5
追記3追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -146,6 +146,15 @@
|
|
146
146
|
## 追記3
|
147
147
|
|
148
148
|
```
|
149
|
-
sudo networksetup -
|
149
|
+
sudo networksetup -setv6off Wi-Fi
|
150
150
|
```
|
151
|
+

|
152
|
+
|
153
|
+
```
|
154
|
+
% sudo lsof -i :8001
|
155
|
+
|
156
|
+
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
|
157
|
+
node 29634 username 25u IPv6 0xa05254805d9ee579 0t0 TCP *:vcom-tunnel (LISTEN)
|
158
|
+
```
|
159
|
+
|
151
160
|
IPv6で待ち受けているのが原因みたいなので、mac本体のipv6をオフにしましたが特に変化ありませんでした。
|
4
追記3
title
CHANGED
File without changes
|
body
CHANGED
@@ -141,4 +141,11 @@
|
|
141
141
|
% sudo lsof -i :8001
|
142
142
|
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
|
143
143
|
node 7613 username 25u IPv6 0xa05254806aa2ab39 0t0 TCP *:vcom-tunnel (LISTEN)
|
144
|
-
```
|
144
|
+
```
|
145
|
+
|
146
|
+
## 追記3
|
147
|
+
|
148
|
+
```
|
149
|
+
sudo networksetup -setv6automatic Wi-Fi
|
150
|
+
```
|
151
|
+
IPv6で待ち受けているのが原因みたいなので、mac本体のipv6をオフにしましたが特に変化ありませんでした。
|
3
追記2
title
CHANGED
File without changes
|
body
CHANGED
@@ -133,4 +133,12 @@
|
|
133
133
|
assets/fontawesome-webfont.912ec66d7572ff821749319396470bde.svg 434 KiB [emitted] [big]
|
134
134
|
16 modules
|
135
135
|
|
136
|
+
```
|
137
|
+
|
138
|
+
## 追記2
|
139
|
+
`monaca debug`をした後にポートを確認したところ
|
140
|
+
```
|
141
|
+
% sudo lsof -i :8001
|
142
|
+
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
|
143
|
+
node 7613 username 25u IPv6 0xa05254806aa2ab39 0t0 TCP *:vcom-tunnel (LISTEN)
|
136
144
|
```
|
2
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,4 +18,119 @@
|
|
18
18
|
syscall: 'send',
|
19
19
|
address: '169.254.255.255',
|
20
20
|
port: 1337 }
|
21
|
+
```
|
22
|
+
|
23
|
+
##追記
|
24
|
+
USB接続を切って`monaca debug`したところ以下のようになりました。
|
25
|
+
ただiphone側の表示は変化ありません。
|
26
|
+

|
27
|
+
|
28
|
+
```
|
29
|
+
% monaca debug
|
30
|
+
|
31
|
+
Welcome to Monaca debug - Live-reload and debug in the real device
|
32
|
+
|
33
|
+
To get started, you need to install Monaca Debugger on your phone.
|
34
|
+
|
35
|
+
For Android Devices: Search and install "Monaca" in Google Play
|
36
|
+
For iOS Devices: Search and install "Monaca" in App Store
|
37
|
+
|
38
|
+
After installation, connect your device to the same WiFi network
|
39
|
+
and it will find this computer for pairing.
|
40
|
+
|
41
|
+
Debugging Guide (JavaScript Dev Tools)
|
42
|
+
https://docs.monaca.io/en/products_guide/debugger/debug/#monaca-debugger-with-monaca-local-development-tools
|
43
|
+
|
44
|
+
Troubleshooting Guide:
|
45
|
+
https://docs.monaca.io/en/products_guide/debugger/troubleshooting/
|
46
|
+
|
47
|
+
Start watching /Users/username/monaca_app/app_name/www
|
48
|
+
Waiting for Monaca Debugger connecting to 192.168.20.239:8001.
|
49
|
+
Running Transpiler...
|
50
|
+
|
51
|
+
|
52
|
+
> onsenui-v2-vue-minimum@3.0.1 monaca:debug /Users/username/monaca_app/app_name
|
53
|
+
> npm run watch
|
54
|
+
|
55
|
+
npm WARN invalid config loglevel="notice"
|
56
|
+
|
57
|
+
> onsenui-v2-vue-minimum@3.0.1 watch /Users/username/monaca_app/app_name
|
58
|
+
> webpack --watch --mode production
|
59
|
+
|
60
|
+
build [= ] 10%
|
61
|
+
webpack is watching the files…
|
62
|
+
|
63
|
+
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
|
64
|
+
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
|
65
|
+
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
|
66
|
+
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
|
67
|
+
You are using @apply rule and custom property sets.
|
68
|
+
This feature won't be included in the next major release of postcss-cssnext.
|
69
|
+
This most likely won't get any more support from browser vendors as the spec is yet considered deprecated and alternative solutions are being discussed.
|
70
|
+
Read more about the reason here https://github.com/pascalduez/postcss-apply.
|
71
|
+
Build completed in 11.025s
|
72
|
+
|
73
|
+
Hash: f740bd1afc50739d5a3b
|
74
|
+
Version: webpack 4.16.1
|
75
|
+
Time: 11033ms
|
76
|
+
Built at: 2019/03/15 11:52:26
|
77
|
+
Asset Size Chunks Chunk Names
|
78
|
+
assets/ionicons.19e65b89cee273a249fba4c09b951b74.eot 118 KiB [emitted]
|
79
|
+
assets/ionicons.dd4781d1acc57ba4c4808d1b44301201.ttf 184 KiB [emitted]
|
80
|
+
assets/ionicons.2c159d0d05473040b53ec79df8797d32.woff 66.3 KiB [emitted]
|
81
|
+
assets/ionicons.aff28a207631f39ee0272d5cdde43ee7.svg 326 KiB [emitted] [big]
|
82
|
+
assets/Material-Design-Iconic-Font.a4d31128b633bc0b1cc1f18a34fb3851.woff2 37.5 KiB [emitted]
|
83
|
+
assets/Material-Design-Iconic-Font.d2a55d331bdd1a7ea97a8a1fbb3c569c.woff 49.1 KiB [emitted]
|
84
|
+
assets/Material-Design-Iconic-Font.b351bd62abcd96e924d9f44a3da169a7.ttf 96.9 KiB [emitted]
|
85
|
+
assets/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot 162 KiB [emitted]
|
86
|
+
assets/fontawesome-webfont.af7ae505a9eed503f8b8e6982036873e.woff2 75.4 KiB [emitted]
|
87
|
+
assets/fontawesome-webfont.fee66e712a8a08eef5805a46892932ad.woff 95.7 KiB [emitted]
|
88
|
+
assets/fontawesome-webfont.b06871f281fee6b241d60582ae9369b9.ttf 162 KiB [emitted]
|
89
|
+
assets/fontawesome-webfont.912ec66d7572ff821749319396470bde.svg 434 KiB [emitted] [big]
|
90
|
+
assets/select-arrow.7666ad5100c5b47389a7847f76753883.svg 800 bytes [emitted]
|
91
|
+
assets/ios-search-input-icon.121708398e3ee97fba5bf0eacee69e53.svg 1.39 KiB [emitted]
|
92
|
+
assets/android-search-input-icon.ba5e7aa9ed8fa3020f6bf1c33d154017.svg 1.38 KiB [emitted]
|
93
|
+
app.bundle.js 1.58 KiB 0 [emitted] app
|
94
|
+
vendors~app.css 242 KiB 1 [emitted] vendors~app
|
95
|
+
vendors~app.bundle.js 435 KiB 1 [emitted] [big] vendors~app
|
96
|
+
runtime~app.bundle.js 1.42 KiB 2 [emitted] runtime~app
|
97
|
+
index.html 727 bytes [emitted]
|
98
|
+
[0] ./src/App.vue?vue&type=script&lang=js 350 bytes {0} [built]
|
99
|
+
[1] ./node_modules/babel-loader/lib??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=script&lang=js 362 bytes {0} [built]
|
100
|
+
[3] (webpack)/buildin/global.js 489 bytes {1} [built]
|
101
|
+
[4] ./src/App.vue?vue&type=template&id=7ba5bd90 + 1 modules 1.3 KiB {0} [built]
|
102
|
+
| ./src/App.vue?vue&type=template&id=7ba5bd90 194 bytes [built]
|
103
|
+
| ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=template&id=7ba5bd90 1.11 KiB [built]
|
104
|
+
[8] multi ./src/main.js 28 bytes {0} [built]
|
105
|
+
[9] ./src/main.js 659 bytes {0} [built]
|
106
|
+
[13] ./src/App.vue 1.01 KiB {0} [built]
|
107
|
+
+ 11 hidden modules
|
108
|
+
Child html-webpack-plugin for "index.html":
|
109
|
+
1 asset
|
110
|
+
[0] ./node_modules/html-webpack-plugin/lib/loader.js!./src/public/index.html.ejs 1.32 KiB {0} [built]
|
111
|
+
[2] (webpack)/buildin/global.js 489 bytes {0} [built]
|
112
|
+
[3] (webpack)/buildin/module.js 497 bytes {0} [built]
|
113
|
+
+ 1 hidden module
|
114
|
+
Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--4-1!node_modules/postcss-loader/lib/index.js??ref--4-2!node_modules/onsenui/css-components-src/src/onsen-css-components.css:
|
115
|
+
Asset Size Chunks Chunk Names
|
116
|
+
assets/select-arrow.7666ad5100c5b47389a7847f76753883.svg 800 bytes [emitted]
|
117
|
+
assets/ios-search-input-icon.121708398e3ee97fba5bf0eacee69e53.svg 1.39 KiB [emitted]
|
118
|
+
assets/android-search-input-icon.ba5e7aa9ed8fa3020f6bf1c33d154017.svg 1.38 KiB [emitted]
|
119
|
+
6 modules
|
120
|
+
Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--4-1!node_modules/postcss-loader/lib/index.js??ref--4-2!node_modules/onsenui/css/onsenui.css:
|
121
|
+
Asset Size Chunks Chunk Names
|
122
|
+
assets/ionicons.19e65b89cee273a249fba4c09b951b74.eot 118 KiB [emitted]
|
123
|
+
assets/ionicons.dd4781d1acc57ba4c4808d1b44301201.ttf 184 KiB [emitted]
|
124
|
+
assets/ionicons.2c159d0d05473040b53ec79df8797d32.woff 66.3 KiB [emitted]
|
125
|
+
assets/ionicons.aff28a207631f39ee0272d5cdde43ee7.svg 326 KiB [emitted] [big]
|
126
|
+
assets/Material-Design-Iconic-Font.a4d31128b633bc0b1cc1f18a34fb3851.woff2 37.5 KiB [emitted]
|
127
|
+
assets/Material-Design-Iconic-Font.d2a55d331bdd1a7ea97a8a1fbb3c569c.woff 49.1 KiB [emitted]
|
128
|
+
assets/Material-Design-Iconic-Font.b351bd62abcd96e924d9f44a3da169a7.ttf 96.9 KiB [emitted]
|
129
|
+
assets/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot 162 KiB [emitted]
|
130
|
+
assets/fontawesome-webfont.af7ae505a9eed503f8b8e6982036873e.woff2 75.4 KiB [emitted]
|
131
|
+
assets/fontawesome-webfont.fee66e712a8a08eef5805a46892932ad.woff 95.7 KiB [emitted]
|
132
|
+
assets/fontawesome-webfont.b06871f281fee6b241d60582ae9369b9.ttf 162 KiB [emitted]
|
133
|
+
assets/fontawesome-webfont.912ec66d7572ff821749319396470bde.svg 434 KiB [emitted] [big]
|
134
|
+
16 modules
|
135
|
+
|
21
136
|
```
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,9 +1,10 @@
|
|
1
|
-
monacaプロジェクトを作成して`monaca debug`すると、
|
1
|
+
monacaCLIでmonacaプロジェクトを作成して`monaca debug`すると、usbで接続したiphoneの
|
2
2
|
monacaデバッガーで「新しいコンピューターが見つかりました」と出ます。
|
3
3
|
そこで「ペアリング」を選択すると`ペアリングに失敗しました。コンピューター側のファイアーウォール設定を確認してください。`となりペアリング出来ません。
|
4
4
|
|
5
5
|
ファイアーウォールはoffになっています。
|
6
|
+
monaca previewをするとブラウザで正しく表示されます。
|
6
|
-
|
7
|
+
monacaCLIの再インストールなど試しました。
|
7
8
|
デバッガー側で検出されているPCのIPアドレスは問題なさそうです。
|
8
9
|
PC側では以下のようなエラーが出ていて、ipアドレスはPCのものと違います。
|
9
10
|
|