iosparse-platformcocoapodsparse-server

Parse SDK / CocoaPods


I have an objective C iOS app using the Parse SDK. In the process of moving this app from Parse.com to a self hosted Parse-Server, I need to update the Parse SDK to the latest version. For this update I decided to go with CocoaPods.

This is the first time I touch CocoaPods (after reading and hearing so much good about it).

I found my way, following what I could read here and also based on a few CocoaPods tutorial I quickly viewed.

Having my project "ready", when buiding it I get this error:

#import <ParseUI/ParseUI.h>     -----> File not found.

Obviously things have changed place. And I tried a couple of unsuccessful solutions.

So here is my question: How do I need to change the settings of my project, now that I am using CocoaPods?


Solution

  • Note that the previous answer to this question suggested Cocoapods which is no longer supported.

    In order to use Parse iOS SDK you need to add it with the swift package manager. The full instructions are in the GitHub Readme.md.