You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We initially tried structuring "illustrations" and "shapes" as a list, but this caused parsing issues when exporting icons, which seemed unexpected.
The error we get:
typeMismatch(Yams.Node.Mapping, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "ios", intValue: nil), CodingKeys(stringValue: "images", intValue: nil)], debugDescription: "Expected to decode Mapping but found Node instead.", underlyingError: nil))
Do you know how we can resolve this? Any insights would be greatly appreciated!
Thanks,
Elena
The text was updated successfully, but these errors were encountered:
KulakovaE
changed the title
Import multiple frames of images
Import multiple asset folder of images
Feb 11, 2025
Hi,
This is more of a question about support rather than an issue.
Currently, we import icons and images, and we received a request to import another group of images called "shapes." We’re setting it up as follows:
We initially tried structuring "illustrations" and "shapes" as a list, but this caused parsing issues when exporting icons, which seemed unexpected.
The error we get:
typeMismatch(Yams.Node.Mapping, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "ios", intValue: nil), CodingKeys(stringValue: "images", intValue: nil)], debugDescription: "Expected to decode Mapping but found Node instead.", underlyingError: nil))
Do you know how we can resolve this? Any insights would be greatly appreciated!
Thanks,
Elena
The text was updated successfully, but these errors were encountered: