bazel-xcode / PodToBUILD

An easy way to integrate CocoaPods into Bazel
Apache License 2.0
323 stars 69 forks source link

PromiseKit 4.5 does not build with pods.WORKSPACE #167

Open edias opened 3 years ago

edias commented 3 years ago

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