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

ios: Failed to lookup symbol (dlsym(RTLD_DEFAULT, TfLiteGpuDelegateOptionsV2Default): symbol not found) #60

Closed
jaweii opened this issue Dec 21, 2020 · 5 comments

Comments

@jaweii
Copy link

jaweii commented Dec 21, 2020

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 1.22.4, on macOS 11.0.1 20B50 darwin-x64, locale zh-Hans-CN)
 
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
    ! Some Android licenses not accepted.  To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 12.3)
[!] Android Studio (version 4.0)
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] VS Code (version 1.52.1)
[✓] Connected device (2 available)

! Doctor found issues in 2 categories.
    final gpuDelegate = GpuDelegateV2();
    var interpreterOptions = InterpreterOptions()..addDelegate(gpuDelegate);
    interpreter = await Interpreter.fromAsset(
      'ml/yolov4-tiny-1280-final.tflite',
      options: interpreterOptions,
    );

HELP PLEASE!

@am15h
Copy link
Owner

am15h commented Dec 21, 2020

Can you please try running sh install.sh -d at the root of your project. This should fix your problem.

@jaweii
Copy link
Author

jaweii commented Dec 22, 2020 via email

@am15h
Copy link
Owner

am15h commented Feb 2, 2021

I am closing this issue, assuming that above resolution fixed your problem. Please feel free to reopen, if required.

@shaheer20
Copy link

@am15h Having same issue i have tried both of your solutions but no luck.

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

3 participants