Rg.Plugins.Popup: Pop Up crashes as soon it is pushed to UI

With the recent update of Visual Studio and XCode the pop up crashes as soon as I try to open the pop up using await PopupNavigation.Instance.PushAsync(SomePopUp);

Tested on following device iOS iPad 13.1 & emulator OS version 13.2

And I see people closing the issue on the previous threads.

Visual Studio Enterprise 2019 for Mac Version 8.3.4 (build 8)

Apple Developer Tools Xcode 11.1 (15405) Build 11A1027

Xamarin.iOS Version: 13.4.0.2 (Visual Studio Enterprise)

Operating System Mac OS X 10.15.0

Rg.PopUp.Plugin Version 1.2.0.223

Xamarin.Forms Version 3.6.0.264807

Stacktrace

at Rg.Plugins.Popup.Services.PopupNavigationImpl.PushAsync (Rg.Plugins.Popup.Pages.PopupPage page, System.Boolean animate) [0x00091] in C:\\projects\\rg-plugins-popup\\src\\Rg.Plugins.Popup\\Services\\PopupNavigationImpl.cs:86 \n at VMSApp.Views.FillDetailsPage.OpenPurposePopUp (System.Object sender, Xamarin.Forms.FocusEventArgs e) [0x0000f] in /Users/ashish/Documents/Work \n at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) [0x00000] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/external/mono/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1021 \n at Foundation.NSAsyncSynchronizationContextDispatcher.Apply () [0x00000] in /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/src/Xamarin.iOS/Foundation/NSAction.cs:178 \n at (wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)\n at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) [0x00005] in /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/src/Xamarin.iOS/UIKit/UIApplication.cs:86 \n at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0000e] in /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/src/Xamarin.iOS/UIKit/UIApplication.cs:65 \n at VMSApp.iOS.Application.Main (System.String[] args) [0x00001] in /Users/ashish/Main.cs:17 "

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 1
  • Comments: 15

Most upvoted comments

@bbenetskyy thank you for your feedback. Since this is quite an old issue, and people are not able to provide a reproducible copy, im going to close this for now. if someone can, I’ll reopen

Problem still present in 2.0.0.2 Currently I’m stick with 1.1.5.188, this seems to be the last working release.