kishikawakatsumi / UICKeyChainStore

UICKeyChainStore is a simple wrapper for Keychain on iOS, watchOS, tvOS and macOS. Makes using Keychain APIs as easy as NSUserDefaults.
http://kishikawakatsumi.com
MIT License
3.08k stars 383 forks source link

Error when trying to archive using new build system in Xcode 10 #169

Closed AlonZilb closed 4 years ago

AlonZilb commented 5 years ago

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': 1) 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' 2) 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 5 years ago

@AlonZilb Thanks for reporting. I'll investigate it.