Hi, I'm new to XCode, i'm trying to archive my app to publish it to the app store But i encouter the following error :
Multiple commands produce '/Users/simonjoseph/Library/Developer/Xcode/DerivedData/Runner-glgdcyvujqpuwefxlojkcmlcbtgx/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/GoogleUtilities.framework'
Target 'GoogleUtilities-00567490' (project 'Pods') has create directory command with output '/Users/simonjoseph/Library/Developer/Xcode/DerivedData/Runner-glgdcyvujqpuwefxlojkcmlcbtgx/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/GoogleUtilities.framework'
Target 'GoogleUtilities-54e75ca4' (project 'Pods') has create directory command with output '/Users/simonjoseph/Library/Developer/Xcode/DerivedData/Runner-glgdcyvujqpuwefxlojkcmlcbtgx/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/GoogleUtilities.framework'
The build is working fine but it's when i want to archive my build that i have this error, yesterday it was working fine multiple time in a row. Also i try the following :
- Remove the .plist file in my Runner Target in Build Phases>Copy Bundle Ressources
- Install again my pods :
pod deintegrate
pod install
Any idea how to solve this ?