You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ImageCropper.Forms package for cropping images. It is working fine on the android part but when I try it on ios, I am getting the below exception:
Exception:>System.MissingMethodException: Method not found: System.Threading.Tasks.Task`1<Plugin.Media.Abstractions.MediaFile> Plugin.Media.Abstractions.IMedia.TakePhotoAsync(Plugin.Media.Abstractions.StoreCameraMediaOptions)
at System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start[TStateMachine] (TStateMachine& stateMachine) [0x0002c] in /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:84
at Stormlion.ImageCropper.ImageCropper.Show (Xamarin.Forms.Page page, System.String imageFile) [0x00033] in <548dc893a11b47fe908c9c3d7f4a39ba>:0
at ImageCropDemo.MainPage.OnClickedRectangle (System.Object sender, System.EventArgs e) [0x00002] in /Users/companyname/Downloads/ImageCropDemo/ImageCropDemo/ImageCropDemo/MainPage.xaml.cs:29
I tried to install ImageCropper.Forms.Fix.v3 to solve this issue. When I try to install Fix.v3 getting the below errors:
Severity Code Description Project File Line Suppression State
Error NU1101 Unable to find package Plugin.Persmissions. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, nuget.org ImageCropDemo C:\Users\user\Downloads\ImageCropDemo\ImageCropDemo\ImageCropDemo\ImageCropDemo.csproj 1=
Error Package restore failed. Rolling back package changes for 'ImageCropDemo'.
The ImageCropper.Forms.Fix.v5 installation is success, but no change in the exception. ImageCropper.Forms.Fix.v6 and ImageCropper.Forms.Fix.v7 packages are also available, which package will solve this issue in ios?
The text was updated successfully, but these errors were encountered:
I am using ImageCropper.Forms package for cropping images. It is working fine on the android part but when I try it on ios, I am getting the below exception:
My Code
I tried to install
ImageCropper.Forms.Fix.v3
to solve this issue. When I try to installFix.v3
getting the below errors:The
ImageCropper.Forms.Fix.v5
installation is success, but no change in the exception.ImageCropper.Forms.Fix.v6
andImageCropper.Forms.Fix.v7
packages are also available, which package will solve this issue in ios?The text was updated successfully, but these errors were encountered: