Problems on MacOS 15
Calling pick_file or pick_folder would result, depending on context, in printing like following (presumably warning) into output:
2024-11-25 18:50:37.900 julia[42982:4662495] +[IMKClient subclass]: chose IMKClient_Modern
2024-11-25 18:50:38.905 julia[42982:4662495] The class 'NSOpenPanel' overrides the method identifier. This method is implemented by class 'NSWindow'
Furthermore, depending on context, it would result in Julia crash, or just not returning to the Julia prompt.
This happens now reproducibly in the code which I didn't touch for several months. The change since then was the switch to Julia 1.11 and update to MacOS 15. Now I tested the same code with Julia 1.10, the problem persists, therefore I guess it is MacOS 15 (the warning is obviously Mac specific). Googling brought the following link, which could be somehow related: https://github.com/hacksider/Deep-Live-Cam/issues/601
@Suavesito-Olimpiada A general question - in what far the package is still supported?
I've been thinking to upgrade this to nativefiledialog_extended, for which I have a recipe. Still, I'm not sure when I'll have time to do the upgrade. 😅
In the meanwhile I've implemented a workaround, which calls osascript/AppleScript over Julia shell.
I could try to make a PR here, if it is going then to be merged on a reasonable timescale.
@Suavesito-Olimpiada
May I ask you again: A general question - in what far the package is still supported? Should we yet wait a bit till upgrading to nativefiledialog_extended, or first integrate my stopgap solution, or the package should be considered as unmaintained?