Hi!
I am experiencing difficulties launching the application on macOS Tahoe.
Upon the initial attempt to open the app, the system displays a message indicating that the application is corrupted and must be moved to the trash. Attempting to open it using the right-click option does not resolve the issue, and there is no option in System Preferences to allow the app to run.
The only workaround I have identified is to authorize the app via Terminal using the command:
sudo xattr -rd com.apple.quarantine [AppPath]
Even after applying this command, the application still does not open. When I attempted to debug the problem through Terminal, I received the following error:
[PYI-48395:ERROR] Failed to load Python shared library '/Users/name/Downloads/PixelArtStylizer_v1.1.0_macOS 2/PixelArtStylizer.app/Contents/Frameworks/Python': dlopen(/Users/name/Downloads/PixelArtStylizer_v1.1.0_macOS 2/PixelArtStylizer.app/Contents/Frameworks/Python, 0x000A): tried: '/Users/name/Downloads/PixelArtStylizer_v1.1.0_macOS 2/PixelArtStylizer.app/Contents/Frameworks/Python' (code signature invalid in <b4d2d41c-ce50-3ee8-8af9-9733c73deab2> '/Users/name/Downloads/PixelArtStylizer_v1.1.0_macOS 2/PixelArtStylizer.app/Contents/Frameworks/Python' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x0052CA30, codeBlobSize=0x0000EDB0), '/System/Volumes/Preboot/Cryptexes/OS/Users/name/Downloads/PixelArtStylizer_v1.1.0_macOS 2/PixelArtStylizer.app/Contents/Frameworks/Python' (no such file), '/Users/name/Downloads/PixelArtStylizer_v1.1.0_macOS 2/PixelArtStylizer.app/Contents/Frameworks/Python' (code signature invalid in <b4d2d41c-ce50-3ee8-8af9-9733c73deab2> '/Users/name/Downloads/PixelArtStylizer_v1.1.0_macOS 2/PixelArtStylizer.app/Contents/Frameworks/Python' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x0052CA30, codeBlobSize=0x0000EDB0)</b4d2d41c-ce50-3ee8-8af9-9733c73deab2></b4d2d41c-ce50-3ee8-8af9-9733c73deab2>
I can confirm that the application runs properly on Windows without any issues.
Could you please assist me in resolving this issue?
Thank you for your support. :)
