when i'm trying to build the archive then i get this error. please help me out from this issues.
thanks

3 Answers
Please clear Derived data first
from xcode -> preferences -> locations -> Derived data -> move to bin and remove from bin as well.
Now do
flutter clean
flutter pub get
cd ios
pod install
pod update
and try to run app again
2 Comments
Sarwar Ahmed
yeah, i will do but it's not working for me.
Sarwar Ahmed
/bin/sh -c /Users/sarwarahmed/Library/Developer/Xcode/DerivedData/Runner-gaqkuxgcveeuuxgjtvlnelsvejcf/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/Runner.build/Release-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh Failed to package /Users/sarwarahmed/Desktop/User_App. Command PhaseScriptExecution failed with a nonzero exit code
