「Fastlane/セットアップ/ios」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→iosでのセットアップ) |
(→iosでのセットアップ) |
||
行3: | 行3: | ||
$ fastlane init | $ fastlane init | ||
+ | |||
+ | <pre> | ||
+ | What would you like to use fastlane for? | ||
+ | 1. 📸 Automate screenshots | ||
+ | 2. 👩✈️ Automate beta distribution to TestFlight | ||
+ | 3. 🚀 Automate App Store distribution | ||
+ | 4. 🛠 Manual setup - manually setup your project to automate your tasks | ||
+ | </pre> | ||
+ | とりあえずTestFlightの自動化で、2を選択 | ||
+ | |||
+ | <pre> | ||
+ | Apple ID Username: | ||
+ | Password: ******** | ||
+ | Please enter the 6 digit code: | ||
+ | </pre> | ||
+ | Apple IDや6codeなどを入れる | ||
+ | |||
+ | <pre> | ||
+ | Multiple App Store Connect teams | ||
+ | 1) "hoge inc" (122xxxxxx) | ||
+ | 2) "hogetaro" (118xxxxxx) | ||
+ | Multiple teams found on the Developer Portal, please enter the number of the team you want to use: | ||
+ | 1) Nxxxxxxxxx "hoge inc" (Company/Organization) | ||
+ | 2) 8xxxxxxxxx "hogetaro" (Individual) | ||
+ | </pre> | ||
+ | teamsが複数あるときは、設定したいteamを選択 | ||
==TestFlightへのベータ版配布を自動化== | ==TestFlightへのベータ版配布を自動化== |
2023年8月30日 (水) 10:02時点における版
iosでのセットアップ
Unity-iPhone.xcworkspaceがある場所に移動してから
$ fastlane init
What would you like to use fastlane for? 1. 📸 Automate screenshots 2. 👩✈️ Automate beta distribution to TestFlight 3. 🚀 Automate App Store distribution 4. 🛠 Manual setup - manually setup your project to automate your tasks
とりあえずTestFlightの自動化で、2を選択
Apple ID Username: Password: ******** Please enter the 6 digit code:
Apple IDや6codeなどを入れる
Multiple App Store Connect teams 1) "hoge inc" (122xxxxxx) 2) "hogetaro" (118xxxxxx) Multiple teams found on the Developer Portal, please enter the number of the team you want to use: 1) Nxxxxxxxxx "hoge inc" (Company/Organization) 2) 8xxxxxxxxx "hogetaro" (Individual)
teamsが複数あるときは、設定したいteamを選択
TestFlightへのベータ版配布を自動化
$ fastlane init What would you like to use fastlane for? 1. 📸 Automate screenshots 2. 👩✈️ Automate beta distribution to TestFlight 3. 🚀 Automate App Store distribution 4. 🛠 Manual setup - manually setup your project to automate your tasks
2を選択