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

[Flutter] IOS build - Failed to lookup symbol 'spine_report_leaks': dlsym(RTLD_DEFAULT, NDIlib_version): #2752

Open
shipilov-web opened this issue Feb 13, 2025 · 3 comments
Assignees
Labels

Comments

@shipilov-web
Copy link

Hello, when i use useStaticLinkage: true, flag, i get error on iOS. StaticLinkage need for YandexMobileAds

await spine.initSpineFlutter(
      enableMemoryDebugging: false,
      useStaticLinkage: true,
    );

Image

Invalid argument(s):
Failed to lookup symbol 'spine_report_leaks': dlsym(RTLD_DEFAULT, NDIlib_version):
symbol not found

I need help

@shipilov-web shipilov-web changed the title IOS build - Failed to lookup symbol 'spine_report_leaks': dlsym(RTLD_DEFAULT, NDIlib_version): Flutter IOS build - Failed to lookup symbol 'spine_report_leaks': dlsym(RTLD_DEFAULT, NDIlib_version): Feb 13, 2025
@shipilov-web shipilov-web changed the title Flutter IOS build - Failed to lookup symbol 'spine_report_leaks': dlsym(RTLD_DEFAULT, NDIlib_version): [Flutter] IOS build - Failed to lookup symbol 'spine_report_leaks': dlsym(RTLD_DEFAULT, NDIlib_version): Feb 13, 2025
@badlogic
Copy link
Collaborator

I've tried to reproduce this using our example project, passing useStaticLinkage:true to the initSpineFlutter() function. That works as intended.

Could you give that a try on your end, to rule out any issues in your dev setup. If that works, could you maybe find out how your project differs from our example project?

@badlogic badlogic self-assigned this Feb 13, 2025
@badlogic badlogic added the bug label Feb 13, 2025
@badlogic
Copy link
Collaborator

I can reproduce it on my end now with our example project. Looking into it!

@shipilov-web
Copy link
Author

I can reproduce it on my end now with our example project. Looking into it!

I hope you can figure out the problem. Spine is a unique technology that we would like to use in all our projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants