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

DisplayPromptAsync not working in iOS 17.4 #21131

Closed
galliva opened this issue Mar 11, 2024 · 3 comments
Closed

DisplayPromptAsync not working in iOS 17.4 #21131

galliva opened this issue Mar 11, 2024 · 3 comments
Labels
platform/iOS 🍎 s/needs-info Issue needs more info from the author s/triaged Issue has been reviewed t/bug Something isn't working

Comments

@galliva
Copy link

galliva commented Mar 11, 2024

Description

Trivial code:

private async Task<string> ShowPrompt()
{
  return await DisplayPromptAsync("A", "B:");
}

Works perfectly in iOS 17.2, not in iOS 17.4

Steps to Reproduce

Add a simple ToolbarItem:

<ContentPage.ToolbarItems>
  <ToolbarItem Text="Add" Clicked="OnItemAdded" />
</ContentPage.ToolbarItems>

Code-Behind:

private async void OnItemAdded(object sender, EventArgs e)
{
  var name = await ShowPrompt();
}

Link to public reproduction project repository

No response

Version with bug

8.0.6 SR1

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

iOS 17.4

Did you find any workaround?

No response

Relevant log output

No response

@galliva galliva added the t/bug Something isn't working label Mar 11, 2024
@jfversluis
Copy link
Member

Are you using Xcode 15.3? Have you seen #21057? Does it work if you compile against Xcode 15.2 for iOS 17.4?

@jfversluis jfversluis added platform/iOS 🍎 s/needs-info Issue needs more info from the author labels Mar 11, 2024
@kevinxufei kevinxufei added the s/triaged Issue has been reviewed label Mar 13, 2024
@jfversluis
Copy link
Member

No response for a couple of days, going to assume this has fixed it for you. Thanks!

@jfversluis jfversluis closed this as not planned Won't fix, can't repro, duplicate, stale Mar 14, 2024
@marcosgerene
Copy link

Same problem here.

<Button Text="TEste" Clicked="Button_Clicked" />

 private void Button_Clicked(object sender, EventArgs e)
 {
     this.DisplayPromptAsync("MAUI", "Bug on iOS");
 }

Application crashes.

2024-03-27 15:28:33.299291-0300 Panthera.Mobile.Maui[27380:249171] [LayoutConstraints] Changing the translatesAutoresizingMaskIntoConstraints property of a UICollectionViewCell that is managed by a UICollectionView is not supported, and will result in incorrect self-sizing. View: <_UIAlertControllerTextFieldViewCollectionCell: 0x108eac6d0; frame = (0 0; 270 24); gestureRecognizers = <NSArray: 0x600000c80f30>; layer = <CALayer: 0x6000007a26a0>>
2024-03-27 15:28:33.353259-0300 Panthera.Mobile.Maui[27380:249171] [unspecified] container_query_get_single_result: error = 2→(98) NOT_CODESIGNED
2024-03-27 15:28:33.353480-0300 Panthera.Mobile.Maui[27380:249171] [unspecified] container_system_group_path_for_identifier: error = ((container_error_t)98) NOT_CODESIGNED
2024-03-27 15:28:33.353668-0300 Panthera.Mobile.Maui[27380:249171] [MC] Error getting system group container for systemgroup.com.apple.configurationprofiles: 98
2024-03-27 15:28:33.354185-0300 Panthera.Mobile.Maui[27380:249171] [MC] Failed to get profile system group container path. Overriding with expected path: /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles

=================================================================
	Native Crash Reporting
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

=================================================================
	Native stacktrace:
=================================================================
	0x109440af5 - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libmonosgen-2.0.dylib : mono_dump_native_crash_info
	0x1093df4fe - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libmonosgen-2.0.dylib : mono_handle_native_crash
	0x109737b58 - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libmonosgen-2.0.dylib : sigabrt_signal_handler.cold.1
	0x109440430 - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libmonosgen-2.0.dylib : mono_runtime_setup_stat_profiler
	0x107504fdd - /usr/lib/system/libsystem_platform.dylib : _sigtramp
	0x600002ca4c01 - Unknown
	0x7ff80016dd1c - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib : abort
	0x7ff8001f28b0 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_malloc.dylib : malloc_vreport
	0x7ff8001f2ab2 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_malloc.dylib : malloc_report
	0x7ff801f42d88 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib : _ZN3icu6Locale10setToBogusEv
	0x7ff801f4484a - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib : _ZN3icu6LocaleaSERKS0_
	0x7ff8020b0590 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib : _ZNO3icu6number26UnlocalizedNumberFormatter6localeERKNS_6LocaleE
	0x7ff80205eeb7 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib : _ZN3icu13DecimalFormat5touchER10UErrorCode
	0x7ff801f44265 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib : unum_open
	0x7ff8004bff9a - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : __cficu_unum_open
	0x7ff8003fc399 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : CFNumberFormatterCreate
	0x7ff800e5d833 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation : -[NSNumberFormatter _regenerateFormatter]
	0x7ff800e5eaa7 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation : -[NSNumberFormatter stringForObjectValue:]
	0x7ff8057cbebd - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : UIKeyboardGetNumbersStringForActiveInputMode
	0x7ff805847471 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : UIKBMoreKeyStringForActiveInputMode
	0x7ff8058d248d - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIKeyboardLayoutStar updateLocalizedKeysOnKeyplane:]
	0x7ff8058d4659 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIKeyboardLayoutStar updateLocalizedKeysForKeyplane:updateAllKeyplanes:]
	0x7ff8058dc596 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIKeyboardLayoutStar setKeyplaneName:]
	0x7ff8058e54e2 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIKeyboardLayoutStar setToInitialKeyplane]
	0x7ff8058e5367 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIKeyboardLayoutStar showKeyboardWithInputMode:renderConfig:inputTraits:screenTraits:splitTraits:reload:]
	0x7ff8058e547c - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIKeyboardLayoutStar showKeyboardWithInputTraits:screenTraits:splitTraits:]
	0x7ff805a1dfc7 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIKeyboardImpl finishLayoutChangeWithArguments:]
	0x7ff805a1ea1e - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIKeyboardImpl updateLayout]
	0x7ff805a0c75b - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIKeyboardImpl _setupDelegate:delegateSame:hardwareKeyboardStateChanged:endingInputSessionIdentifier:force:delayEndInputSession:]
	0x7ff805a09633 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIKeyboardImpl setDelegate:force:delayEndInputSession:]
	0x7ff8054bde35 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIKeyboardSceneDelegate _reloadInputViewsForKeyWindowSceneResponder:force:fromBecomeFirstResponder:]
	0x7ff8054bc76a - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIKeyboardSceneDelegate _reloadInputViewsForResponder:force:fromBecomeFirstResponder:]
	0x7ff805d1d22a - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIResponder(UIResponderInputViewAdditions) _reloadInputViewsFromFirstResponder:]
	0x7ff805d16258 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIResponder becomeFirstResponder]
	0x7ff8063a8696 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIView(Hierarchy) becomeFirstResponder]
	0x7ff806118558 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UITextField becomeFirstResponder]
	0x7ff805328664 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[_UIViewControllerTransitionCoordinator _applyBlocks:releaseBlocks:]
	0x7ff805323c70 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[_UIViewControllerTransitionContext __runAlongsideAnimations]
	0x7ff8063b1a8c - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : __63+[UIView(Animation) _setAlongsideAnimations:toRunByEndOfBlock:]_block_invoke
	0x7ff80637dc58 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIViewAnimationState _runAlongsideAnimations]
	0x7ff80637c9f1 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIViewAnimationState pop]
	0x7ff806379d08 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : +[UIViewAnimationState popAnimationState]
	0x7ff8063b368b - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:]
	0x7ff8063b3bbd - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : +[UIView(UIViewAnimationWithBlocks) animateWithDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:]
	0x7ff805c64479 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIAlertControllerVisualStyleAlert animateAlertControllerView:ofAlertController:forPresentation:inContainerView:descendantOfContainerView:duration:completionBlock:]
	0x7ff804dee887 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[_UIAlertControllerAnimatedTransitioning _animateTransition:completionBlock:]
	0x7ff804dee398 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[_UIAlertControllerAnimatedTransitioning animateTransition:]
	0x7ff80532914f - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : ___UIViewControllerTransitioningRunCustomTransition_block_invoke_2
	0x7ff8054c5bf8 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : +[UIKeyboardSceneDelegate _pinInputViewsForKeyboardSceneDelegate:onBehalfOfResponder:duringBlock:]
	0x7ff8053290da - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : ___UIViewControllerTransitioningRunCustomTransition_block_invoke.649
	0x7ff8063b19a0 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : +[UIView(Animation) _setAlongsideAnimations:toRunByEndOfBlock:]
	0x7ff805328f5b - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : _UIViewControllerTransitioningRunCustomTransition
	0x7ff8051b6016 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : __56-[UIPresentationController runTransitionForCurrentState]_block_invoke.438
	0x7ff806346231 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[_UIAfterCACommitBlock run]
	0x7ff806346717 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[_UIAfterCACommitQueue flush]
	0x7ff805ceeed2 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : _runAfterCACommitDeferredBlocks
	0x7ff805cddd46 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : _cleanUpAfterCAFlushAndRunDeferredBlocks
	0x7ff805d12a71 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : _afterCACommitHandler
	0x7ff800429078 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__
	0x7ff800423a0e - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : __CFRunLoopDoObservers
	0x7ff800423f56 - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : __CFRunLoopRun
	0x7ff8004236ed - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : CFRunLoopRunSpecific
	0x7ff8103ba08f - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices : GSEventRunModal
	0x7ff805cdf6ee - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : -[UIApplication _run]
	0x7ff805ce416e - /Library/Developer/CoreSimulator/Volumes/iOS_21E213/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : UIApplicationMain
	0x1080f150a - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libxamarin-dotnet-debug.dylib : xamarin_UIApplicationMain
	0x109455765 - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libmonosgen-2.0.dylib : do_icall
	0x109453ef7 - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libmonosgen-2.0.dylib : do_icall_wrapper
	0x109444c16 - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libmonosgen-2.0.dylib : mono_interp_exec_method
	0x109442383 - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libmonosgen-2.0.dylib : interp_runtime_invoke
	0x1095286f8 - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libmonosgen-2.0.dylib : mono_runtime_invoke_checked
	0x10953003b - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libmonosgen-2.0.dylib : mono_runtime_exec_main_checked
	0x109394b62 - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libmonosgen-2.0.dylib : mono_jit_exec
	0x108135bea - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/libxamarin-dotnet-debug.dylib : xamarin_main
	0x106ee9464 - /Users/marcosgerenefelixspirito/Library/Developer/CoreSimulator/Devices/51B6FF7C-E9C2-4DF0-8912-630A49BB6B19/data/Containers/Bundle/Application/A4360A69-B669-4DF4-8A98-2EE712C393D3/Panthera.Mobile.Maui.app/Panthera.Mobile.Maui : main
	0x1070113e0 - Unknown
	0x115f6c366 - Unknown

=================================================================
	Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x10769d14a):0x10769d13a  ff ff c3 90 90 90 b8 48 
01 00 02 49 89 ca 0f 05  .......H...I
....
0x10769d14a  73 08 48 89 
c7 e9 cc 99 ff ff c3 90 90 90 b8 53  
s.H.........
...S
0x10769d15a  00 00 02 49 89 ca 0f 
05 73 08 48 89 c7 e9 b4 99 
 ...I....s.H....
.
0x10769d16a  ff ff c3 90 90 90 b8 
83 01 00 02 49 89 ca 0f 05  
..........
.I....

=================================================================
	Managed Stacktrace:
=================================================================
	  at <unknown> <0xffffffff>
	  at UIKit.UIApplication:xamarin_UIApplicationMain <0x000b8>
	  at UIKit.UIApplication:UIApplicationMain <0x0006e>
	  at UIKit.UIApplication:Main <0x0015a>
	  at Panthera.Mobile.Maui.Program:Main <0x0002c>
	  at <Module>:runtime_invoke_direct_void_string[] <0x00118>
	  at <unknown> <0x00000>
=================================================================
INFO: Xamarin.Hosting: Simulated process has exited (could not get process info: Process with an Id of 27380 is not running.).
INFO: 
INFO: The application has been launched
INFO: Closing debug session after launching on simulator...
The app has been terminated.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform/iOS 🍎 s/needs-info Issue needs more info from the author s/triaged Issue has been reviewed t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants