je suis l'article d'Apple "Resolving Aliases" :
<http://developer.apple.com/documentation/Cocoa/Conceptual/LowLevelFileM
gmt/Tasks/ResolvingAliases.html>
et quasiment la 1ière ligne ne marche pas :
url = CFURLCreateWithFileSystemPath(NULL /*allocator*/,
(CFStringRef)path,
kCFURLPOSIXPathStyle, NO /*isDirectory*/);
c'est le "(CFStringRef)path" qui "ne passe pas"...
dans mon *.h j'ai mis ça :
#import <Foundation/Foundation.h>
#import <CoreServices/CoreServices.h>