CocoaPods - 无法找到“MobileCenter”的规范

CocoaPods - Unable to find a specification for `MobileCenter`

无法使用 CocoaPods 添加 MobileCenter。 CocoaPods 无法找到 MobileCenter 的规范。

播客文件

platform :ios, '8.0'

target 'VisualStudioMobileCenterDemo' do
    pod 'MobileCenter'
end

错误

如果您使用 Cocoapods 在您的应用程序中安装 Mobile Center,并且 运行 出现消息错误 - 无法找到 MobileCenter 的规范,运行

$ pod repo update

在您的终端中。它将为您同步最新的 podspec 文件。然后试试

$ pod install

应该在您的应用中安装 Mobile Center 模块。