Eric Seidel
Eric Seidel
I'm working on rolling out 3.38.3 right now: https://github.com/shorebirdtech/shorebird/issues/3398
This is the same problem of missing a FLUTTER_BUILD_DIR: https://github.com/shorebirdtech/flutter/blob/5d7eab0b8cc0146649c1c37cd1e1968c97d9e5dd/packages/flutter_tools/bin/xcode_backend.dart#L341 Not really sure why.
I'd be happy to jump on a call or discuss live over Discord if either could help. https://calendly.com/eseidel
But it appears that somehow FLUTTER_BUILD_DIR isn't being set. It sounds like `flutter build` is working but `shorebird release` is not?
I recommend looking at the output of: `grep -i FLUTTER_ ios/Runner.xcodeproj/project.pbxproj`. My guess is that you may have FLUTTER_ environment variables hard-coded in your xcodeproj. All FLUTTER_ variables are supposed...
Nah, those look fine, thanks fo rchecking.
Worked with Omar this morning. Decided this was https://github.com/flutter/flutter/issues/138795. He regenerated his projects with `flutter create` and is working on setting them up again as he needs, but they seem...
fix: if payment fails with stripe and then user corrects it their account doesn't update for an hour
I believe this was the user to most recently report such: https://admin.shorebird.dev/users/9273 (internal link)
fix: if payment fails with stripe and then user corrects it their account doesn't update for an hour
My understanding is that when stripe completes a transaction, it calls our webhook. I suspect there is a differnet type of message for paying an outstanding invoice that we don't...
Their use case is that they would like to be able to handle rollbacks from within their existing CI interfaces separate from Shorebird's dashboard.