We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
10.8 deprecates the Alias Manager. sc_ResolveIfAlias therefore has to be rewritten or we should stop supporting filesystem aliases completely
sc_ResolveIfAlias
The text was updated successfully, but these errors were encountered:
Just for future reference:
the method that is broken is sc_ResolveIfAlias in SC_DirUtils.
A solution might be here: http://stackoverflow.com/questions/11709116/fspathmakeref-and-fsrefmakepath-are-deprecated-in-os-x-10-8-what-are-the-altern
"If you want to canonicalize a string path, you can do the following using non-deprecated APIs:"
NSString *canonicalPath = [[[NSURL fileURLWithPath:@"/USeRs"] fileReferenceURL]
Sorry, something went wrong.
common: Reimplement sc_ResolveIfAlias in order to avoid deprecation e…
237e202
…rror on Mac This fixes Issue #875 Signed-off-by: Scott Wilson <i@scottwilson.ca>
No branches or pull requests
10.8 deprecates the Alias Manager.
sc_ResolveIfAlias
therefore has to be rewritten or we should stop supporting filesystem aliases completelyThe text was updated successfully, but these errors were encountered: