Git Product home page Git Product logo

Comments (7)

shoumikhin avatar shoumikhin commented on April 28, 2024 6

Thank you for filing the issue, Ken!

We've been wrangling with CocoaPods for a few days already, and still couldn't come up with a proper Spec for Swift that wouldn't also break Bazel and Swift PM.

We've filed an issue on CocoaPods and are looking forward for any suggestions from the community. It has more details about the issues we're facing. We'll definitely keep you posted on the progress.

Thanks.

from promises.

shoumikhin avatar shoumikhin commented on April 28, 2024 4

Hey guys, thanks a lot for your patience and sorry for the delay!

Hopefully, we've finally got CocoaPods support for Swift now. Please refer the docs and close the issue once you confirm everything works properly. Or reply here if you still experience issues.

Regarding iOS 8, the only dependency Promises has is GCD and some basic containers from Foundation, so I don't think there're any real limitations on what version of iOS we can potentially support. We specify 9.0 in podspec just because it seems old enough. Let us know if that's a concern for you and we can think about adjusting it to older versions.

Thanks.

from promises.

 avatar commented on April 28, 2024 2

Hey everyone,
Was able to successfully install the 'PromisesSwift' pod into an all Swift project. Will go ahead and close this issue.

Thanks again for everyone's patience!

from promises.

kenlaws avatar kenlaws commented on April 28, 2024 1

Thank you for the reply.

Hmmm. So I'm not crazy. There actually is an issue. How refreshing!

from promises.

ehyche avatar ehyche commented on April 28, 2024

I am facing the same issue. My Podfile looks like:

platform :ios, '9.0'

target 'GooglePromises' do
  use_frameworks!

  # Pods for GooglePromises
  pod 'PromisesObjC', '~> 1.0'
end

and when I do a "pod install", then open the workspace, and build, then it builds OK. But once I include:

import FBLPromises

into one of my project Swift files, then I get the compilation error:

'DotSyntax/FBLPromise+DotSyntax.h': file not found

at line 17 in FBLPromise+DotSyntax+All.h

from promises.

 avatar commented on April 28, 2024

Any updates on this ?

from promises.

bigbangbear avatar bigbangbear commented on April 28, 2024

whether platform support ios 8?

from promises.

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.