I encounter a problem that i try my best to resolve it, but i spend so much time it not working for me.
I don't have any idea to fix it. My project build on Xcode 9.1, libnama.a library is in a thirdParty for my project,called Faceunity, .a library added my project, Other Linker Flags i have added $(inherited)
Architectures set armv7 armv7s arm64 x86_64, used some other people's methods it always not ok!!!! I hope that if anyone have any idea maybe to fix please tell me, thanks!
Error:
Undefined symbols for architecture arm64: "_cblas_sgemm", referenced from: _cnn_run in libnama.a(cnn-arm64.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Other info: