mirror of
https://github.com/heysem-useinsider/Stringz.git
synced 2026-04-26 07:15:52 +03:00
[GH-ISSUE #12] error: Multiple commands produce about Intermediates.noindex #8
Labels
No labels
bug
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stringz#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wyk111wyk on GitHub (Jan 6, 2021).
Original GitHub issue: https://github.com/heysem-useinsider/Stringz/issues/12
After using auto save, Xcode project seems can not be compiled due to "Multiple commands produce".
The whole error message is as follow:
Multiple commands produce '/Users/amos/Library/Developer/Xcode/DerivedData/AmosTesla-brjlpcwfqjauwafxmmsqtqbgcnty/Build/Intermediates.noindex/Previews/AmosTesla/Products/Debug-iphonesimulator/.app':
SchemeBuildError: Failed to build the scheme "AmosTesla"
Multiple commands produce '/Users/amos/Library/Developer/Xcode/DerivedData/AmosTesla-brjlpcwfqjauwafxmmsqtqbgcnty/Build/Intermediates.noindex/Previews/AmosTesla/Products/Debug-iphonesimulator/.app':
Build system information:
error: Multiple commands produce '/Users/amos/Library/Developer/Xcode/DerivedData/AmosTesla-brjlpcwfqjauwafxmmsqtqbgcnty/Build/Intermediates.noindex/Previews/AmosTesla/Products/Debug-iphonesimulator/.app':
@heysem-useinsider commented on GitHub (Jan 6, 2021):
I'm not sure this error has something to do with Stringz, I did some research on this error and it looks like it's related to including your Info.plist in your bundle resources. Check this question out for more info.
If you still think this error is related to Stringz please help me by creating a sample app in which the error is occurring so I can use it for debugging.