Re: xcodebuild fails to "load dependencies output contents"
Re: xcodebuild fails to "load dependencies output contents"
- Subject: Re: xcodebuild fails to "load dependencies output contents"
- From: Jerry Krinock <email@hidden>
- Date: Tue, 11 Mar 2014 22:11:32 -0700
This is fixed.
Michael was correct about the warning. Although it happened to occur before the failed CompileC command group, it was not causing the failure. It was just another symptom of the same root cause.
The root cause was obvious when I re-read my last message…
In the Header Search Paths (clang -I): ../Sparkle
In the two failing source files: #import “Sparkle/SUUpdater.h”
Concatenating those results in: ../Sparkle/Sparkle/SUUpdater.h
Actual path from project directory: ../Sparkle/SUUpdater.h
Oh.
The question remains: Why was this not a problem when building in the Xcode GUI for the last year, and why did it only start to bother xcodebuild this weekend? I suppose because we are increasingly in a new world where nothing is necessarily as it appears, because everything is either cached, self-healed, or optimized, except when it’s not.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden