-
-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
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
The iOS release is currently broken #1300
Comments
It seems to be Cocoapods and Sentry all over again. It would be nice to have a system to prevent this to happen at all deps updates.
|
Any idea on how to do it, also does it work when recreating the podfile.lock |
@M123-dev My suggestion: put a comment on the "sentry_flutter: ^6.4.0" line, like the one I put there: path: ^1.8.0 # careful with 1.8.1 because of https://github.com/flutter/flutter/issues/95478 That would prevent helpful Android users from upgrading dangerous packages even when it looks harmless to do so. |
Can anyone on MacOS run:
|
The CI uses macOS @monsieurtanuki, so we could insert it within, or even have a specific workflow triggered by anychange to pubspec.yaml, and that would open a branch with any changes generated by those 2 commands ? |
@teolemon Honestly I don't know anything about those "new" compilation tools. That said, if you're sure that the solution would be to call those 2 lines, you could integrate them to the process systematically: that would be a pointless step for Android but who cares? I've just run those 2 commands: pod update # 5 minutes
pod install # 10 seconds
pod update # 20 seconds
pod install # 10 seconds That means that once the big update is done, running the commands again takes less than a minute. But there were probably interesting messages that we would have dismissed with the automation:
and
|
Definitely no, all my knowledge on CocoaPods and iOS specific errors consist purely of other people's reports on the internet. |
In my case, as suggested by the iOS logs, I had to run |
Needs to be also added to ios-release-to-org-openfoodfacts-scanner.yml |
What
The text was updated successfully, but these errors were encountered: