mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

can't build iOS examples with Xcode 15.1

Open kriddile opened this issue 5 months ago • 3 comments

I've tried to build both the FaceLandmarker and FaceDetector iOS examples with Xcode 15.1 using the provided instructions:

  1. clone the repo
  2. run pod install from the project directory
  3. open the generated .xcworkspace in Xcode
  4. attempt to build the appropriate scheme

With those two example apps, the build always fails with No such module 'MediaPipeTasksVision'.

kriddile avatar Jan 08 '24 22:01 kriddile