Swift编译错误:找不到模块映射文件+缺少必需的模块'SwiftShims'

时间:2020-02-22 21:56:12

标签: swift xcode cocoapods swiftcharts

错误地运行Pod更新后,我仍然收到这些错误。 我花了最后几天寻找解决方案,但没有帮助,

1)How to fix cocoapod .modulemap file not found

2)missing required module 'SwiftShims' error generated by Xcode in project

在这些Q和其他一些SO Q中对所有提到的解决方案进行了尝试,无济于事。

错误:

<unknown>:0: error: module map file '/Users/admin/Library/Developer/Xcode/DerivedData/Demo- 
dkfcfedygluokngempogitocknga/Build/Products/Debug-iphonesimulator/Charts/Charts.modulemap' not found
<unknown>:0: error: module map file '/Users/admin/Library/Developer/Xcode/DerivedData/Demo- 
dkfcfedygluokngempogitocknga/Build/Products/Debug-iphonesimulator/Charts/Charts.modulemap' not found
<unknown>:0: error: missing required module 'SwiftShims'

这是我的Podfile:

target "Demo" do
pod 'Firebase/Core'
pod 'Firebase/MLVision'
pod 'Firebase/MLVisionTextModel'
pod 'Charts', '3.2.0'
end

我正在运行MacOS 10.13.6和Xcode 10.1,可可豆荚版本是1.7.1

1 个答案:

答案 0 :(得分:0)

尝试从.xcodeproj而不是.xcworkspace编译时出现错误

(使用Okta构建React Native)