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

Unable to extract exif from images with ph:// prefix on iOS #51

Open
daamsie opened this issue Jan 2, 2024 · 0 comments
Open

Unable to extract exif from images with ph:// prefix on iOS #51

daamsie opened this issue Jan 2, 2024 · 0 comments

Comments

@daamsie
Copy link

daamsie commented Jan 2, 2024

When trying to load image EXIF data on iOS this library is failing consistently.

This appears to be due to the native code using the deprecated ALAssetsLibrary.

There are many warnings when building for iOS related to this, eg.

'ALAssetsLibrary' is deprecated: first deprecated in iOS 9 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]

Edit: For what it's worth -- I've created a fork of the project with a hacky fix with the help of Github Copilot that resolves the issue for me. I do not know Objective-C though so who knows how good the AI generated code is! I'm not sure if it's worth creating a PR with that "fix". It probably needs to be reviewed by someone who understands the language.

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

1 participant