Bug 248239

Summary: [WKTR] Fix warnings about duplicate NSString category methods
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: cfleizach, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description David Kilzer (:ddkilzer) 2022-11-22 10:12:25 PST
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>
Comment 1 Radar WebKit Bug Importer 2022-11-22 10:12:42 PST
<rdar://problem/102609414>
Comment 2 David Kilzer (:ddkilzer) 2022-11-22 10:49:25 PST
Pull request: https://github.com/WebKit/WebKit/pull/6742
Comment 3 EWS 2022-11-22 15:39:15 PST
Committed 256958@main (d685f7a65d20): <https://commits.webkit.org/256958@main>

Reviewed commits have been landed. Closing PR #6742 and removing active labels.