- RN项目在XCode升级后构建时遇到的问题
- 【React Native】报错 "error:Bui
- 升级Xcode后Rn运行老项目找不到模拟器:Could not
- Xcode 12 运行 React-Native 0.63.3
- Cannot initialize a parameter of
- 关于React Native报Cannot initialize
- 【React Native】报错 JavaScript vers
- Unknown argument type '__attribu
- 错误解析-'React/RCTBundleURLProvider
- ios 构建时出现Multiple commands produ
/Users/xxxxxxxxx/Library/Developer/Xcode/DerivedData/xxxxxxxxxxx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperRSocketResponder.o
/Users/xxxxxxxxx/xxxxxxx/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
在podfile 中,修改use_flipper!()为
use_flipper!({‘Flipper’ => ‘0.xx.0’}),xx为Flipper的最新版本就能解决了,我使用的是0.99.0版本
并重新pod install,
之后cd .. 再次运行 yarn run-ios
这个大坑跳进去一天了,终于出来了
网友评论