Hello
I'm using functions from the Accelerate framework in my app as mentioned in this developer documentation:
https://developer.apple.com/documentation/accelerate/solving_systems_of_linear_equations_with_lapack
I've built the app and tested it and I get no errors, but when I try to upload to the App Store Connect I get the error:
he app references non-public symbols in Payload/***.app/Frameworks/Matrix.framework/Matrix: _dgeev$NEWLAPACK$ILP64, _dposv$NEWLAPACK$ILP64, _dsyev$NEWLAPACK$ILP64, _dsysv$NEWLAPACK$ILP64
Please advise on how to resolve this issue.
Thank you.