Scheme "production" not found from repository! Please reconfigure your project. #3308
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
I don't know what happen here. after i change to xcode 26.0.1 and flutter 3.32.8. It's always failed on step Installing dependencies
Expected resultsI don't what happen in codemagic. But in my local it's working. and checked my schemes using xcodebuild -list: Actual results
I don't know what happen here. after i change to xcode 26.0.1 and flutter 3.32.8. It's always failed on step Installing dependencies
Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
hello @anggiedwarsa if the project compiles successfully on your local machine then is probably related to differences in the lockfile or dependency resolution between your local environment and the build environment. So my suggestion would be to first locally remove/recreate your pubspec.lock and podfile.lock files. Then commit the changes and retry the build. Try running this locally let me know how it goes |
Beta Was this translation helpful? Give feedback.




@anggiedwarsa please try adding
flutter pub getto the Post-clone script section and re-run the build