【发布时间】:2022-08-22 22:20:23
【问题描述】:
我创建了一个 react-native 项目并向其中添加了 Firebase 库。之后,当我尝试npx react-native run-ios 时,构建失败并显示以下消息。
CompileSwift normal x86_64 (in target \'ExpoModulesCore\' from project \'Pods\')
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target \'ExpoModulesCore\' from project \'Pods\')
我试过pod clean and pod install, pod deintegrate 等。清理了xcode rm -rf ~/Library/Developer/Xcode/DerivedData 没什么用,我的React Native version 0.64.3
也重新启动了我的笔记本电脑:)
-
您是否设法克服了这个问题?
标签: ios xcode react-native expo