-
Notifications
You must be signed in to change notification settings - Fork 45
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
ios: Undefined symbol: async function pointer to share_handler_ios_models.ShareHandlerIosViewController #17
Comments
Same issue here |
Did you try |
okey I got it to work, thx @benPesso |
@sharokh1 What code did you refactor to work on older versions? Also, was it just a flutter clean and deleting derived data that got rid of the 'Undefined symbol...' errors? I have a friend who is getting those errors on his project, but not on the example project, and those steps didn't seem to help him. In the end, he reverted back to copy and pasting all of the view controller code directly into his share view controller rather than inheriting from the view controller in the module. |
@JoshJuncker so there are three things
I'm curious if this will solve the problem of your friend. edit: the code refactor I mentioned earlier made it so the files were not properly read in flutter 😢 |
I'm not sure if this is relevant, as mine are set to target v12. |
then how does it work for you ? the whole swift controller has try to run it on a device which is running iOS 13 or below |
Sorry, meant to say 13... |
That would not matter, as the share extension controller only works on iOS 14+ that is why I'm asking you to try to run your app on a device/simulator with iOS 13 or below. My expectation is that the share functionality will not work. |
I was going by what you said and referred to the fact that the constraint was not necessary for the build to succeed. I wouldn't know to speculate what devices it would run on or not (and I don't have an iOS device with a version old enough to test). |
Hi, i'm migrating from
receive_sharing_intent
When I try to build my app I get the following build errors:
Any guidance would be really appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: