Skip to content
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

revert reuse of xctestconfig #514

Merged
merged 2 commits into from
Nov 18, 2024
Merged

revert reuse of xctestconfig #514

merged 2 commits into from
Nov 18, 2024

Conversation

dmissmann
Copy link
Collaborator

serializing the config makes changes to it and actually invalidates it

this fixes #512

dmissmann and others added 2 commits November 15, 2024 14:13
serializing the config makes changes to it and actually invalidates it
@dmissmann
Copy link
Collaborator Author

I'm pretty sure the responsible part is this https://github.com/danielpaulus/go-ios/blob/main/ios/nskeyedarchiver/objectivec_classes.go#L232 (I stopped looking further when I saw this)...

This is not great, serializing a struct actually changes it's content 🤯

@dmissmann dmissmann merged commit b8669ed into main Nov 18, 2024
5 checks passed
@dmissmann dmissmann deleted the dm-fix-runwda-ios16 branch November 18, 2024 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runwda does not work on ios 16 w/ 1.0.151
2 participants