Bug 140339

Summary: [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
Product: WebKit Reporter: mitz
Component: Tools / TestsAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: mrowe, sam, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Run xcodebuild with the same PATH with which the Xcode IDE runs mrowe: review+

Description mitz 2015-01-10 13:14:23 PST
When building for iOS platforms, after completing a build in the Xcode IDE, building the same source and configuration using make results in all files being recompiled.
Comment 1 mitz 2015-01-10 13:16:51 PST
Created attachment 244415 [details]
Run xcodebuild with the same PATH with which the Xcode IDE runs
Comment 2 mitz 2015-01-10 13:57:42 PST
Fixed in <http://trac.webkit.org/r178241>.