-
This afternoon running my github action I got this error when compiling for mac (linux and windows work as expected) Someone has any suggestion?
Action job build-and-release-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- name: Install project dependencies
run: flutter pub get
- name: Generate locales
run: |
flutter pub global activate -s git https://github.com/jonataslaw/get_cli
get generate locales
- name: Build artifacts
run: |
pod repo update
flutter build macos --release
|
Beta Was this translation helpful? Give feedback.
Answered by
kahest
Sep 2, 2024
Replies: 1 comment 1 reply
-
Hey @paraflu we decided to deprecate release |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kahest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @paraflu we decided to deprecate release
8.33.0
ofsentry-cocoa
due to some reports of potential crashes. Please update yoursentry-dart
dependency to8.8.0
which already uses the fixedsentry-cocoa
release. Apologies for the disruption, but we feel it is the best course of action to prevent usage of this release.