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 1 year 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

Same error

Stardusted1 avatar Jan 14 '24 22:01 Stardusted1

same error for MediaPipeTasksGenAI, but I was able to build under a self created project after pod install.

blayer avatar Mar 13 '24 17:03 blayer

What was the full error message you get? I just ran with 15.1 on a new project import and needed to do pod repo update because it was listed in the error message, then pod install worked.

PaulTR avatar Mar 18 '24 16:03 PaulTR