-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests are failing on Contents.json output #225
Comments
It's weird. The tests pass without any failures on CI and my Mac. |
Which version of Xcode are you using? |
I meet same problem. I am using xcode 15.0. The order of properties changes every time I export. |
Same here. |
Thanks for report. The issue has been fixed. |
Can you provide a new release including this fix? |
@subdan Awesome, thank you! |
@subdan Somehow the changes are not in the release. They are also not visible on the master branch: Was it made on a fork on another repository? (see hint) Could you take a look? 🙏 |
@mbruegmann, oops, sorry. GitHub says that the branch with the fix merged into master but it is not. I've fixed it and make a new release. Please check. |
Works perfectly now! 🚀 Thanks @subdan ! |
Hey
There are two failing tests:
testExport_preservesVectorRepresentation
&testExport_preservesVectorRepresentation2
It seems it's related to the generated
Contents.json
file where the properties aren't sorted correctly.The text was updated successfully, but these errors were encountered: