Bug 174117

Summary: Xcode duplicate UUID for DisallowCType.h and DispatchPtr.h
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web Template FrameworkAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, joepeck
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2017-07-03 19:28:25 PDT
I'm seeing the following warning when I build WTF:

> 2017-07-03 19:24:10.587 xcodebuild[23678:9129375] warning:  The file reference for "DispatchPtr.h" is a member of multiple groups ("wtf" and "wtf"); this indicates a malformed project.  Only the membership in one of the groups will be preserved (but membership in targets will be unaffected).  If you want a reference to the same file in more than one group, please add another reference to the same path.

The UUID for DispatchPtr.h is a duplicate:

$ ack 'A8A4727F151A825A004123FF'
WTF.xcodeproj/project.pbxproj
384:		A8A4727F151A825A004123FF /* DisallowCType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisallowCType.h; sourceTree = "<group>"; };
385:		A8A4727F151A825A004123FF /* DispatchPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DispatchPtr.h; sourceTree = "<group>"; };
774:				A8A4727F151A825A004123FF /* DisallowCType.h */,
775:                A8A4727F151A825A004123FF /* DispatchPtr.h */,
Comment 1 Joseph Pecoraro 2017-07-03 19:48:07 PDT
Created attachment 314547 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2017-07-04 04:43:17 PDT
Comment on attachment 314547 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 314547

Committed r219117: <http://trac.webkit.org/changeset/219117>
Comment 3 WebKit Commit Bot 2017-07-04 04:43:19 PDT
All reviewed patches have been landed.  Closing bug.