Scheme "dev" not found from repository! Please reconfigure your project. #2636
Replies: 3 comments
-
Hello @sandrews-inc, schematic names are case-sensitive. Can you please double-check if your scheme is written in different capitalization? |
Beta Was this translation helpful? Give feedback.
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
-
I had the same issue since doing this migration: https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-app-developers Locally is everything working, but codemagic can't find the scheme. I reverted everything back like written in the migration guide and everything works fine again. I don't really need the swift package manager, i've just tested some things. I just wanted to mention this in case someone else is looking for the same problem. No need to reopen the ticket for me. |
Beta Was this translation helpful? Give feedback.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Run a build on my Flutter app with
--flavor dev
as a build option.I confirmed that both the .xcodeproj and the .xcworkspace specify the scheme.
Expected results
The build works locally and finds the scheme without issue.
Actual results
Build id (optional)
66968bed4d7f12809d2a4f48
Beta Was this translation helpful? Give feedback.
All reactions