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

Alias Manager depreated: sc_ResolveIfAlias will have to be rewritten #875

Closed
timblechmann opened this issue Jun 24, 2013 · 1 comment
Closed
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. os: macOS
Milestone

Comments

@timblechmann
Copy link
Contributor

10.8 deprecates the Alias Manager. sc_ResolveIfAlias therefore has to be rewritten or we should stop supporting filesystem aliases completely

@telephon
Copy link
Member

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]

muellmusik added a commit that referenced this issue Jul 15, 2013
…rror on Mac

This fixes Issue #875

Signed-off-by: Scott Wilson <i@scottwilson.ca>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. os: macOS
Projects
None yet
Development

No branches or pull requests

3 participants