fastlane: Upgrading from 2.174.0 to 2.176.0 results in `'api_key' value must be a Hash! Found String instead.`
New Regression Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read docs.fastlane.tools
- I searched for existing GitHub issues
Regression Information
- Breaking version:
2.176.0
- Last working version:
2.174.0
Regression Description
After updating our CI fails to upload to app store connect with error 'api_key' value must be a Hash! Found String instead.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 8
- Comments: 18 (8 by maintainers)
Yes, let’s close it.
@joshdholtz Just a thought, I’ve run into the same issue. APP_STORE_CONNECT_API_KEY is probably quite common. Would it make sense to make fastlanes variables prefixed to prevent others falling into this trap, the errors are quite cryptic.
FASTLANE_APP_STORE_CONNECT_API_KEY
or similar.I’ll give it a try and see.
Will look at! Thanks for ping 💪