| Summary: | MobileMiniBrowser fails to link due to missing WebKit.framework | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | Tools / Tests | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/7326 Committed 257571@main (c76c4c2a83d1): <https://commits.webkit.org/257571@main> Reviewed commits have been landed. Closing PR #7326 and removing active labels. |
MobileMiniBrowser fails to link when building for iOS Simulator due to missing WebKit.framework. Ld MobileMiniBrowser Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_WKProcessPool", referenced from: objc-class-ref in main.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) I'm honestly not sure how it ever worked.