PodToBUILD icon indicating copy to clipboard operation
PodToBUILD copied to clipboard

PromiseKit 4.5 does not build with pods.WORKSPACE

Open edias opened this issue 4 years ago • 0 comments

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 avatar Oct 03 '20 08:10 edias