简体   繁体   English

是否有一个CocoaPods库用于解析?

[英]Is there a CocoaPods Library for Parse?

I downloaded an open source project via Cocoapods that I am modifying and I'm trying to add the Parse Framework but it seems I can not access the framework within the open source file located in the Pods Directory. 我通过Cocoapods下载了一个正在修改的开源项目,并且尝试添加Parse Framework,但似乎无法在Pods目录中的开源文件中访问该框架。 I have included the Parse framework in my own project directory where I can access the Parse framework within files located in my project directory but there's an error when I try to access it within the open source file...so I was wondering if there was a Cocoapods version of Parse. 我已经在自己的项目目录中包含了Parse框架,我可以在其中访问位于我的项目目录中的文件中的Parse框架,但是当我尝试在开放源代码文件中访问它时出现错误...所以我想知道是否存在Cocoapods版本的Parse。

I typed in Parse in the Cocoapods Search Website but I can only find ParseUI. 我在Cocoapods搜索网站上输入了Parse,但只能找到ParseUI。

我不知道为什么您没有看到它,但只要这样做:

pod 'Parse'

Try 尝试

pod 'Parse-iOS-SDK', '~> 1.3'

in your Podfile 在您的Podfile中

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM