【发布时间】:2021-06-23 05:55:27
【问题描述】:
我使用命令npx react-native init MyApp --template react-native-template-typescript 创建了一个新项目。
"dependencies": { "react": "17.0.1", "react-native": "0.64.0" }
当我运行npx react-native run-ios 时,它给了我以下错误。
我尝试用use_flipper!({ 'Flipper-Folly' => '2.3.0' }) 替换use_flipper!()
在 Podfile 中,然后删除 ios/Pods 和 ios/Podfile.lock。
当我运行 pod install 时,它再次抛出这样的错误。
【问题讨论】:
标签: ios react-native cocoapods flipper