swiftDialog icon indicating copy to clipboard operation
swiftDialog copied to clipboard

No symbol named '' found in system symbol set in stdout

Open saladd-bu opened this issue 2 years ago • 1 comments

When running Dialog via json input or something as simple as dialog --title "Hello" on macOS Ventura Customer Seed (22A5321d), Dialog is outputting the below error to stdout, which must then be handled if you are parsing selections, etc.

Tested with both Dialog 1.11.2-2988 and 1.11.1-2839.

No symbol named '' found in system symbol set

Thus far, I have not been able to reproduce this with Monterey 12.5.

Would it be possible to look at:

  1. The nature of the error
  2. Directing this to stderr for cleaner output

Thanks!

saladd-bu avatar Aug 10 '22 13:08 saladd-bu

Yeah, this is an issue in Ventura only and I'm not certain it isn't because as a beta OS it has extra debugging and logging present.

The issue is being generated by SwiftUI so I can't re-direct unfortunately. It's a known issue though so I'll be keeping my eye on it.

bartreardon avatar Aug 11 '22 09:08 bartreardon

Fixed in 2.0

bartreardon avatar Nov 18 '22 00:11 bartreardon