←back to thread

378 points nkko | 3 comments | | HN request time: 0.924s | source
1. trashcan ◴[] No.42482820[source]
It's not clear to me how to actually get the required plist file to make this library work. Neither of the scripts in this issue seem to work: https://github.com/malmeloo/FindMy.py/issues/31

Is the syntax to run them just `swift <filename.swift>`?

Swift/ErrorType.swift:253: Fatal error: Error raised at top level: main.MyError.noPassword

replies(1): >>42483053 #
2. malmeloo ◴[] No.42483053[source]
Which version of MacOS are you using? I believe Apple has made changes to the keychain in the latest version which prevents the scripts from working properly.

The only Apple "device" I have regular access to is a hackintosh, so this stuff is frustratingly hard to debug. So far I've been relying on efforts from the community, but the scripts appear to be somewhat flaky and don't always work for everyone unfortunately.

replies(1): >>42483854 #
3. trashcan ◴[] No.42483854[source]
I am on Sequoia 15.3. If I can do anything to help, let me know.