[Webkit-unassigned] [Bug 248239] New: [WKTR] Fix warnings about duplicate NSString category methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 10:12:25 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248239

            Bug ID: 248239
           Summary: [WKTR] Fix warnings about duplicate NSString category
                    methods
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: cfleizach at apple.com

Fix warnings about duplicate NSString category methods when linking WebKitTestRunner.

Seen here:  <https://ews-build.webkit.org/#/builders/77/builds/6585/steps/12/logs/warnings__112_>

```
ld: warning: method '-createJSStringRef' in category from /Volumes/Data/worker/iOS-16-Build-EWS/build/WebKitBuild/WebKitTestRunner.build/Release-iphoneos/WebKitTestRunnerInjectedBundle.build/Objects-normal/arm64/AccessibilityUIElementIOS.o conflicts with same method from another category
ld: warning: method '+stringWithJSStringRef:' in category from /Volumes/Data/worker/iOS-16-Build-EWS/build/WebKitBuild/WebKitTestRunner.build/Release-iphoneos/WebKitTestRunnerInjectedBundle.build/Objects-normal/arm64/AccessibilityUIElementIOS.o conflicts with same method from another category
```

For this EWS build:  <https://ews-build.webkit.org/#/builders/77/builds/6585>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221122/6081ab4c/attachment.htm>


More information about the webkit-unassigned mailing list