-
Notifications
You must be signed in to change notification settings - Fork 35
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
Comments
Hi, they completely re-architected the index db with Xcode 9 so I’m afraid refactorator no longer works. |
Ah, that's sad 😢 |
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. |
Interesting, I’ll take a look. It would be nice to have access to the index db again. |
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 byUniDB/\(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?
The text was updated successfully, but these errors were encountered: