# ios_test **Repository Path**: y_p_f/ios_test ## Basic Information - **Project Name**: ios_test - **Description**: 基于facebook-wda,并再此做了扩展,使用go-ios替换tidevice - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-04-28 - **Last Updated**: 2025-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## iOS 环境配置 ### 必备组件 - **macOS** 或 **Windows** 系统 - **go-ios** 工具(跨平台 iOS 设备管理工具) - **WebDriverAgent (WDA)** ### macOS 安装步骤 1. **安装 Xcode** - 从 App Store 下载安装 2. **安装 go-ios 工具** ```bash brew install libimobiledevice npm install -g go-ios ``` - 或者从github 下载已经打包好的[go-ios](https://github.com/danielpaulus/go-ios/releases),设置环境变量即可 3. **安装 WebDriverAgent** ```bash git clone https://github.com/appium/WebDriverAgent.git cd WebDriverAgent # 使用 Xcode 打开项目并签名 open WebDriverAgent.xcodeproj ``` - 在 Xcode 中为 WebDriverAgentLib 和 WebDriverAgentRunner 添加开发者签名