-
Notifications
You must be signed in to change notification settings - Fork 52
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
Unhandled exception error after adding AppDelegate.swift code to the app #30
Comments
Try restarting your environment.
this should solve your problem. Its a typical hot reloading issue. |
Tried it, it does not fix anything. ` [✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0-rc1) [✓] Xcode - develop for iOS and macOS (Xcode 14.3.1) |
After creating a new flutter project and importing only the flutter_share_intent package I get (kinda) the same exception
The exception only shows up when you add the example code to the main.dart. |
I have the same issue. Were you able to fix it? Edit: |
After adding the AppDelegate.swift code (4. step) the app gives me this error
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getUDID on channel flutter_udid) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7) <asynchronous suspension> #1 FlutterUdid.udid (package:flutter_udid/flutter_udid.dart:15:25) <asynchronous suspension>
I thought that it was a package issue with flutter_udid, but after removing it I had problem with flutter_webview package and so on
Even after running pod update and pod install it still didn't fix it. I even regenerated the iOS folder, from zero, created a new flutter project but I still get the same issue.
If I leave the original AppDelegate.swift code, then the share extent stops after I select the app (my app).
The text was updated successfully, but these errors were encountered: