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

DllNotFoundException on IOS example #40

Open
IFullMetalLeon opened this issue Jan 16, 2021 · 4 comments
Open

DllNotFoundException on IOS example #40

IFullMetalLeon opened this issue Jan 16, 2021 · 4 comments

Comments

@IFullMetalLeon
Copy link

I clone this example on visual studio 2019 Windows 10.
I download last snapshot and copy Frameworks in my project, i create Native Reference, but i have linphone.framework/linphone assembly: type: member:(null).
I first time work with IOS, maybe I make wrong Reference?

Framework
True
False
True

For exmaple, I try change True|False.
I see how people fix this problem, but in my LinphoneWrapper.cs write this.
public const string LIB_NAME = "linphone.framework/linphone";

Please help

@yurysemv
Copy link

I got the same error. It arises if you create a new Xamarin project. But the old project works fine, but it uses a shared project, apparently this is due to this. On android it is solved by loading libraries into mainActivity.
I also really need help !!!

@yurysemv
Copy link

Hi guys. Does anyone have a working example with a new Xamarin (without a shared project), in which a iOS project would be launched? Perhaps I did not configure something correctly, although I checked everything.

@IFullMetalLeon
Copy link
Author

Example don't work because Framework in Snapshot don't work with armx86_64, we need build SDK on IOS machine yourself(((

@foximoxi
Copy link

Same here. Version 4.3 is working on iOS
Higher versions of library throws DllNotFoundException.

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