Giter VIP home page Giter VIP logo

Comments (4)

tapwork avatar tapwork commented on August 11, 2024 1

@loudmouth sorry I didn't have enough time yet. will check this week

from contentful-persistence.swift.

loudmouth avatar loudmouth commented on August 11, 2024

Hi @tapwork, very strange...I just fired up a new project with the following Podfile and was able to build successfully. The versions were locked to Contentful 0.10.2 and ContentfulPersistenceSwift 0.7.0 as well.

#!/usr/bin/ruby

use_frameworks!
platform :ios, "8.0"

target 'TestPodInstall' do
  pod 'ContentfulPersistenceSwift', '~> 0.7.0'
end

I wonder if a deeper clean might help: I personally like to use a bundler managed cocoapods and add plugins to most projects including gem cocoapods-deintegrate and gem cocoapods-clean

You can run the following then to really clean all traces of your pods and reintegrate them

bundle exec pod deintegrate
bundle exec pod clean
bundle exec pod install

I've also attached the new project for convenience. I realize my comment may not be helpful, so my last addition to try is to use the master branch of ContentfulPersistenceSwift as it is using Contentful 1.0.0-beta1.

TestPodInstall.zip

from contentful-persistence.swift.

loudmouth avatar loudmouth commented on August 11, 2024

Hi @tapwork , have you been able to get the project to build, either at HEAD on the master branch of contentful-persistence.swift or with version 0.7.0 after deintegrating and reinstalling cocoapods?

from contentful-persistence.swift.

tapwork avatar tapwork commented on August 11, 2024

Fixed it. the issue was that I built all my Pods against Swift 3.2
And .filter{... of a Dictionary didn't return a Dictionary before Swift 4.
That was the reason.

from contentful-persistence.swift.

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.