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

Carthage build pulling in PromiseKit 6.8.x #40

Open
m11m opened this issue Mar 14, 2019 · 0 comments
Open

Carthage build pulling in PromiseKit 6.8.x #40

m11m opened this issue Mar 14, 2019 · 0 comments

Comments

@m11m
Copy link

m11m commented Mar 14, 2019

My app was crashing and I'm pretty sure it was because Carthage was pulling in AwaitKit 6.8.3.

dyld: lazy symbol binding failed: Symbol not found: _$S10PromiseKit8ThenablePAAE4then2on5flags_AA0A0Cy1TQyd__GSo17OS_dispatch_queueCSg_8Dispatch0J13WorkItemFlagsVSgqd__AIQzKctAaBRd__lFfA0_
  Referenced from: Frameworks/AwaitKit.framework/AwaitKit
  Expected in: Frameworks/PromiseKit.framework/PromiseKit

dyld: Symbol not found: _$S10PromiseKit8ThenablePAAE4then2on5flags_AA0A0Cy1TQyd__GSo17OS_dispatch_queueCSg_8Dispatch0J13WorkItemFlagsVSgqd__AIQzKctAaBRd__lFfA0_
  Referenced from: Frameworks/AwaitKit.framework/AwaitKit
  Expected in: Frameworks/PromiseKit.framework/PromiseKit

I added the following to my Cartfile and the issue was resolved.

github "mxcl/PromiseKit" == 6.7.1

Thought you might like to know, Thanks, cool library. :)

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