1

在错误地运行 pod update 后,我不断收到这些错误。花了最后几天寻找解决方案,但没有任何帮助,我的一些尝试:

1)如何修复 cocoapod .modulemap 文件未找到

2)项目中 Xcode 生成的缺少必需模块 'SwiftShims' 错误

尝试了这些 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

我正在使用 Xcode 10.1 运行 MacOS 10.13.6,Cocoa pods 版本是 1.7.1

4

1 回答 1

1

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

(使用 Okta 构建 React Native)

于 2020-11-16T11:50:49.373 回答