LucianoPAlmeida / variable-injector

Continuous Integration Tool for Swift Projects
MIT License
100 stars 20 forks source link

Build failed randomly in xcode 13.1 #22

Closed justBA closed 2 years ago

justBA commented 2 years ago

When i build on xcode 12.4 everything is fine. But when i update to xcode 13 and this error happens.

remark: Incremental compilation has been disabled: it is not compatible with whole module optimization error: input file '/Users/justtttBA/Documents/code/DemoProject/ios/ContactPicker/Secrets/EnvironmentSecrets-generated.swift' was modified during the build error: input file '/Users/justtttBA/Documents/code/DemoProject/ios/ContactPicker/Secrets/EnvironmentSecrets-generated.swift' was modified during the build Command CompileSwiftSources failed with a nonzero exit code

LucianoPAlmeida commented 2 years ago

Can you provide the version you are using? To work with Xcode 13 we have to use the latest #0.3.5 :)

justBA commented 2 years ago

I think that my problem when i tried to remove old generated file when it run script manually, force copy solve my problem. Thanks