indygreg / apple-platform-rs

Rust crates supporting Apple platform development
565 stars 38 forks source link

Error: YAML serialization error: serializing nested enums in YAML is not supported yet #92

Closed markshep-wbg closed 10 months ago

markshep-wbg commented 10 months ago

I'm trying to debug an issue with a macOS app generated by Unity but can't run rcodesign print-signature-info on the app as it exits with this error:

Error: YAML serialization error: serializing nested enums in YAML is not supported yet

I've made a trivial test app to demonstrate the problem which I can upload if it would help? It's 34MB compressed.

indygreg commented 10 months ago

This should be fixed by commit 33fad6ad36f1ae98d0b7183825ed5ee8c3bf4a8b.