Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1057d5aa1b8b9058c73e46ba2ccd407184904135
      
https://github.com/WebKit/WebKit/commit/1057d5aa1b8b9058c73e46ba2ccd407184904135
  Author: Andy Estes <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to