Bug 248239 - [WKTR] Fix warnings about duplicate NSString category methods
Summary: [WKTR] Fix warnings about duplicate NSString category methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-22 10:12 PST by David Kilzer (:ddkilzer)
Modified: 2022-11-22 15:39 PST (History)
2 users (show)

See Also:


Attachments

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