Participated in an iOS application development project for the first time. I got an error when I tried to load an existing iOS project and build it, so I write it as a memorandum.
I got an error when I tried to load an existing iOS project with Xcode and build it.
Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.1 compiler: /Users/xxxxxxx/Desktop/project/Carthage/Build/iOS/Tabman.framework/Modules/Tabman.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
$ brew install carthage
Open Xcode and open [Xcode> Preferences> Locations] from the menu. Select any Xcode from the Command Line Tools pull-down.
$cd project root path
$ carthage update --platform iOS
Recommended Posts