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

Fix for file compatibility issue caused by migration to ARC. #279

Merged

Conversation

vladiulianbogdan
Copy link

When the code was converted from MRC to ARC, the keys that were used in initWithCoder from LoggerConnection have changed. That was causing older .nsloggerdata exported by older NSLogger versions to not be compatible with the newer version.

The fix is to fallback on older keys if the new keys return nil.

@vladiulianbogdan vladiulianbogdan changed the title Fix for file compatibility issue caused by migrating to ARC. Fix for file compatibility issue caused by migration to ARC. Feb 16, 2019
@fpillet fpillet merged commit 85290a5 into fpillet:master Feb 17, 2019
@fpillet
Copy link
Owner

fpillet commented Feb 17, 2019

Thanks a lot! I completely missed this issue, good that you caught it.

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.

2 participants