Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with: Pod - New build system - where different project targets have different deployment versions #163

Open
Revanth-Kausikan opened this issue Oct 26, 2021 · 0 comments

Comments

@Revanth-Kausikan
Copy link

We have different project targets that have different deployment versions.

When running pod install, different pod targets are created with different names in this format: Localize-Swift-iOS<version>.
When archiving using the new build system, the compiler complains that multiple commands produce localize-swift.framework.

Full error description:

Multiple commands produce '/Users/me/Library/Developer/Xcode/DerivedData/<productName>-gqrwpkrplsfsnnfqokkumktsqfzn/Build/Intermediates.noindex/ArchiveIntermediates/<productName>-Production/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Localize_Swift.framework':
1) Target 'Localize-Swift-iOS12.1' has create directory command with output '/Users/me/Library/Developer/Xcode/DerivedData/<productName>-gqrwpkrplsfsnnfqokkumktsqfzn/Build/Intermediates.noindex/ArchiveIntermediates/<productName>-Production/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Localize_Swift.framework'
2) Target 'Localize-Swift-iOS14.0' has create directory command with output '/Users/me/Library/Developer/Xcode/DerivedData/<productName>-gqrwpkrplsfsnnfqokkumktsqfzn/Build/Intermediates.noindex/ArchiveIntermediates/<productName>-Production/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Localize_Swift.framework'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant