Xcode 13.2.1 when I try to archive my react native project from xcode it gives error Multiple commands produce. I tried almost every solution

1.8k views Asked by At

Multiple commands produce '/Users/mac/Library/Developer/Xcode/DerivedData/BehzadPhtographyProjct-hibcbeuckyuxhmdaockdldhnuyen/Build/Intermediates.noindex/ArchiveIntermediates/BehzadPhtographyProjct/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle':

  1. Target 'React-Core-60309c9c-AccessibilityResources' has create directory command with output '/Users/mac/Library/Developer/Xcode/DerivedData/BehzadPhtographyProjct-hibcbeuckyuxhmdaockdldhnuyen/Build/Intermediates.noindex/ArchiveIntermediates/BehzadPhtographyProjct/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle'
  2. Target 'React-Core-AccessibilityResources' has create directory command with output '/Users/mac/Library/Developer/Xcode/DerivedData/BehzadPhtographyProjct-hibcbeuckyuxhmdaockdldhnuyen/Build/Intermediates.noindex/ArchiveIntermediates/BehzadPhtographyProjct/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle'

I tried almost every solution, changes legacy, changes in pods, but still getting this error.

1

There are 1 answers

0
Murli Manohar Swami On

enter image description here

Deleting React-Core.common-AccessibilityResources in the Pods project worked for me.