mediapipe
mediapipe copied to clipboard
can't build iOS examples with Xcode 15.1
I've tried to build both the FaceLandmarker and FaceDetector iOS examples with Xcode 15.1 using the provided instructions:
- clone the repo
- run
pod installfrom the project directory - open the generated .xcworkspace in Xcode
- attempt to build the appropriate scheme
With those two example apps, the build always fails with No such module 'MediaPipeTasksVision'.
Same error
same error for MediaPipeTasksGenAI, but I was able to build under a self created project after pod install.
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.