Flutter项目在高版本Xcode(13.2.1)运行报错(error: module compiled with Swift 5.5.1 cannot be imported by the ...

定位:Xcode系统的Bug

Xcode默认运行环境配置斑斑呢,切换低版本Xcode运行没问题,方法如下:

选择13.0版本,下载地址:https://developer.apple.com/download/all/?q=xcode

切换版本时会输入密码,正常输入即可,查看版本命令:xcodebuild -version

切换Xcode13.0版本:sudo xcode-select -s   13.0版本路径如( /Users/apple(用户名)/Downloads/Xcode.app/Contents/Developer)

切换原环境版本:sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

这样就可以正常的切换了。

你可能感兴趣的:(Flutter项目在高版本Xcode(13.2.1)运行报错(error: module compiled with Swift 5.5.1 cannot be imported by the ...)