Posts

Post not yet marked as solved
8 Replies
0 Views
Thank you. It seems impossible to do this.
Post not yet marked as solved
8 Replies
0 Views
Failing to do this willa) block notarisation of your entire product, andb) can prevent the code from being loaded at runtime.these two results will happen together?Can I ignore python module sign and notarize my product?
Post not yet marked as solved
8 Replies
0 Views
I can't sign code use codesign command.I put python modules in my project, these modules format likenumpy-1.18.1-cp37-cp37m-macosx_10_9_x86_64.whlwhen I sign my app, error log shownumpy-1.18.1-cp37-cp37m-macosx_10_9_x86_64.whl/numpy/core/_operand_flag_tests.cpython-37m-darwin.so not sign.So I can't do that in your post.How could I do?for example:my python modules in libs folder.so this file structure islibs:numpy-1.18.1-cp37-cp37m-macosx_10_9_x86_64.whlmatplotlib-3.1.3-cp37-cp37m-macosx_10_9_x86_64.whl/I can't run codesign -s III libs