Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 89864

After Updating to X.F4.1 iOS and UWP crashes (CrossMedia Plug In?)

$
0
0

Hello Guys,

I updated XF to 4.1. I am using CrossMedia to pick Images. On iOS i can select an Image and the app crashes.
Getting this Message:
2019-07-18 23:03:45.191 Retailer.iOS[599:127128] Unable to get metadata: System.ArgumentNullException: Value cannot be null.
Parameter name: asset
at Photos.PHImageManager.RequestImageData (Photos.PHAsset asset, Photos.PHImageRequestOptions options, Photos.PHImageDataHandler handler) [0x00087] in /Library/Frameworks/Xamarin.iOS.framework/Versions/12.10.0.157/src/Xamarin.iOS/Photos/PHImageManager.g.cs:170
at Plugin.Media.PhotoLibraryAccess.GetPhotoLibraryMetadata (Foundation.NSUrl url) [0x0004c] in <390f35b1db5e43b894d803204ceef8a9>:0
at Plugin.Media.MediaPickerDelegate.GetPictureMediaFile (Foundation.NSDictionary info) [0x00319] in <390f35b1db5e43b894d803204ceef8a9>:0

Die App wurde beendet.

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.

=================================================================

Basic Fault Adddress Reporting

Memory around native instruction pointer (0x1abcacdd0):0x1abcacdc0 fd 7b c1 a8 c0 03 5f d6 30 41 80 d2 01 10 00 d4 .{.....0A......
0x1abcacdd0 c3 00 00 54 fd 7b bf a9 fd 03 00 91 18 db ff 97 ...T.{..........
0x1abcacde0 bf 03 00 91 fd 7b c1 a8 c0 03 5f d6 d0 03 80 d2 .....{....
.....
0x1abcacdf0 01 10 00 d4 c3 00 00 54 fd 7b bf a9 fd 03 00 91 .......T.{......

=================================================================

Native stacktrace:

=============================================
0x102b49c8c - /var/containers/Bundle/Application/BC1675E5-974C-458E-BDB6-95D0E1258C4D/Retailer.iOS.app/Retailer.iOS : (null)
0x102b409c8 - /var/containers/Bundle/Application/BC1675E5-974C-458E-BDB6-95D0E1258C4D/Retailer.iOS.app/Retailer.iOS : (null)
0x1abd219ec - /usr/lib/system/libsystem_platform.dylib :
0x1abca6924 - /usr/lib/system/libsystem_kernel.dylib :
0x1abca6954 - /usr/lib/system/libsystem_kernel.dylib : fcntl
0x1aee88b50 - /System/Library/PrivateFrameworks/TCC.framework/TCC :
0x1aee88a90 - /System/Library/PrivateFrameworks/TCC.framework/TCC :
0x1aee8c92c - /System/Library/PrivateFrameworks/TCC.framework/TCC :
0x1abd74e88 - /usr/lib/system/libxpc.dylib :
0x1abd6859c - /usr/lib/system/libxpc.dylib :
0x1abb51854 - /usr/lib/system/libdispatch.dylib :
0x1abb0ae50 - /usr/lib/system/libdispatch.dylib :
0x1abb02dfc - /usr/lib/system/libdispatch.dylib :

~~~~
On UWP the app does not compile:

Fehler Die Ladung enthält mehrere Dateien mit dem gleichen Zielpfad "e_sqlite3.dll". Quelldateien:
C:\Users\agredo.nuget\packages\sqlitepclraw.lib.e_sqlite3.v140\1.1.11\runtimes\win10-x64\native\e_sqlite3.dll
C:\Users\agredo.nuget\packages\sqlitepclraw.lib.e_sqlite3.v140\1.1.11\runtimes\win10-x86\native\e_sqlite3.dl

Some times this error does not Show up. The the app builds but crashes with the info KERNELBASE.dll error in Event Viewer.

Maybe you can help me.

Thank you


Viewing all articles
Browse latest Browse all 89864

Trending Articles