mohakapt / Stringz

A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
https://github.com/mohakapt/Stringz
GNU General Public License v3.0
950 stars 46 forks source link

error: Multiple commands produce about Intermediates.noindex #12

Open wyk111wyk opened 3 years ago

wyk111wyk commented 3 years ago

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': 1) Target 'AmosTesla' has link command with output '/Users/amos/Library/Developer/Xcode/DerivedData/AmosTesla-brjlpcwfqjauwafxmmsqtqbgcnty/Build/Intermediates.noindex/Previews/AmosTesla/Products/Debug-iphonesimulator/.app' 2) Target 'AmosTesla' has create directory command with output '/Users/amos/Library/Developer/Xcode/DerivedData/AmosTesla-brjlpcwfqjauwafxmmsqtqbgcnty/Build/Intermediates.noindex/Previews/AmosTesla/Products/Debug-iphonesimulator/.app'

mohakapt commented 3 years ago

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.