Post

Replies

Boosts

Views

Activity

Comment on Codesigning a MacOS app breaks the app.
Sorry, for the late reply. I am currently trying a different solution. This issue seems to be related to conda. At least that's what the PyInstaller developer assumes. I'll get back to you if I have run more tests :).
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on notarytool: No Keychain password item found for profile
(deleted)
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on codesigning with auto-py-to-exe takes ages
I ended up using PyInstaller directly. codesign runs with normal speed here.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on notarytool: No Keychain password item found for profile
Yes, because this way i make sure PyInstaller is making an x86_64 app (could also do this with a flag, but I prefer it this way. But actually maybe I should try it using the flag and not Rosetta. Did this especially for creating a venv so that pip installs the correct packages).
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on notarytool: No Keychain password item found for profile
OK, I cannot run PyInstaller from my -x86_64 env successfully in an arm64 shell, so it looks like at least for this stepp I need Rosetta2.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on Codesigning a MacOS app breaks the app.
By the way, what is this weird rosetta error? Is it really rosetta (1) or rosetta2?
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on Installing PyQt5 on `arm64` stopped working all of a sudden (some `sip` issue)
You can check the currently selected version using xcode-select -p.
Replies
Boosts
Views
Activity
Oct ’23
Comment on Detect number of performance core on Apple Silicon at runtime
Is there a way to get this info in an python based app?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Installing PyQt5 on `arm64` stopped working all of a sudden (some `sip` issue)
You’re welcome :). In the meantime there are also pip wheels for arm64 available.
Replies
Boosts
Views
Activity
Nov ’23