-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Before submitting a new issue
- I tested using the latest version of the library, as the bug might be already fixed.
- I tested using a supported version of react native.
- I checked for possible duplicate issues, with possible answers.
Bug summary
Build failed: The "Run fastlane" step failed because of an error in the Xcode build process. We automatically detected following errors in your Xcode build logs:
- 'MediapipePosedetection-Swift.h' file not found
Refer to "Xcode Logs" below for additional, more detailed logs.
Library version
0.2.0
Environment info
› Compiling react-native-mediapipe-posedetection Pods/MediapipePosedetection » MediapipePosedetection.mm
❌ (node_modules/react-native-mediapipe-posedetection/ios/MediapipePosedetection.mm:4:9)
2 |
3 | #import "MediapipePosedetection.h"
> 4 | #import "MediapipePosedetection-Swift.h"
| ^ 'MediapipePosedetection-Swift.h' file not found
5 | #import "MediapipePosedetectionSpec.h"
6 |
7 | #import <React/RCTLog.h>Steps to reproduce
- …
- …
Reproducible example repository
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working