We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cca5b5 commit 138e91aCopy full SHA for 138e91a
1 file changed
_posts/2017-07-04-Xcode9-无线调试功能.md
@@ -0,0 +1,35 @@
1
+---
2
+layout: post
3
+title: Xcode9 无线调试功能
4
+subtitle: zsh的快速配置
5
+date: 2017-07-04
6
+author: BY
7
+header-img: img/post-bg-iWatch.jpg
8
+catalog: true
9
+tags:
10
+ - Xcode
11
+ - 开发技巧
12
13
+
14
+> 支持:Xcode 9 及 iOS 11
15
16
+使用数据线连接 iPhone 到电 Mac,Mac 和 iPhone 必须在同一个局域网
17
18
+### 1. 打开设备列表
19
20
+使用快捷键盘 `⇧⌘2`
21
+或 在 Xcode 菜单栏选择 Window > Devices and Simulators,打开设备列表
22
23
+
24
25
+### 2. 勾选在线调试按钮
26
27
+
28
29
+
30
31
+### 3. 拔掉数据线
32
33
+这时就可以无线调试了。
34
35
+
0 commit comments