Post

Replies

Boosts

Views

Activity

Reply to invalid API object reference
Thanks for the help. I put the zipped application and the zipped log file on GitHub as a pre-release for my app. They are here: https://github.com/hasii2011/umldiagrammer/releases/tag/0.3.0 Code sign command: codesign --sign "${IDENTITY}" '--force --timestamp --options=runtime <.so or .dylib to sign> Verification Command /usr/sbin/spctl -vvvv --assess --type exec /Users/humberto.a.sanchez.ii/PycharmProjects/umldiagrammer/dist/umldigrammer.app
Mar ’26
Reply to invalid API object reference
I have the log files ready. Can you point me to where to file this bug report I put them here but not sure if this is correct https://feedbackassistant.apple.com/feedback/22267132
Replies
Boosts
Views
Activity
Mar ’26
Reply to invalid API object reference
I have not managed to figure out what is causing this. Since it runs on my OSX VM w/o problems, I am kind of just ignoring it. I will continue to monitor this as I continue to my 1.0 release
Replies
Boosts
Views
Activity
Mar ’26
Reply to invalid API object reference
So I am running APFS. But ... Instead of the default case-insensitive, I set up the file system as APFS case-sensitive. Hmm ...
Replies
Boosts
Views
Activity
Mar ’26
Reply to invalid API object reference
Ok, I get the same results as you. Not sure what is going on. It also executes with no problems on another macbook air I have. I will assume that I am good and proceed. Thank you for your time and effort on this
Replies
Boosts
Views
Activity
Mar ’26
Reply to invalid API object reference
Thanks for the help. I put the zipped application and the zipped log file on GitHub as a pre-release for my app. They are here: https://github.com/hasii2011/umldiagrammer/releases/tag/0.3.0 Code sign command: codesign --sign "${IDENTITY}" '--force --timestamp --options=runtime <.so or .dylib to sign> Verification Command /usr/sbin/spctl -vvvv --assess --type exec /Users/humberto.a.sanchez.ii/PycharmProjects/umldiagrammer/dist/umldigrammer.app
Replies
Boosts
Views
Activity
Mar ’26
Reply to Code Signing a GUI python App for notarization on macos
You are welcome to use these set of utilities https://github.com/hasii2011/py2appsigner
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to (App Store rejected because invalid symlink)ITMS-90332: Invalid Symbolic Link - The symbolic link
I ran spctl and it gives me "invalid destination for symbolic link in bundle)" but I cannot determine which links are bad; I wonder how the apple team got the above output Ok find -L .  -type l -print In the bundle
Replies
Boosts
Views
Activity
May ’22
Reply to Notarization stopped working
Forget this question. I made a few blunders; Deleted my App ID then was not correctlystoring a new one back in my local Keychain; My Bad
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to Dummy's guide to code signing
Take a look at: https://hsanchezii.wordpress.com/2021/10/06/code-signing-python-py2app-applications/
Replies
Boosts
Views
Activity
Oct ’21