简体   繁体   中英

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. 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.

I typed in Parse in the Cocoapods Search Website but I can only find ParseUI.

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

pod 'Parse'

Try

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

in your Podfile

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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