Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/real-jacket/mobile-debugging
debugging mobile h5 in app
https://github.com/real-jacket/mobile-debugging
Last synced: about 15 hours ago
JSON representation
debugging mobile h5 in app
- Host: GitHub
- URL: https://github.com/real-jacket/mobile-debugging
- Owner: real-jacket
- Created: 2022-11-19T12:38:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T10:37:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T04:51:50.015Z (almost 2 years ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mobile-debugging
debugging mobile h5 in app
## ios
参考文章: [构建基于 iOS 模拟器的前端调试方案](https://juejin.cn/post/6844904198648119304#heading-9)
### 基本思路
通过 macos 自带的模拟 + Safari Inspector 实现对 h5 页面的调试。
### 问题
- `simctl`命令不存在
`xcrun: error: unable to find utility "simctl", not a developer tool or in PATH`
解决办法参考:[xcrun unable to find simctl 解决](https://juejin.cn/post/6844903624485634061)