-
Notifications
You must be signed in to change notification settings - Fork 151
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
fix: "Encountered error while creating the IPA" may only be a warning #2859
Comments
The most relevant chunks from the logs: From the success, not using shorebird:
From the failure, using shorebird:
|
Hmm, I'm struggling to find a real error in that log. 🤔 @bryanoltman might know. |
It does appear to only be a warning https://github.com/shorebirdtech/flutter/blob/shorebird/dev/packages/flutter_tools/lib/src/commands/build_ios.dart#L518-L532 |
having the same problem |
Bryan has been working on adding tooling to help surface common errors from logs. Although I'm still not sure what the error is in these logs. Most often errors building for iOS are signing errors, so another thing to try might be |
App ID: com.tuftandpaw.app.staging
Description
flutter build
skims over the message "Encountered error while creating the IPA", whereshorebird release
halts.Steps To Reproduce
(Sorry, maybe later?)
Expected Behavior
shorebird release
should not halt on any warnings thatflutter build
doesn't halt on.Additional Context
Logs attached for a successful and unsuccessful run, with the only material difference being the use of
shorebird release
instead offlutter build
.flutter build iOS success.txt
shorebird release iOS failure.txt
The text was updated successfully, but these errors were encountered: