问题: [!] `Podfile` 文件无效: Pod::Podfile::FlipperConfiguration 为未初始化常量。
作者: mhkasif创建于 2024年4月24日更新于 2024年11月22日
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
Resolve react_native_pods.rb with node to allow for hoisting
require Pod::Executable.execute_command('node', ['-p', 'require.resolve( "react-native/scripts/react_native_pods.rb", {paths: [process.argv[1]]}, )', dir]).strip
内容来源: facebook/flipper