Skip to content

Error about undefined symbols #11

@VotusX

Description

@VotusX

Hey there,

I've added the package normally via the manager and on the first try to build and run, it failes with the following errors:

Undefined symbols for architecture arm64:
  "_PyDescr_IsData", referenced from:
      ___Pyx_Coroutine_Send in libnumpy.a(_common.cpython-310-darwin.so.o)
  "_PyIter_Send", referenced from:
      ___Pyx_Generator_Next in libnumpy.a(_common.cpython-310-darwin.so.o)
      ___Pyx_Coroutine_Send in libnumpy.a(_common.cpython-310-darwin.so.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I've set "Build Active Architecture Only" to "Yes" as suggested in another case of this error, but the issue still persists. Also, I've tried removing and re-adding the package which did not help. I'm using Xcode 14.2 and am trying to build for iOS 14.2 minimum deployment target if this info is of any help.

Any help/advice would be greatly appreciated.
Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions