Scheme "dev" not found from repository! Please reconfigure your project. #2192
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Steps to reproduce![]() Expected resultsTo build a build Actual resultsflutter build appbundle --release --flavor dev All this commands works local, can you help me to fix this please 🙏 Build id (optional)654e6ca89e3633333475ff06 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
same problem |
Beta Was this translation helpful? Give feedback.
-
@BrilliantAI-LLC try to share your envs in Xcode |
Beta Was this translation helpful? Give feedback.
-
I am facing the same issue with using build parameters as it is mention in codemagic documentation: Error is: Any idea on how to fix this ? I am currently trying to use it this way:
|
Beta Was this translation helpful? Give feedback.
-
I wanted to add my 10 cents to this as I actually spent so long trying to understand what was happening to our own similar issue. We were getting this issue: Scheme "dev" not found from repository ever since we added a iOS widget extension to our project. While everything built fine locally, it failed on CodeMagic. After extensive digging I tried to see what was being seen differently from our local to CM but checking
This brought me to our This worked for us. |
Beta Was this translation helpful? Give feedback.
I've already managed to fix it, everything was fine, I just had the schematic names in upper case and they should be in lower case, now it works as expected 😅