Bug 174117 - Xcode duplicate UUID for DisallowCType.h and DispatchPtr.h
Summary: Xcode duplicate UUID for DisallowCType.h and DispatchPtr.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-03 19:28 PDT by Joseph Pecoraro
Modified: 2017-07-04 04:43 PDT (History)
2 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.79 KB, patch)
2017-07-03 19:48 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.