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
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
I'm currently trailing Sentry for Xamarin Form project. However I cannot get it to Build on Android and it crashes at run time on iOS.
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(2,2): Error: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'SharpRavenPortable, Version=0.0.0.0, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist in the Mono for Android profile?
The project is targeting NetStandard 1.3 with support Profile111
The text was updated successfully, but these errors were encountered:
#132, #145, #163, #168 and #189 all attempt to tackle this problem in one way or another. I'd say #189 is closest, so I hope we can get an AppVeyor build running there shortly and get it ready for merging.
I'm currently trailing Sentry for Xamarin Form project. However I cannot get it to Build on Android and it crashes at run time on iOS.
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(2,2): Error: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'SharpRavenPortable, Version=0.0.0.0, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist in the Mono for Android profile?
The project is targeting NetStandard 1.3 with support Profile111
The text was updated successfully, but these errors were encountered: