[webkit-changes] [WebKit/WebKit] 1057d5: TestWebKitAPIApp fails to build with error: TestWe...

aestes noreply at github.com
Thu Feb 20 22:16:26 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1057d5aa1b8b9058c73e46ba2ccd407184904135
      https://github.com/WebKit/WebKit/commit/1057d5aa1b8b9058c73e46ba2ccd407184904135
  Author: Andy Estes <aestes at apple.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

  Changed paths:
    M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj

  Log Message:
  -----------
  TestWebKitAPIApp fails to build with error: TestWebKitAPIResources.bundle: No such file or directory
https://bugs.webkit.org/show_bug.cgi?id=288138

Reviewed by Abrar Rahman Protyasha and Elliott Williams.

When building a scheme that enables "Find Implicit Dependencies" and includes TestWebKitAPIApp,
the build fails with errors such as:

    error: /.../WebKitBuild/Debug-iphoneos/TestWebKitAPIResources.bundle: No such file or directory
    (in target 'TestWebKitAPIApp' from project 'TestWebKitAPI')

TestWebKitAPIResources.bundle was included in TestWebKitAPIApp's "Copy Bundle Resources" build
phase, but it turns out that this type of build phase does not establish implicit dependencies.
Replaced it with a "Copy Files" build phase, which does establish implicit dependencies.

* Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:

Canonical link: https://commits.webkit.org/290769@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list