-
Notifications
You must be signed in to change notification settings - Fork 148
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
Error on Building iOS locally and in pipeline #2704
Comments
I think we're probably not surfacing as much error output as we should be. If you run:
do you see anything more helpful there? |
(filed #2705) |
Hey @bryanoltman , This is the error thats surfacing now, I'm attaching the logs again for you to see if I missed anything
it looks like the issue is in the shorebird flutter package, for your reference, when archieving from xcode the build is done successfully |
Shorebird will be out for next week (US holidays). So we'd love to help, but are most likely to get back to you in a week or so. Thanks for reporting. |
We also improved our iOS error reporting in our 1.5.4 release, so trying the failing command again might give you more insights into what the issue is. |
Hey Guys, As suggested by you I have updated the shorebird to the newer release, however no new bugs ahve shown up, I have attached the logs below. @eseidel @bryanoltman |
Looks like a crash in the Flutter tool. Unclear if it's caused by shorebird or not. |
Looks like it's trying to read FLUTTER_BUILD_DIR and it's not set: |
@eseidel Is there something specific I need to do to have it set? , considering build succeeds when I use flutter build ipa and xcode archieve utility |
No, you shouldn't have to set anything. Maybe flutter/flutter#140845 or https://stackoverflow.com/questions/77259439/my-xcode-backend-dart-file-has-errors-when-trying-to-run-my-application have an answer? |
App ID: dcadf652-7fb4-4d26-9cd3-9b4c850ac58c
Description
We have newly integrated shorebird into our system, the release on android works amazing. however on iOS attempting to build locally or in our pipeline breaks with no clear issue. we are using flutter
3.24.5
.attached below is a copy of verbose logs from local machine and from pipeline. as well as the pipeline workflow
Steps To Reproduce
locally:
fvm flutter pub get
fvm dart run build_runner build --delete-conflicting-outputs
fvm dart fvm flutter pub run intl_utils:generate
shorebird release ios --flutter-version 3.24.5 --verbose
pipeline
Expected Behavior
Build to be done successfully
Screenshots
apologies for the text files but the output is very long
pipeline_build_logs.txt
local_build_logs.txt
The text was updated successfully, but these errors were encountered: