Posts

Post marked as solved
5 Replies
Indeed something is changed with paths. Try placing .xclangspec file to/Applications/Xcode.app/Contents/SharedFrameworks/SourceModel.framework/Versions/A/Resources/LanguageSpecificationsAlso you need to create new plist metadata file inside /Applications/Xcode.app/Contents/SharedFrameworks/SourceModel.framework/Versions/A/Resources/LanguageMetadataYou can check examples there. Currently I haven't found proper workaround with local dir.If you have extra time you can check which syscalls are called when you open Xcode (e.g. sudo fs_usage -w | grep "Pascal").