Open codetronik opened 1 year ago
I have the same problem. I could only get it to work by building the app using xcodebuild like so: xcodebuild -sdk iphoneos17.2 -toolchain org.swift.5101202403041a
putting the build in my deriveddata folder of xcode for the app and then running Product > perform action > run without building
on Xcode.
The error below occurs when building a swift app in Xcode. The target device is iPhone12 mini Objective C App builds well.
Unsupported Configuration
The Swift standard library from the toolchain cannot be used on devices. Select a macOS or simulator run destination instead, or use a dirrent toolchain that only provides the compiler.
The options for compiling the toolchain are as follows.
Am I missing something? And the above build method does not generate arm64e-apple-ios related files. arm64-apple-ios is created.