Coder Social home page Coder Social logo

Comments (2)

npahucki avatar npahucki commented on August 19, 2024

I had the same hell. It's because they changed the name of the Parse SDK so there are indeed two different Parse-SDKs in CocoaPods with different names. The only way I could solve this was to make a copy of the pod file and use the git=> directive in my pod file. Hopefully the author fixes this soon, but it looks like he has not been active on this project for a while.

Have a look here: https://github.com/npahucki/Parse-NSCoding/blob/master/Parse%2BNSCoding.podspec and https://github.com/npahucki/PFCloud-Cache/blob/master/PFCloud%2BCache.podspec

I then had to change my pod file like this:

pod 'Parse+NSCoding', :git => 'https://github.com/npahucki/Parse-NSCoding.git', :commit => '744ba670dfe64913c40cd6cbf8c9cafdb13aa383'
pod 'PFCloud+Cache', :git => 'https://github.com/npahucki/PFCloud-Cache.git', :commit => 'b75e5f8856a2e7c12897cfad423c75684df00589'

HTH

from parse-nscoding.

fatuhoku avatar fatuhoku commented on August 19, 2024

The 'authoritative' Parse pod have now been unified. See CocoaPods/Specs#11294

I started an issue: #19 which will resolve these Parse pod versions.

@npahucki's workaround will have to do for now! I did something more radical: just included the project sources into my project.

from parse-nscoding.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.