文章
expo 打包ios ipa文件
浏览: 61评论: 0发布时间: 2025-12-18
npm install -g eas-cli用eas 本地打包依赖fastlane,没有可以安装
brew install fastlane 本地打包命令
eas build --platform ios --profile production --local --output ./my-app.ipa文章
npm install -g eas-cli brew install fastlane eas build --platform ios --profile production --local --output ./my-app.ipa