NumPy-iOS icon indicating copy to clipboard operation
NumPy-iOS copied to clipboard

Error about undefined symbols

Open VotusX opened this issue 8 months ago • 0 comments

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

VotusX avatar Jun 05 '24 00:06 VotusX