Post

Replies

Boosts

Views

Activity

Reply to Issues from App Review when submitting a Python app
Try stripping symbols from the offending binaries: strip -x *.so Then check if you can still run your app. If yes: add the stripping as a post-build step before you bundle and send your app off to Apple. If no: compile scipy from source with an alternative BLAS/LAPACK implementation (e.g. OpenBLAS). Then try again the method described above.
Replies
Boosts
Views
Activity
Aug ’25