bazel-xcode / bazel-xcode/PodToBUILD

PromiseKit 4.5 does not build with pods.WORKSPACE

Open
#167 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
330
Forks
68
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.