mxcl / PromiseKit

Promises for Swift & ObjC.
MIT License
14.23k stars 1.46k forks source link

Undefined symbols for architecture arm64 : PromiseKit #1322

Closed mnive93 closed 5 months ago

mnive93 commented 1 year ago

You read the guide but it didn’t help? OK, we’re here to help.

Undefined symbols for architecture arm64: "PromiseKit.conf.getter : PromiseKit.PMKConfiguration", referenced from: ld: symbol(s) not found for architecture arm64

mxcl commented 1 year ago

it's likely a build configuration issue specific to yourselves since we've had no other such reports.

does cleaning and rebuilding help at all?

So little changed between v6 and v8 that I don't really see how it could be related to that.

RomanPodymov commented 1 year ago

You read the guide but it didn’t help? OK, we’re here to help.

  • PromiseKit 8.0.0
  • We are building a third party library and integrated PromiseKit via cocoapods within our library. We are getting the following error when we try to link the generated xcFramework within our app. Is there any way we can add PromiseKit within our library? Any help will be appreciated. "

Undefined symbols for architecture arm64: "PromiseKit.conf.getter : PromiseKit.PMKConfiguration", referenced from: ld: symbol(s) not found for architecture arm64

Hello @mnive93 And what about PromiseKit 6?

RomanPodymov commented 5 months ago

Closing because we don't have enough context to reproduce this issue. You can reopen the issue with more details.