【问题标题】:Adding Mongodb to ios project将MongoDB添加到ios项目
【发布时间】:2018-11-26 23:14:03
【问题描述】:

我目前正在将 monogodb 添加到我的 ios 项目中。在按照提供的指令stitch mongodb进行操作后,我在pod安装StitchCoreSDK时被卡住了。它应该创建一个 xcworkspace 文件,但它没有。相反,我收到以下消息。 enter image description here

我创建的 podfile 如下

# Uncomment the next line to define a global platform for your project
platform :ios, '11.4'
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'paotuaniOS' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks

  # Pods for paotuaniOS
  pod 'Nexmo-Stitch'
  pod 'StitchSDK', '~> 4.0.5'
  target 'paotuaniOSTests' do
    inherit! :search_paths
    # Pods for testing
  end

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

end

谁能帮我解决这个问题? 谢谢!!!

【问题讨论】:

    标签: cocoapods mongodb-stitch


    【解决方案1】:

    我之前遇到过这个问题。回购有问题。回购已更新。请使用

    pod 'StitchSDK', '~> 4.1.1'
    

    【讨论】:

      猜你喜欢
      • 2012-05-02
      • 1970-01-01
      • 1970-01-01
      • 2021-09-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多