Taichi Yuki
Results
2
comments of
Taichi Yuki
Only during archive builds, the error `Command SwiftCompile failed with a nonzero exit code` occurs.
@hborla Sorry for the delay. this is full commands printed out. Please check out. I recently tried again with Xcode16.0 (swift5.10) and the same error. [sarah-production-SARAH (Production).log.zip](https://github.com/user-attachments/files/17053494/sarah-production-SARAH.Production.log.zip)
Only during archive builds, the error `Command SwiftCompile failed with a nonzero exit code` occurs.
@hborla I found one of the causes: if `Swift Compiler - Code Generation` -> `Optimization Level` in the Build Settings is `-Onone`, this error will not occur. Do you know...