CrossGeeks / FacebookClientPlugin

Facebook Client Plugin for Xamarin iOS and Android
MIT License
106 stars 32 forks source link

[BUG] System.MissingMethodException when upgrading to Xamarin.Facebook.iOS 5.0.2 #45

Closed plamen-i closed 5 years ago

plamen-i commented 5 years ago

Method not found: System.Threading.Tasks.Task`1 Facebook.LoginKit.LoginManager.LogInWithPublishPermissionsAsync(string[],UIKit.UIViewController)

at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x0002c] in /Library/Frameworks/Xamarin.iOS.framework/Versions/12.10.0.157/src/Xamarin.iOS/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:471 at Plugin.FacebookClient.FacebookClientManager.LoginAsync (System.String[] permissions, Plugin.FacebookClient.Abstractions.FacebookPermissionType permissionType) [0x00033] in :0

Version Number of Plugin: 1.6.0 Device Tested On: N/A Simulator Tested On: iPhone 5s iOS 11.0 Version of VS: Visual Studio Professional 2019 - 16.1.4 Version of Xamarin: Xamarin.Apple SDK 16.1.0.545 Versions of other things you are using: macOS Mojave 10.14.5 Xcode 10.2.1 Xamarin.iOS 12.10.0.157

rdelrosario commented 5 years ago

Should be fixed in:

https://www.nuget.org/packages/Plugin.FacebookClient/2.0.1-beta

This version is still in beta but almost releasing a stable version once all tests are completed.

If not fixed after testing this beta please re-open