Skip to content
Discussion options

You must be logged in to vote

Hello @hanandewa5, I noticed that your latest build was successful, although it was based on a different commit. So it's possible that some of the changes introduced in that commit resolved the issue.

For future builds, I recommend performing a cleanup of your project before pushing to Codemagic. This can help eliminate inconsistencies caused by caching or by .lock files containing old or stale dependencies. You can use the following commands locally:

rm pubspec.lock
cd ios
pod cache clean --all
rm -rf ~/Library/Caches/CocoaPods
rm -rf Pods
rm -rf Podfile.lock
rm -rf ~/Library/Developer/Xcode/DerivedData/*
pod deintegrate
flutter clean
flutter pub get
pod install

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@hanandewa5
Comment options

Answer selected by hanandewa5
Comment options

You must be logged in to vote
1 reply
@dam-ease
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants