Skip to content

Commit

Permalink
Merge pull request #651 from unoplatform/dev/ERLI/Prevent-XamarinCala…
Browse files Browse the repository at this point in the history
…bash-Error
  • Loading branch information
Xiaoy312 committed Jul 13, 2023
2 parents f757d4d + 1de0664 commit 03d03a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public App()
/// <param name="e">Details about the launch request and process.</param>
protected override async void OnLaunched(XamlLaunchActivatedEventArgs e)
{
#if __IOS__ && !NET6_0 && USE_UITESTS
#if __IOS__ && !NET6_0_OR_GREATER && USE_UITESTS
Xamarin.Calabash.Start();
#endif

Expand Down

0 comments on commit 03d03a0

Please sign in to comment.