Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Crash on ImageLabeler.imageLabeler(options: options) Method - ML Kit iOS SDK #897

Open
gaurav-p-eq opened this issue Nov 14, 2024 · 0 comments
Assignees

Comments

@gaurav-p-eq
Copy link

Description:
Hi, I’m facing an issue with the ML Kit on iOS, specifically with the Image Labeling functionality. My app crashes every time I call the method ImageLabeler.imageLabeler(options: options). I'm using ML Kit Face Detection and Image Labeling as part of my application.

Environment:

ML Kit version: pod 'GoogleMLKit/FaceDetection', '3.2.0' and pod 'GoogleMLKit/ImageLabeling', '3.2.0'
Platform: iOS
Development environment: Xcode (version)
iOS version on device (where the crash occurs)
Issue Details:
The crash happens consistently when invoking ImageLabeler.imageLabeler(options: options). I’ve checked for any obvious issues with the options parameter and ensured the setup follows the documentation. The error logs are as follows:

(Include relevant error log or stack trace here)

Steps to Reproduce:

Initialize Image Labeler with options using ImageLabeler.imageLabeler(options: options)
Run the app on a device
App crashes when the method is called
Troubleshooting Attempted:

Verified pod versions and reinstalled dependencies
Tried different configuration settings in the options parameter
Request: Could you please provide guidance on resolving this issue? I’d appreciate any insights into compatibility, additional configuration, or if there’s an update to the SDK that might address this problem.

Thanks in advance for the support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants