I have the same issue like https://stackoverflow.com/questions/69413667/xcode-13-compiling-old-swiftui-with-error-of-command-compileswiftsources-failed. I can run, build, and archive with all previous version of Xcode without any problem. However, Apple does not allow to upload ipa not-built with SDK15, therefore, I have to use Xcode 13 to build my app. Does anyone know how to fix this issue? My project does not use Pods at all.
SWiftUI built with Xcode 13 stuck, force stop and showing Command CompileSwiftSources failed with a nonzero exit code
Add a Comment