PromiseKit icon indicating copy to clipboard operation
PromiseKit copied to clipboard

Undefined symbols for architecture arm64 : PromiseKit

Open mnive93 opened this issue 2 years ago • 2 comments


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

mnive93 avatar Jul 27 '23 12:07 mnive93

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.

mxcl avatar Jul 27 '23 13:07 mxcl

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 avatar Jul 27 '23 14:07 RomanPodymov

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

RomanPodymov avatar May 11 '24 08:05 RomanPodymov