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

Update for Xcode 9 #8

Open
inamiy opened this issue Oct 11, 2017 · 4 comments
Open

Update for Xcode 9 #8

inamiy opened this issue Oct 11, 2017 · 4 comments

Comments

@inamiy
Copy link

inamiy commented Oct 11, 2017

Hi, I'm using https://github.com/johnno1962/RefactoratorApp and noticed that it's no longer working correctly in Xcode 9, probably due to the new build system.

Slightly digging into DerviedData, I couldn't find \(projectName).xcindex/db.xcindexdb sqlite DB anymore, which seems to be replaced by UniDB/\(projectName).xcindex/v8/saved/data.mdb (I have no clue what this DB format is 😕 ).

Is there any plan to update the code for Xcode 9?

@johnno1962
Copy link
Owner

Hi, they completely re-architected the index db with Xcode 9 so I’m afraid refactorator no longer works.

@inamiy
Copy link
Author

inamiy commented Oct 11, 2017

Ah, that's sad 😢

@yeswolf
Copy link

yeswolf commented Aug 16, 2018

Btw, the new format is LMDB and its possible to view the contents using the tool like FastoNoSql. Data looks the same, however,usrs table has some strange binary format, so it's not clear if it's possible to decode it.

@johnno1962
Copy link
Owner

Interesting, I’ll take a look. It would be nice to have access to the index db again.

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

No branches or pull requests

3 participants