Error when trying to archive using new build system in Xcode 10
Closed this issue · 1 comments
AlonZilb commented
For what I've found it's because both versions (10.0, 11.4) share the same build settings "Product name", what can I do about it?
(Cocoapods 1.6.0.beta 2)
Thank you!
--
Multiple commands produce '/Users/doc/Library/Developer/Xcode/DerivedData/Project-dmploethkfrsshdqgntaiiyrihlf/Build/Intermediates.noindex/ArchiveIntermediates/Project/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/UICKeyChainStore.framework':
- Target 'UICKeyChainStore-iOS11.4' has create directory command with output '/Users/doc/Library/Developer/Xcode/DerivedData/Project-dmploethkfrsshdqgntaiiyrihlf/Build/Intermediates.noindex/ArchiveIntermediates/Project/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/UICKeyChainStore.framework'
- Target 'UICKeyChainStore-iOS10.0' has create directory command with output '/Users/doc/Library/Developer/Xcode/DerivedData/Project-dmploethkfrsshdqgntaiiyrihlf/Build/Intermediates.noindex/ArchiveIntermediates/Project/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/UICKeyChainStore.framework'
--
kkishikawa-folio commented
@AlonZilb Thanks for reporting. I'll investigate it.