Post

Replies

Boosts

Views

Activity

Reply to multiprocessing.Queue() python method sandbox problem
By the way, in synchronize.py", line 57 going to following line. sl = self._semlock = _multiprocessing.SemLock( kind, value, maxvalue, self._make_name(), unlink_now) I guess it is trying to reach a shared memory. there are some discussion about this SemLock method permission problems in internet but I could not find a proper solution in internet.
Topic: Code Signing SubTopic: General Tags:
Aug ’24
Reply to python "import foundation" crushes if the app is codesigned
Thanks a lot for the response. I could solve the problem with following entitlements file and following codesign command. codesign -s "$SIGNING_IDENTITY_APP" --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags,runtime \ I do not know which change worked exactly, but it is working now. app.entitlements.txt
Topic: Code Signing SubTopic: General Tags:
Jul ’24
Reply to xcrun notarytool store-credentials -> HTTP status code: 401. Invalid credentials error
I was entering the password into command which I entered into app-specific password window, but the correct password which will be produced automatically after my password entry . In the first 10 attempt it was not created. but then a new window popped up and showed me a new created password in such a format: ex: texe-crtt-wrrg-tftz this was working fine.
Topic: Code Signing SubTopic: Notarization Tags:
Jul ’24