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

[BUG] CommunityToolkit.Maui.Core.Platform.StatusBar causes app to fail on iOS Testflight #1374

Open
2 tasks done
needledrag opened this issue Aug 28, 2023 · 64 comments
Open
2 tasks done
Labels
area/behaviors Issue/Discussion/PR that has to do with Behaviors bug Something isn't working not-reproduced Couldn't reproduce the bug unverified

Comments

@needledrag
Copy link

needledrag commented Aug 28, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Did you read the "Reporting a bug" section on Contributing file?

Current Behavior

I've tested my .net Maui app in Android and iOS, debug, release and on device, Android now in Closed Testing on Google Play.
Just uploaded to App Connect and testing on a device using TestFlight.

On both devices I get the error in appcenter as the app loads the splash screen and goes blank:

  "exception": {
    "type": "System.InvalidOperationException",
    "message": "RootViewController cannot be null",
    "stackTrace": "   at CommunityToolkit.Maui.Core.Platform.StatusBar.UpdateStatusBarAppearance(UIWindow window)\n   at CommunityToolkit.Maui.Core.Platform.StatusBar.PlatformSetColor(Color color)\n   at CommunityToolkit.Maui.Core.Platform.StatusBar.SetColor(Color color)\n   at CommunityToolkit.Maui.Behaviors.StatusBarBehavior.OnPropertyChanged(String propertyName)\n   at Microsoft.Maui.Controls.BindableObject.SetValueActual(BindableProperty property, BindablePropertyContext context, Object value, Boolean currentlyApplying, SetValueFlags attributes, Boolean silent)\n   at Microsoft.Maui.Controls.BindableObject.SetValueCore(BindableProperty property, Object value, SetValueFlags attributes, SetValuePrivateFlags privateAttributes)\n   at Microsoft.Maui.Controls.BindableObject.SetValue(BindableProperty property, Object value, Boolean fromStyle, Boolean checkAccess)\n   at Microsoft.Maui.Controls.BindableObject.SetValue(BindableProperty property, Object value)\n   at CommunityToolkit.Maui.Behaviors.StatusBarBehavior.set_StatusBarColor(Color value)\n   at InkflowApp.Views.Base.PageBase.InitializeComponent()\n   at InkflowApp.Views.Base.PageBase..ctor()\n   at InkflowApp.Views.Base.ViewBase`1[[InkflowApp.ViewModels.Home.IntroViewModel, InkflowApp, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null]]..ctor()\n   at InkflowApp.Views.Home.IntroView..ctor()\n   at InkflowApp.ViewModels.Home.InitViewModel.OnNavigatedTo(Object parameters)",
    "wrapperSdkName": "appcenter.xamarin"
  }

I have the following code in my PageBase which every page is based off
<Page.Behaviors> <mct:StatusBarBehavior StatusBarColor="{StaticResource AppPrimaryBGColour}" StatusBarStyle="DarkContent"/> </Page.Behaviors>

I've read in the MS docs that this should be set in Behaviors as putting it in the class constructor or OnNavigatedTo (or OnAppearing) can cause problems if platform specific components haven't been initialised.

As I mentioned, this works in debug, on device and in release mode for both Android an iOS and published in Android, it just seems to be on publishing the iOS app this occurs every time.

Expected Behavior

Statusbar colour is set and app proceeds as expected to load the page.

Steps To Reproduce

As everything works in dev and release you'd need to depoly an app to the App Connect and test in Test Flight as this seems to be the only place I can reproduce it.

Link to public reproduction project repository

Unable to reproduce except in Test Flight

Environment

- .NET MAUI CommunityToolkit: 5.3
- OS: iOS 14.4.2
- .NET MAUI: 7

Anything else?

Any help or known workaround would be greatly appreciated.

@needledrag needledrag added bug Something isn't working unverified labels Aug 28, 2023
@ghost
Copy link

ghost commented Aug 28, 2023

Hi @needledrag. We have added the "needs reproduction" label to this issue, which indicates that we cannot take further action. This issue will be closed automatically in 5 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@pictos
Copy link
Member

pictos commented Aug 28, 2023

@needledrag can you reproduce this using release mode, with the same configurations that you use to build the test flight app?

@needledrag
Copy link
Author

Unfortunately not, it all works in release mode and even on a connected device. It's only when I install a published build from App Connect that this occurs. I've even tried to install on the same device that it worked on when testing the release mode and it fails. If all else fails I guess I could change the info.plist and set the Status bar style there directly?

@pictos
Copy link
Member

pictos commented Aug 28, 2023

@needledrag is your app using TabPage or Shell?

@needledrag
Copy link
Author

Shell

@pictos
Copy link
Member

pictos commented Aug 28, 2023

@needledrag for now, you can try to set the value on info.plist, probably it's caused by some issue around the initialization. This was working before?

@needledrag
Copy link
Author

It works in all other environments and on an Android published app but this is the first time I've published the iOS app to App Connect.

@vhugogarcia vhugogarcia added the area/behaviors Issue/Discussion/PR that has to do with Behaviors label Dec 7, 2023
@evgenyKozlov1996
Copy link

evgenyKozlov1996 commented Jan 29, 2024

Verified the issue.
Visual Studio 2022 v17.8.5
.NET MAUI 8
CommunityToolkit v7.0.1
iOS 17.3
IPhone 13 Pro Max

Steps to reproduce:

  • Build iOS Debug version and deploy it to the real device.
  • App will be opened successfully.
  • Close the app and detach the debugger.
  • Open the app from IPhone. App will show loading screen and crash when trying to open the first page.

P.S.: Maybe this issue is related to using ReactiveUI for MAUI

@needledrag
Copy link
Author

I had to remove the toolkit StatusBarBehavior for iOS builds to get around this

@bijington
Copy link
Contributor

Verified the issue.

Visual Studio 2022 v17.8.5

.NET MAUI 8

CommunityToolkit v7.0.1

iOS 17.3

IPhone 13 Pro Max

Steps to reproduce:

  • Build iOS Debug version and deploy it to the real device.

  • App will be opened successfully.

  • Close the app and detach the debugger.

  • Open the app from IPhone. App will show loading screen and crash when trying to open the first page.

P.S.: Maybe this issue is related to using ReactiveUI for MAUI

If you follow the same steps with the sample app do you see the same crash?

@canmjp1
Copy link

canmjp1 commented Apr 10, 2024

I am experiencing the same thing. Has there been a fix for this yet?

@AndrewMiller34
Copy link

AndrewMiller34 commented Apr 24, 2024

Verified the issue.
Visual Studio 2022 17.10.0 Preview 2.0
NET MAUI 8
CommunityToolkit v7.0.1
iOS 17.4.1
iPhone 12

Steps to reproduce:

  • Connect physical phone with USB and setup local device for debugging
  • Build iOS and start with debugger
  • App works perfectly fine
  • Close app and stop debugger
  • Open app again and crashes as soon as it hits a page with StatusBarBehvior implemented

When I try to add the behavior in the xaml.cs instead, it actually gives me a warning saying it's unsupported for iOS and Windows; but the docs are not agreeing.

I've included the required info.plist key according to the docs:
<key>UIViewControllerBasedStatusBarAppearance</key> <false/>

Works fine for Android and while debugging. But whether it's a Release or Debug build it will not run on the physical iPhone without the debugger attached.

@Blinchik91
Copy link

same here, still not fixed or working with .NET 8 and SimpleToolkit.SimpleShell in my case.
If I remove the StatusbarBehavior it works like mentioned

I had to remove the toolkit StatusBarBehavior for iOS builds to get around this

@thedee
Copy link

thedee commented Jun 14, 2024

I am also getting the error doing this on the constructor on a ContentPage:

this.Behaviors.Add(new StatusBarBehavior
{
    StatusBarColor = ColorResources.HeaderColor
});

Works fine when debugging but it errors when doing an Ad-Hoc build and installing it through iTunes on the device.

@canmjp1
Copy link

canmjp1 commented Jun 14, 2024

My workaround for this was adding this to the App OnStart()

CommunityToolkit.Maui.Core.Platform.StatusBar.SetColor(Color.FromArgb("#1190ca")); CommunityToolkit.Maui.Core.Platform.StatusBar.SetStyle(CommunityToolkit.Maui.Core.StatusBarStyle.LightContent);

@eddieyanez
Copy link

I've had this issue when using the behaviour directly on AppShell.xaml rather than on the ContentPage. To fix that, I've applied the behaviour to the pages rather than shell.

@lhughey
Copy link

lhughey commented Jul 13, 2024

Experiencing this issue ONLY on the first startup page. Pages that are navigated to from that beginning page are working fine. Odd.

@AmaluThomas
Copy link

I've had this issue when using the behaviour directly on AppShell.xaml rather than on the ContentPage. To fix that, I've applied the behaviour to the pages rather than shell.

Even in contentpage on release mode it crashes that is in testflight.

Is there any other solution?

@AmaluThomas
Copy link

My workaround for this was adding this to the App OnStart()

CommunityToolkit.Maui.Core.Platform.StatusBar.SetColor(Color.FromArgb("#1190ca")); CommunityToolkit.Maui.Core.Platform.StatusBar.SetStyle(CommunityToolkit.Maui.Core.StatusBarStyle.LightContent);

Are you able to upload to testflight without any crash?

@AmaluThomas
Copy link

AmaluThomas commented Jul 18, 2024

Fixed the status bar issues and was successfully able to build app:

(https://learn.microsoft.com/en-us/answers/questions/1341985/net-maui-how-to-change-status-bar-and-navigation-b)

@mackayn
Copy link

mackayn commented Jul 18, 2024

Noticed this as well in Release mode in iOS, the first page navigation will crash with the attached status bar behavior. Cobbled together this workaround as I only wanted to set the set the color once, it sets the status bar more than once but need something quick that was reliable, This is a MAUI app that doesn't use shell.

    public partial class AppNavigationPage
    {
        private bool _isRendered;

        public AppNavigationPage()
        {
            InitializeComponent();
        }

        protected override void OnHandlerChanged()
        {
            base.OnHandlerChanged();
            RepaintStatusBar();
        }

        protected override void OnAppearing()
        {
            base.OnAppearing();
            RepaintStatusBar();
            _isRendered = true;
        }

        protected override void OnSizeAllocated(double width, double height)
        {
            base.OnSizeAllocated(width, height);
            if (_isRendered)
            {
                RepaintStatusBar();
            }
        }

#if IOS
        private static void UpdateStatusBarAppearance(UIWindow? window)
        {
            var vc = window?.RootViewController ?? WindowStateManager.Default.GetCurrentUIViewController();
            if (vc != null)
            {
                while (vc.PresentedViewController is not null)
                {
                    vc = vc.PresentedViewController;
                }

                vc.SetNeedsStatusBarAppearanceUpdate();
            }
        }
#endif
        private void RepaintStatusBar()
        {
#if IOS
            var statusBarTag = new IntPtr(38482);
            if (GetParentWindow()?.Handler?.PlatformView is UIWindow window)
            {
                var topPadding = window?.SafeAreaInsets.Top ?? 0;

                var statusBar = new UIView(new CoreGraphics.CGRect(0, 0, UIScreen.MainScreen.Bounds.Size.Width, topPadding))
                {
                    BackgroundColor = ResourceHelper.GetNamedResourceColor("NavigationBarBackgroundColor").ToPlatform(),
                    Tag = statusBarTag,
                };

                var statusBarSubViews = window.Subviews.Where(x => x.Tag == statusBarTag).ToList();
                foreach (var statusBarSubView in statusBarSubViews)
                {
                    statusBarSubView.RemoveFromSuperview();
                }

                window.AddSubview(statusBar);

                UpdateStatusBarAppearance(window);
            }
#endif
        }
    }

@vhugogarcia
Copy link
Contributor

Thanks @mackayn and @AmaluThomas for sharing your results and workarounds.

It is hard for us to reproduce this issue by using the MCT sample app. If we run the sample app on DEBUG or RELEASE mode everything works as expected. However, @needledrag mentioned it only fails when the app is published to TestFlight on iOS.

If it is possible from any participant on this issues to share here the Error Stack Trace, maybe from Sentry or Firebase Crashlytics or any other third party error handler service that give us more insights will be fantastic, please.

I'm closing this issue for now. We can re-open it if needed in the future.

@vhugogarcia vhugogarcia added the not-reproduced Couldn't reproduce the bug label Jul 23, 2024
@Confusedfish
Copy link

Confusedfish commented Aug 21, 2024

I too am hitting this problem in that using the StatusBarBehaviour works as expected in debug but all production builds crash on startup on both Android and iOS. Using a local release build does not have the same problem, it only happens after the build and packaging process.

I am using:

  • CommunityToolkit.Maui 9.0.3
  • CommunityToolkit.Mvvm 8.2.2
  • Microsoft.Maui.Controls 8.0.80
  • Microsoft.Maui.Controls.Compatibility 8.0.80

The stack trace captured on iOS is as follows:

System.NotSupportedException: PlatformSetColor is only supported on iOS and Android 23 and later
at CommunityToolkit.Maui.Core.Platform.StatusBar.SetColor(Color color)
at CommunityToolkit.Maui.Behaviors.StatusBarBehavior.OnPropertyChanged(String propertyName)
at Microsoft.Maui.Controls.BindableObject.SetValueActual(BindableProperty property, BindablePropertyContext context, Object value, Boolean currentlyApplying, SetValueFlags attributes, SetterSpecificity specificity, Boolean silent)
at Microsoft.Maui.Controls.BindableObject.SetValueCore(BindableProperty property, Object value, SetValueFlags attributes, SetValuePrivateFlags privateAttributes, SetterSpecificity specificity)
at Microsoft.Maui.Controls.BindableObject.SetValue(BindableProperty property, Object value)

I note that the exception text comes from StatusBar.net.cs not StatusBar.ios.cs. Could this be a packaging issue? I am not sure why StatusBar.net.cs would be being included on an Android / iOS build.

If I copy out the relevant code from StatusBar.Android.cs and StatusBar.ios.cs into my own solution and use that code to change the status bar color then I have no problems.

How can I help diagnose this problem?

@ronanj2
Copy link

ronanj2 commented Aug 25, 2024

Seeing the same issue on opening the first page. Release mode, installed from TestFlight.
https://moz-1e.sentry.io/share/issue/c9b6270725ad4a1a9bc7dfcb6e416874/

@bijington
Copy link
Contributor

The biggest confusion is still the source of where the exception is thrown in our codebase - it comes from the .net.cs file not .ios.cs which makes me believe that for some reason when your app is compiled you are somehow getting the net version and not the ios version.

So to return to an earlier question, where are people using this behavior? Is it in the app project or a class library project? And if it is the latter how is that targeted (e.g. net8.0, net8.0-ios, etc.)?

@Confusedfish
Copy link

@bijington I get this problem in the app project but only if I compile the solution with dotnet 8.0.100. On >= 8.0.400 I no longer have the problem.

@ronanj2 what version of dotnet are you compiling your release?

@ronanj2
Copy link

ronanj2 commented Aug 25, 2024

SDK Version: 8.0.401, GitHub actions hosted runner.

@ronanj2
Copy link

ronanj2 commented Aug 25, 2024

The biggest confusion is still the source of where the exception is thrown in our codebase - it comes from the .net.cs file not .ios.cs which makes me believe that for some reason when your app is compiled you are somehow getting the net version and not the ios version.

So to return to an earlier question, where are people using this behavior? Is it in the app project or a class library project? And if it is the latter how is that targeted (e.g. net8.0, net8.0-ios, etc.)?

latter and csproj has:

<Project Sdk="Microsoft.NET.Sdk">
	<PropertyGroup>
		<TargetFrameworks>net8.0-android;net8.0-ios</TargetFrameworks>
		<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">
			$(TargetFrameworks);net8.0-windows10.0.19041.0
		</TargetFrameworks>
		<Authors>...</Authors>
		<Company>...</Company>
		<Copyright>...</Copyright>

		<UseMaui>true</UseMaui>
		<SingleProject>true</SingleProject>
		<ImplicitUsings>enable</ImplicitUsings>
		<Nullable>enable</Nullable>
		<MauiVersion>8.0.80</MauiVersion>

		<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">12.0</SupportedOSPlatformVersion>
		<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
			13.1
		</SupportedOSPlatformVersion>
		<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
		<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
			10.0.17763.0
		</SupportedOSPlatformVersion>
		<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
			10.0.17763.0
		</TargetPlatformMinVersion>
		<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
	</PropertyGroup>

@Confusedfish
Copy link

SDK Version: 8.0.401, GitHub actions hosted runner.

Strange, that fixed it for me

@Confusedfish
Copy link

@ronanj2 are you using toolkit 9.0.3?

<PackageReference Include="CommunityToolkit.Maui" Version="9.0.3" />

@ronanj2
Copy link

ronanj2 commented Aug 25, 2024

@ronanj2 are you using toolkit 9.0.3?

<PackageReference Include="CommunityToolkit.Maui" Version="9.0.3" />

I had 9.0.2. I just ugpraded to 9.0.3 and same crash happens.
https://moz-1e.sentry.io/share/issue/97b3abf58e2f45b9bdcaf45f761b8f2f/

@Confusedfish
Copy link

I can't help but think that this is something that I changed on our build server then as I can see no other code change that would have made a difference. Unfortunately it is offline until when I am back in the office on Tuesday but I will see if I can think of anything when I am back in the office.

@MoienTajik
Copy link

MoienTajik commented Sep 4, 2024

I have the same problem and the application crashes on iOS, even on debug mode using simulator:

App.xaml.cs:

public partial class App
{
    public App()
    {
        InitializeComponent();
    }

    protected override Window CreateWindow(IActivationState? activationState)
    {
        return new(new MainPage());
    }
}

MainPage.xaml:

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
             xmlns:shared="clr-namespace:MyApplication.Client.Shared;assembly=MyApplication.Client.Shared"
             x:Class="MyApplication.Client.Mobile.MainPage"
             BackgroundColor="{DynamicResource PageBackgroundColor}">

    <ContentPage.Behaviors>
        <toolkit:StatusBarBehavior ApplyOn="OnPageNavigatedTo" StatusBarStyle="DarkContent"/>
    </ContentPage.Behaviors>
    
    <StackLayout VerticalOptions="FillAndExpand">
        <BlazorWebView HorizontalOptions="FillAndExpand"
                       VerticalOptions="FillAndExpand"
                       HostPage="wwwroot/index.html">
            <BlazorWebView.RootComponents>
                <RootComponent Selector="#app" ComponentType="{x:Type shared:Routes}" />
            </BlazorWebView.RootComponents>
        </BlazorWebView>
    </StackLayout>
</ContentPage>

Stacktrace:

System.InvalidOperationException: RootViewController cannot be null
   at Microsoft.Maui.Controls.Xaml.ApplyPropertiesVisitor.SetPropertyValue(Object xamlelement, XmlName propertyName, Object value, Object rootElement, INode node, HydrationContext context, IXmlLineInfo lineInfo)
   at Microsoft.Maui.Controls.Xaml.ApplyPropertiesVisitor.Visit(ValueNode node, INode parentNode)
   at Microsoft.Maui.Controls.Xaml.ValueNode.Accept(IXamlNodeVisitor visitor, INode parentNode)
   at Microsoft.Maui.Controls.Xaml.ElementNode.Accept(IXamlNodeVisitor visitor, INode parentNode)
   at Microsoft.Maui.Controls.Xaml.RootNode.Accept(IXamlNodeVisitor visitor, INode parentNode)
   at Microsoft.Maui.Controls.Xaml.XamlLoader.Visit(RootNode rootnode, HydrationContext visitorContext, Boolean useDesignProperties)
   at Microsoft.Maui.Controls.Xaml.XamlLoader.Load(Object view, String xaml, Assembly rootAssembly, Boolean useDesignProperties)
   at Microsoft.Maui.Controls.Xaml.XamlLoader.Load(Object view, String xaml, Boolean useDesignProperties)
   at Microsoft.Maui.Controls.Xaml.XamlLoader.Load(Object view, Type callingType)
   at Microsoft.Maui.Controls.Xaml.Extensions.LoadFromXaml[MainPage](MainPage view, Type callingType)
   at MyApplication.Client.Mobile.MainPage.InitializeComponent() in /Users/moientajik/Personal/MyApplication/src/frontend/MyApplication.Client.Mobile/obj/Debug/net9.0-ios/iossimulator-x64/Microsoft.Maui.Controls.SourceGen/Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator/MainPage.xaml.sg.cs:line 27
   at MyApplication.Client.Mobile.MainPage..ctor() in /Users/moientajik/Personal/MyApplication/src/frontend/MyApplication.Client.Mobile/MainPage.xaml.cs:line 11
   at MyApplication.Client.Mobile.App.CreateWindow(IActivationState activationState) in /Users/moientajik/Personal/MyApplication/src/frontend/MyApplication.Client.Mobile/App.xaml.cs:line 15
   at Microsoft.Maui.Controls.Application.Microsoft.Maui.IApplication.CreateWindow(IActivationState activationState)
   at Microsoft.Maui.Platform.ApplicationExtensions.CreatePlatformWindow(IApplication application, UIWindowScene windowScene, NSDictionary[] states)
   at Microsoft.Maui.Platform.ApplicationExtensions.CreatePlatformWindow(IUIApplicationDelegate platformApplication, IApplication application, UIApplication uiApplication, NSDictionary launchOptions)
   at Microsoft.Maui.MauiUIApplicationDelegate.FinishedLaunching(UIApplication application, NSDictionary launchOptions)
   at UIKit.UIApplication.UIApplicationMain(Int32 argc, String[] argv, IntPtr principalClassName, IntPtr delegateClassName) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/UIKit/UIApplication.cs:line 61
   at UIKit.UIApplication.Main(String[] args, Type principalClass, Type delegateClass) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/UIKit/UIApplication.cs:line 96
   at MyApplication.Client.Mobile.Program.Main(String[] args) in /Users/moientajik/Personal/MyApplication/src/frontend/MyApplication.Client.Mobile/Platforms/iOS/Program.cs:line 9

Versions:

  • CommunityToolkit.Maui: 9.0.3
  • .NET: 9.0.100-preview.7.24407.12
  • MAUI: 9.0.0-preview.7.24407.4

@bijington
Copy link
Contributor

@MoienTajik please note that this issue is closed and we also do not officially support .NET 9.0 and won't until it GAs.

@ronanj2
Copy link

ronanj2 commented Sep 4, 2024

@MoienTajik please note that this issue is closed and we also do not officially support .NET 9.0 and won't until it GAs.

Previous commentor was .NET 9 but many others (including me) are .NET 8. I posted the TFMs above.

@bijington
Copy link
Contributor

@ronanj2 the latest crash reported in this comment #1374 (comment) looks like a threading issue on Android and not this issue

@bijington
Copy link
Contributor

If anyone is still seeing this specific issue we can reopen this. Looking closer at @MoienTajik you can see that the stack trace isn't the same and I believe that issue is related to .NET 9.0 specifics.

If anyone can reproduce this issue are you able to provide the CommunityToolkit.Maui.dll binary that will be included in the release folder when building your app? If it isn't in release you might have to grab from the obj folder which might be more tricky in a CI/CD environment. If we could inspect the dll we might be able to ascertain why this is happening.

@TheSundayDev
Copy link

Hi all,
as I commented in my post #2136 , the same issue is still present using the CommunityToolkit.Maui new version 9.1.0, maui 8.0.82, ios 17.6,VS 17.11.4
thanks

@RsZoli
Copy link

RsZoli commented Oct 1, 2024

i can confirm this, its getting really annoying that every 2nd or 3rd time when we update our nugets, the ios build gets broken :(

@bijington
Copy link
Contributor

i can confirm this, its getting really annoying that every 2nd or 3rd time when we update our nugets, the ios build gets broken :(

trust me it is equally frustrating on our side :( Hopefully we may have made a breakthrough based on the linked PR. I think we need to be careful though based on this comment #2243 (comment)

@jfversluis
Copy link
Member

@TheSundayDev can you provide me with a repro using Toolkit 9.1.0?

@bijington
Copy link
Contributor

@jfversluis I don't think we are really going to receive a repro for an issue like this. I believe a lot of it is related to environment which will be very difficult to replicate. I believe PR #2243 will help to fix this

@jfversluis
Copy link
Member

I think we're confusing 2 issues then here because the original issue here talks about the StatusBarBehavior from what it looks like, which I tried to fix here: #2128

Your PR seems to be more about mismatching assembly versions? So... What is the actual issue we're trying to fix or am I not understanding things correctly?

@bijington
Copy link
Contributor

bijington commented Oct 3, 2024

Oh yeah my bad! I was basing it off this comment #1374 (comment) and some others below it

@malsabi
Copy link

malsabi commented Oct 7, 2024

I was having the same exception message.
System.NotSupportedException: PlatformSetColor is only supported on iOS and Android 23 and later
My workaround: Downgrade MAUI Community Toolkit from 9.1.0 to 9.0.3.
Hope this helps!

@bobbydharrell
Copy link

I did not read all of the comments, but this also causes Android to fail

@bijington
Copy link
Contributor

Are you sure this is the same issue? All known issues point to it being an iOS specific issue based on our investigations

@bobbydharrell
Copy link

If I add the Behavior for Styling the Status Bar, the app fails. I get no errors, just a looping Explicit Concurrent GC

@bijington
Copy link
Contributor

That's not the same as this issue reports. This issue specifically reports an exception being reported. Can you please raise a separate issue so we can track it?

@rkops-bd
Copy link

Had the same problem (PlatformSetStyle is only supported on iOS and Android 23 and later), downgrade to 9.0.3 was the (temporary) solution!

Even had problems with Keyboard extension methods: NotSupportedException on HideKeyboardAsync and ShowKeyboardAsync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/behaviors Issue/Discussion/PR that has to do with Behaviors bug Something isn't working not-reproduced Couldn't reproduce the bug unverified
Projects
None yet
Development

No branches or pull requests