From 517e997179ec3835c474bc6bf1e549036a64de98 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 9 Mar 2023 15:59:22 -0800 Subject: [PATCH] Solve Linking error for Hello World iOS example PiperOrigin-RevId: 515466634 --- mediapipe/examples/ios/helloworld/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mediapipe/examples/ios/helloworld/BUILD b/mediapipe/examples/ios/helloworld/BUILD index aed0c35a5..6bfcfaaef 100644 --- a/mediapipe/examples/ios/helloworld/BUILD +++ b/mediapipe/examples/ios/helloworld/BUILD @@ -56,5 +56,6 @@ objc_library( deps = [ "//mediapipe/examples/ios/common:CommonMediaPipeAppLibrary", "//mediapipe/graphs/edge_detection:mobile_calculators", + "//third_party/apple_frameworks:Metal", ], )