Open5

CI/CD for Flutter w/ Bitrise

tetsuyatetsuya

The bundle Runner.app/Frameworks/App.framework does not support the minimum OS Version specified in the Info.plist

If you changed Deployment Target in your Xcode project, open ios/Flutter/AppframeworkInfo.plist in your Flutter app and update the MinimumOSVersion value to match.
Build and release an iOS app - Flutter

tetsuyatetsuya

Bitrise の ios-auto-provision でエラー発生。

Developer Portal authentication
Session loaded from environment variable is not valid. Continuing with normal login.
Two-factor Authentication (6 digits code) is enabled for account '[REDACTED]'
More information about Two-factor Authentication: https://support.apple.com/en-us/HT204915
If you're running this in a non-interactive session (e.g. server or CI)
check out https://github.com/fastlane/fastlane/tree/master/spaceship#2-step-verification
(Input `sms` to escape this prompt and select a trusted phone number to send the code as a text message)
(You can also set the environment variable `SPACESHIP_2FA_SMS_DEFAULT_PHONE_NUMBER` to automate this)
(Read more at: https://github.com/fastlane/fastlane/blob/master/spaceship/docs/Authentication.md#auto-select-sms-via-spaceship_2fa_sms_default_phone_number)
Please enter the 6 digit code:

これは https://app.bitrise.io/me/profile#/apple_developer_account から 2FA を通すことで修正可。