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

LinkMode does not work on iOS #15382

Closed
mattleibow opened this issue Jun 30, 2022 · 4 comments
Closed

LinkMode does not work on iOS #15382

mattleibow opened this issue Jun 30, 2022 · 4 comments
Labels
bug If an issue is a bug or a pull request a bug fix iOS Issues affecting Xamarin.iOS
Milestone

Comments

@mattleibow
Copy link
Contributor

mattleibow commented Jun 30, 2022

Steps to Reproduce

  1. File | New | iOS/Maui
  2. Add <LinkMode>None</LinkMode> to the csproj
  3. Deploy to device
  4. Links...

Expected Behavior

No links.

Actual Behavior

Links.

image

@rolfbjarne
Copy link
Member

This is really a variation/duplicate of #12796.

@dalexsoto dalexsoto added iOS Issues affecting Xamarin.iOS bug If an issue is a bug or a pull request a bug fix labels Jun 30, 2022
@dalexsoto dalexsoto added this to the .NET 7 milestone Jun 30, 2022
@dalexsoto
Copy link
Member

If this is a duplicate of #12796 is it worth keeping it open?

@mattleibow mattleibow reopened this Jul 1, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Aug 1, 2022
@BretJohnson
Copy link

What exactly is the bug here?
For iOS the setting (today) is MtouchLink, not LinkMode. LinkMode is just for macOS. If you set MtouchLink to none that should turn off linking.

@mattleibow
Copy link
Contributor Author

We should try be consistent. I think I was reading docs and tried the normal way, but it is special.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug If an issue is a bug or a pull request a bug fix iOS Issues affecting Xamarin.iOS
Projects
None yet
Development

No branches or pull requests

4 participants