Do you have any libraries in your project? I think you are trying to covert your project with dependencies and there are problems in them with new swift version. Try to uncheck all dependencies except your project and convert to new version of Swift
Good afternoon,
After updating to the latest version of Xcode at the moment (version 10.0) the project is unable to build because it found some errors regarding some "Command CompileSwift failed with a nonzero exit code" error.
How do I solve …
After migrating my framework to Xcode 10 beta (10L176w) I started to get warnings like:
Mapping architecture arm64 to x86_64. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform.
... and:
Mapping …
I updated my Xcode but not able to build. It's failing with:
<unknown>:0: error: unable to load standard library for target 'arm64-apple-ios10.0-simulator'
Merge Script:
# 1
# Set bash script to exit immediately if any commands fail.
set -e
# 2
# …