Running Swift 4 code on Xcode 8.3 - issue with Xcode Snapshot

I am encountering problems with an Xcode snapshot. I actually have Xcode 8.3.3, but I need to run the Swift 4 project. Updating OSX and Xcode is not an option for me.

I followed the accepted answer from here: Is it possible to compile Swift 4 on Xcode 8.x?

I downloaded the Xcode snapshot (latest release of December 30th toolchain) from https://swift.org/download/#snapshots

and made the necessary settings for the tool chain. However, I encounter a strange problem.

enter image description here

Again, to resolve this, I tried the accepted answer via the link. Failed to create the Objective-C module _SwiftUIKitOverlayShims

however, even this does not work. Please suggest where I am wrong.

0
source share

Source: https://habr.com/ru/post/1269443/


All Articles