-
Notifications
You must be signed in to change notification settings - Fork 325
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
[Bug report] Can't use in flutter module to embed in iOS app #1207
Comments
Can you provide a minimal example that integrates photo_manager and some other native plugins? |
That's what I did under the example code section. The code I attached is enough to replicate this issue. |
Yes but what I suggest is combining another native plugin.
Sure this is the best option. Provide a clean zip without Pods and Symlinks if you can. |
What exactly do you mean by native plugin? Any flutter plugin that contains native code?
Got you, hopefully I'll get around to it tomorrow, thanks for the quick reply |
Yes. Such as url_launcher. |
My bad, thank you for suggesting trying another native library. |
Brief
When trying to create a flutter module to embed in an existing iOS app with this library, I consistently get a
MissingPluginException
. It only happens to me when using this library and doesn't happen when using other libraries.Version
3.5.1
Platforms
iOS
Device Model
iPhone 13 Pro Max
flutter info
How to reproduce?
flutter pub add photo_manager
flutter build ios-framework --debug --no-release --no-profile
Logs
Example code (optional)
Swift part:
The text was updated successfully, but these errors were encountered: