Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PromiseKit 4.5 does not build with pods.WORKSPACE #167

Open
edias opened this issue Oct 3, 2020 · 0 comments
Open

PromiseKit 4.5 does not build with pods.WORKSPACE #167

edias opened this issue Oct 3, 2020 · 0 comments

Comments

@edias
Copy link

edias commented Oct 3, 2020

I'm trying to get PromiseKit 4.5 running with pods.WORKSPACE

new_pod_repository(
  name = "PromiseKit",
  url = "https://github.com/mxcl/PromiseKit/archive/4.5.0.zip",
  generate_module_map = 1,
)

but I'm getting

error: use of undeclared type 'Promise'

import PromiseKit

public extension Promise {}

5.0 and forward versions seems to work well

@edias edias changed the title Generics can not be inferred at compile time Generics on PromiseKit can not be inferred at compile time Oct 3, 2020
@edias edias changed the title Generics on PromiseKit can not be inferred at compile time PromiseKit 4.5 does not work with pods.WORKSPACE Oct 3, 2020
@edias edias changed the title PromiseKit 4.5 does not work with pods.WORKSPACE PromiseKit 4.5 does not build with pods.WORKSPACE Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant