We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shorebird_release(platform: "ios") upload_to_testflight(ipa: "../build/ios/ipa/fastlane_test.ipa") sentry_debug_files_upload( auth_token: ENV["SENTRY_AUTH_TOKEN"], org_slug: 'org', project_slug: 'project', dsym_path: '../build/ios/archive/Runner.xcarchive/dSYMs' )
shorebird_release(platform: "ios") upload_to_testflight() sentry_debug_files_upload( auth_token: ENV["SENTRY_AUTH_TOKEN"], org_slug: 'org', project_slug: 'project', )
https://github.com/dotdoom/fastlane-plugin-flutter/blob/0759c476132409cc1dce6a2337c5a7579e3acb5d/lib/fastlane/plugin/flutter/actions/flutter_build_action.rb#L119-L132
flutter build ipa> build success xcarchive, build fail ipa should be fail, but not. dotdoom/fastlane-plugin-flutter#35
flutter_build can't parse built file path after upstream Flutter change dotdoom/fastlane-plugin-flutter#37
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Current
Should be
Refs
Fastlane
Android
Ios
Sentry
Flutter
Android
Ios
https://github.com/dotdoom/fastlane-plugin-flutter/blob/0759c476132409cc1dce6a2337c5a7579e3acb5d/lib/fastlane/plugin/flutter/actions/flutter_build_action.rb#L119-L132
flutter build ipa> build success xcarchive, build fail ipa should be fail, but not. dotdoom/fastlane-plugin-flutter#35
flutter_build can't parse built file path after upstream Flutter change dotdoom/fastlane-plugin-flutter#37
The text was updated successfully, but these errors were encountered: