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?
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.xcindexdbsqlite 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?