PyObjC bookmarkDataWithContentsOfURL_error_ edge case of usage returning Error Domain=NSCocoaErrorDomain Code=256
Using PyObjC I’m creating an application for my M1 Mac that should go into a directory of the google chrome application and delete old versions of the application. To do this, I use PyObjC to open up the alias at “/Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/Current” and try to get the path that the alias file leads to.