Why does Xcode 'Copy Files' phase treat my absolute path as a relative one?

Hi there


I'm having difficulties with the 'Copy Files' phase in my Xcode project treating my absolute path as a relative one.


The phase is set to copy the Product to an Absolute Path "/Users/michaelnorris/Documents/Max 7/Library", but instead PBXCp copies it to the following path "/Users/michaelnorris/Development/spindrift~/build/Users/michaelnorris/Documents/Max\ 7/Library".


I would have thought that Absolute Path meant an absolute path — why is XCode treating it as a relative path?


Thanks in advance

Michael

Why does Xcode 'Copy Files' phase treat my absolute path as a relative one?
 
 
Q