@VrianCaoCherry Studio iOS App 编译+安装到 iPhone 快速指南 中发帖

先决条件 / Precondition
a. 一台 Mac
b. 已安装 Xcode (App Store or Apple Developer )
c. 已安装 bun ( npm install -g bun )
d. 已安装 Watchman ( brew install watchman )
e. 已安装 git
f. 已安装 CocoaPods
准备 / Preparation

在 Xcode 中安装 iOS 模拟器
将你的 iPhone 开启开发者模式
在 Xcode 中登录 Apple Account

开始构建与安装 / Build & Installation
git clone https://github.com/CherryHQ/cherry-studio-app.git

cd cherry-studio-app

bun install

npx ...