Replies: 1 comment
-
codemagic-error.mov |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart) + Shorebird
Problem description
This is a monorepo that was created with two top-level projects from the beginning:
Zaper_Admin→ web-only project (no ios/android folders)Zaper_Staff→ the real Flutter + Shorebird mobile app (containspubspec.yaml,shorebird.yaml,ios/,android/,lib/, etc.)Both projects appear after repository scan, but only Zaper_Admin is selectable. Zaper_Staff is always greyed out / not clickable in the Project path dropdown.
Because of this, every build fails immediately with:
Steps to reproduce
Zaper_AdminandZaper_Staffappear in the dropdownZaper_Staff→ it is greyed out / impossible to selectZaper_Admincan be chosenExpected results
Zaper_Staff(a perfectly valid Flutter + Shorebird project) should be selectable exactly likeZaper_Admin.Actual results
Zaper_Staffis always greyed out / not selectable. OnlyZaper_Admin(the web project) can be chosen.Additional notes
Zaper_Staffworks 100% locally:flutter build ios,flutter build appbundle, andshorebird patch ios/androidall succeedZaper_Staffcd Zaper_Staffdoes not help (predefined Flutter steps ignore it)CM_WORKDIR=Zaper_Staffworks partially but breaks later Shorebird and code-signing stepsBuild id (optional)
6932ddfa4bbc7f297b83206c
Request
Please either fix the detection logic so a valid Shorebird + Flutter project in a monorepo becomes selectable, or let me know exactly what is causing
Zaper_Staffto be rejected so I can rename/move files accordingly.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions