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

fix: Resolving iOS reference on Windows #325

Merged
merged 3 commits into from
Sep 20, 2021
Merged

fix: Resolving iOS reference on Windows #325

merged 3 commits into from
Sep 20, 2021

Conversation

bitsandfoxes
Copy link
Contributor

Fixes: #309
The *dll.meta files allow us fine-grained control of which DLLs do what on which platform.

Screenshot 2021-09-20 at 18 42 13

So all of our iOS related DLL are exclusive to OSX.
I added all of our dll metas in this PR because this issue keeps coming up and I don't want to manually exclude each and every file.

@bitsandfoxes bitsandfoxes added the Bug Something isn't working label Sep 20, 2021
Copy link
Member

@bruno-garcia bruno-garcia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Shouldn't some new .meta show up on git for you to check in?

@bruno-garcia
Copy link
Member

Nevermind I see all of them now

@bitsandfoxes bitsandfoxes merged commit cce0267 into main Sep 20, 2021
@bitsandfoxes bitsandfoxes deleted the fix/dll-metas branch September 20, 2021 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Windows] Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'
2 participants