Skip to content

Unable to deploy MAUI app to ios 16.1 #24324

Open

Description

Description

We are getting a lot of missing dll references, and we have tried to remove them using linker statements but this is not working. The dlls are probably windows dlls. Here is our linker file

<!-- Ignore assemblies if they are missing -->
<!-- Assemblies to ignore if missing -->
<assembly fullname="System.Diagnostics.EventLog.resources" ignoreIfMissing="true" />
<assembly fullname="System.IO.FileSystem.DriveInfo.resources" ignoreIfMissing="true" />
<assembly fullname="System.Threading.Channels.resources" ignoreIfMissing="true" />
<assembly fullname="System.Threading.resources" ignoreIfMissing="true" />
<assembly fullname="System.IO.IsolatedStorage.resources" ignoreIfMissing="true" />
<assembly fullname="System.Security.AccessControl.resources" ignoreIfMissing="true" />
<assembly fullname="System.IO.FileSystem.Watcher.resources" ignoreIfMissing="true" />
<assembly fullname="System.Security.Principal.Windows.resources" ignoreIfMissing="true" />
<assembly fullname="Microsoft.Win32.Registry.resources" ignoreIfMissing="true" />
<assembly fullname="System.ComponentModel.Annotations.resources" ignoreIfMissing="true" />
<assembly fullname="System.Runtime.InteropServices.JavaScript.resources" ignoreIfMissing="true" />
<assembly fullname="Microsoft.VisualStudio.DesignTools.MobileTapContracts" ignoreIfMissing="true" />
<assembly fullname="Microsoft.VisualStudio.DesignTools.TapContract" ignoreIfMissing="true" />
<assembly fullname="Microsoft.Extensions.Configuration.resources" ignoreIfMissing="true" />
We are using VS2022 17..10.4 and 17.11.0 on windows 10.

Steps to Reproduce

Our app works on windows

Link to public reproduction project repository

No response

Version with bug

9.0.0-preview.7.24407.4

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

16.1

Did you find any workaround?

No

Relevant log output

No response

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

Metadata

Assignees

No one assigned

    Labels

    area-publishingIssues with the app packaging/publishing process (ipk/apk/msix/trimming)i/regressionThis issue described a confirmed regression on a currently supported versionpartner/maciosIssues for the Mac / iOS SDKplatform/iOS 🍎s/needs-attentionIssue has more information and needs another looks/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions