0

升级到最新的 react-native 产品后 -> Xcode 中缺少编辑方案。

我的 Podfile 如下所示

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

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

  # Pods for Helloworld

  target 'Helloworld-tvOSTests' do
    inherit! :search_paths
    # Pods for testing

  end

  target 'HelloworldTests' do
    inherit! :search_paths
    # Pods for testing
  end

end
4

0 回答 0