Open codetronik opened 11 months ago
Maybe you can try utils/build-toolchain
script.
if you use build-script , add "Apple" in version string.
Maybe you can try
utils/build-toolchain
script.
@WindowsMEMZ Do you happen to know which command in build-toolchain is responsible? We use custom build-script based buildsystem and encountered the exact same issue
grepping through Swift sourcecode doesn't seem to show where that error comes from or the regex used for the version detection
complier-vendor=apple is the reason
Maybe you can try
utils/build-toolchain
script.@WindowsMEMZ Do you happen to know which command in build-toolchain is responsible? We use custom build-script based buildsystem and encountered the exact same issue
grepping through Swift sourcecode doesn't seem to show where that error comes from or the regex used for the version detection
build-toolchain actually calls the build-script inside. You can open this script by text editor to see how it works.
When I try to build an ios app on Xcode, I get the error below. Could not parse Swift versions from: Swift version 5.9 (swift-5.9-RELEASE)
I checked the version of custom toolchain.
Below is the version of the Xcode's original toolchain.
The options for compiling the toolchain are as follows.
Am I missing something?