Ios 在react native App中,当创建pod文件时,目标为空

Ios 在react native App中,当创建pod文件时,目标为空,ios,cocoapods,Ios,Cocoapods,在我的react原生应用程序中,我想在 sudogem安装cocoapods。当我使用pod init命令创建pod文件时,pod文件缺少目标 下面是pod文件代码 # Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target ' ' do # Uncomment the next line if you're using Swift or woul

在我的react原生应用程序中,我想在 sudogem安装cocoapods。当我使用pod init命令创建pod文件时,pod文件缺少目标

下面是pod文件代码

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target '    ' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!

# Pods for  

end
因此,在安装pod框架时,其不工作