Open
Description
Description
I'm trying to make a project similar to the "TabbedPageSample" project, one of the official MAUI sample projects, for my own application. Interestingly enough it doesn't work. But the official MAUI project is working.
Console Error Message:
"AppTabbedPage.xaml : XamlC error : Failed to resolve assembly: 'TabbedPage, Version = 0.0.0.0, Culture = neutral, PublicKeyToken = null' =net8.0-ios]"
My project: https://github.com/mcyenikoylu/mauiNet8Test2
Sample official project: https://github.com/dotnet/maui-samples/tree/main/8.0/Navigation/TabbedPage
- MacOS Ventura 13.6.6
- Intel Chipset i7 2020
- VScode;
- Version: 1.88.0 (Universal)
Commit: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c
Date: 2024-04-03T13:28:18.899Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin x64 22.6.0 - Simulator 17.2 iPhone 15 Pro
Steps to Reproduce
- I'm creating a new MAUI project.
- I create a new page of type TabbedPage. For the first opening,
- I show my tabbedpage page in the App.xaml file.
- I compile and run my application and encounter the following error.
Link to public reproduction project repository
https://github.com/mcyenikoylu/mauiNet8Test2
Version with bug
8.0.3 GA
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI, Not sure, did not test other versions
Last version that worked well
8.0.3 GA
Affected platforms
iOS
Affected platform versions
iOS 17.2
Did you find any workaround?
No response
Relevant log output
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment