swiftDialog
swiftDialog copied to clipboard
Attempting to use `--json` leads to `illegal hardware instruction` error
Describe the bug
When trying to use --json, the program crashes with an illegal hardware instruction error.
To Reproduce
Run the following:
⇒ ~/Desktop/Dialog.app/Contents/MacOS/Dialog \
--title "Input JSON test" \
--textfield "Name,name=name" \
--json
[1] 69061 illegal hardware instruction ~/Desktop/Dialog.app/Contents/MacOS/Dialog --title "Input JSON test" --json
Expected behavior
The dialog would be displayed, and then JSON would be returned once completed.
Screenshots
N/A
Desktop (please complete the following information):
- macOS version:
macOS Sonoma 14.7.5 (23H527)on an Intel MacBook Pro 16-inch, 2019 - swiftDialog version:
2.5.6.4805
Additional context
N/A