RESOLVED FIXED 174117
Xcode duplicate UUID for DisallowCType.h and DispatchPtr.h
https://bugs.webkit.org/show_bug.cgi?id=174117
Summary Xcode duplicate UUID for DisallowCType.h and DispatchPtr.h
Joseph Pecoraro
Reported 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 */,
Attachments
[PATCH] Proposed Fix (2.79 KB, patch)
2017-07-03 19:48 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2017-07-03 19:48:07 PDT
Created attachment 314547 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2017-07-04 04:43:19 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.