Code: Select all
android git:(ci/32-update-cicd-pipeline) ✗ fastlane release_play_store
...
+-----------------------------------------------------------------------------------------------------+
| Used plugins |
+-------------------------------------------+---------+-----------------------------------------------+
| Plugin | Version | Action |
+-------------------------------------------+---------+-----------------------------------------------+
| fastlane-plugin-flutter_version | 1.1.15 | flutter_version |
| fastlane-plugin-firebase_app_distribution | 0.10.0 | firebase_app_distribution, |
| fastlane-plugin-get_new_build_number | 0.3.2 | get_new_build_name, get_new_build_number |
+-------------------------------------------+---------+-----------------------------------------------+
...
+----------------------------------------------------------------------------------------------------+
| Summary for get_new_build_number 0.3.2 |
+---------------------------+------------------------------------------------------------------------+
| package_name | com.daytistics.daytistics |
| google_play_json_key_path | /Users/leogall/development/repositories/leo-gall/daytistics/daytistic |
| | s/google_service_account.json |
+---------------------------+------------------------------------------------------------------------+
[10:49:13]: No build numbers found for track production (Google Play Store)
[10:49:14]: No build numbers found for track beta (Google Play Store)
[10:49:15]: Found '' version codes in track 'alpha'
[10:49:16]: Found '2' version codes in track 'internal'
...
[10:49:16]: Called from Fastfile at line 28
[10:49:16]: ```
[10:49:16]: 26: end
[10:49:16]: 27:
[10:49:16]: => 28: build_flutter_app(
[10:49:16]: 29: type: options[:type] || "appbundle",
[10:49:16]: 30: no_codesign: options[:no_codesign],
[10:49:16]: ```
[10:49:16]: comparison of NilClass with 0 failed
+---------------------------------------------------------------+
| fastlane summary |
+------+------------------------------------------+-------------+
| Step | Action | Time (in s) |
+------+------------------------------------------+-------------+
| 1 | opt_out_usage | 0 |
| 2 | default_platform | 0 |
| 3 | Switch to android build lane | 0 |
| 4 | Switch to android verify_env lane | 0 |
| 5 | is_ci | 0 |
| 6 | Switch to android build_flutter_app lane | 0 |
| 💥 | get_new_build_number | 4 |
+------+------------------------------------------+-------------+
[10:49:16]: fastlane finished with errors
Looking for related GitHub issues on fastlane/fastlane...
➡️ [match] add caching layer to significantly improve performance by up to 100x
https://github.com/fastlane/fastlane/pull/21694 [closed] 16 💬
04 Jan 2024
/Users/leogall/.local/share/fastlane/3.4.0/gems/fastlane-plugin-get_new_build_number-0.3.2/lib/fastlane/plugin/get_new_build_number/helper/get_new_build_number_helper.rb:74:in 'FastlaneCore::Helper::GetNewBuildNumberHelper.get_latest_build_number': [!] comparison of NilClass with 0 failed (ArgumentError)
from /Users/leogall/.local/share/fastlane/3.4.0/gems/fastlane-plugin-get_new_build_number-0.3.2/lib/fastlane/plugin/get_new_build_number/helper/get_new_build_number_helper.rb:9:in 'FastlaneCore::Helper::GetNewBuildNumberHelper.get_latest_build_number_from_params'
from /Users/leogall/.local/share/fastlane/3.4.0/gems/fastlane-plugin-get_new_build_number....
➜ android git:(ci/32-update-cicd-pipeline) ✗