© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•16mo ago
Hercules

Issues Updating Hybrid .NET MAUI Project from .NET 7 to .NET 8 with Xcode 16 and macOS Updates

I'm facing serious issues after updating my hybrid .NET MAUI project from .NET 7 to .NET 8. This project was started in 2021, and everything worked well under .NET 7. Recently, I updated the following:

.NET: Upgraded from .NET 7 to .NET 8.
macOS: Upgraded to the latest macOS version.
Xcode: Updated to Xcode 16.
Visual Studio: Now using Visual Studio 17.11.5, which is supposed to support Xcode 16.
Project Structure:

<Project Sdk="Microsoft.NET.Sdk.Razor"> for the MAUI app.
<Project Sdk="Microsoft.NET.Sdk.Razor"> for the Shared Library.
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> for the WASM app.
Issue:

I’m getting the following error for my iOS builds (in both Debug and Release modes):
MessagingRemoteException: An error occurred on client Build1808303 while executing a reply for topic xvs/build/18.0.8303/execute-task/{AppName}/78f1110002fWriteAppManifest
ArgumentNullException: Value cannot be null. Parameter name: path2
MessagingRemoteException: An error occurred on client Build1808303 while executing a reply for topic xvs/build/18.0.8303/execute-task/{AppName}/78f1110002fWriteAppManifest
ArgumentNullException: Value cannot be null. Parameter name: path2


This error points to the Xamarin.Shared.targets file at line 643.

Steps Taken:

* Verified that the Info.plist file exists and is not empty.
* Cleaned and rebuilt the solution.
* Enabled detailed build logs, but the error persists.
* Tried switching from Release to Debug mode, but the issue remains.
* I’m unable to run the iOS Simulator or debug the app when pairing with my MacBook Air.
* Checked project configurations for both Android and iOS, and they seem consistent.

I’m stuck and can't get past this error, making it impossible to debug or publish to TestFlight. Any suggestions or insights would be appreciated!
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ .NET 8 migration from .net 7
C#CC# / help
2y ago
MAUI - Package upgrade to .NET 8
C#CC# / help
2y ago
✅ Will xcode 16.0 work with NET 10
C#CC# / help
8mo ago
✅ .NET 8 CVE-2024-38167 and updating project references
C#CC# / help
2y ago