This commit is contained in:
leedongmyung 2025-08-13 16:50:29 +09:00
parent 9bd79312a7
commit 3554763a30

View file

@ -95,7 +95,7 @@ class BuildiOS extends Command {
' && fastlane run latest_testflight_build_number app_identifier:$appID version:$version platform:ios api_key_path:"$apiKeyPath" team_id:"$teamID"');
process = await ProcessExecutor.run(shell);
arr = process.stdout.toString().split('\n');
result = 'RESULT: ';
result = 'Result: ';
for (var item in arr) {
if (item.contains(result)) {
targetBuildNumber =