-
Notifications
You must be signed in to change notification settings - Fork 347
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
[Bug] IOSResolver.dll tries to load on Windows/Linux - causes error #622
Comments
Hi @CJxD, Thanks for bringing this to our attention. This issue could be solved by making sure you have the iOS build support in your Unity version. In terms of the change you're proposing, I can relay this to the team so we can see what they think. This sounds promising since it would prevent the error message from happening. You may refer to this thread for updates about your requested feature. |
I think what @CJxD suggested is a valid fix and should be quick enough to resolve by modifying the export configuration to something like the following
Let me see if this will have any impact to other functionality. |
Still running into this problem |
This is duplicate of #412 The correct solution (by developers, not users) is to ensure the plugins are setup correctly for their intended platforms |
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
Please answer the following, if applicable:
What's the issue repro rate? (eg 100%, 1/5 etc)
100%
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
This is because this DLL can only be loaded on a Mac. I've fixed this manually for some time by changing the Platform Settings for that file from
Any OS
tomacOS
, which updates the meta and prevents issues.I've put up with this for a while, but now one of my customers asked how to fix the error after importing External Dependency Manager. I think it should be like this by default to prevent confusion.
The text was updated successfully, but these errors were encountered: