GoogleClientPlugin icon indicating copy to clipboard operation
GoogleClientPlugin copied to clipboard

iOS Object reference not set to an instance of an object Exception

Open ShadowOfPhantom opened this issue 4 years ago • 0 comments

Hi! 👋🏻

I have read all the tutorials, passed all the steps and double checked everything, including dependencies.

I'm getting an error trying to start the app:

An error occurred: 'Object reference not set to an instance of an object.'. Callstack: ' at Plugin.GoogleClient.GoogleClientManager.Initialize (System.String clientId, System.String[] scopes) <0x1063084e0 + 0x00012> in <1f4428c1c5b643939a3768ecdff1fd38>:0 (here is the full text)

It may be caused by the reason of this warning I also get:

The referenced component 'C:\Users\8908s\AppData\Local\XamarinBuildDownloadCache\GSgnI-5.0.2\Frameworks\GoogleSignIn.framework' could not be found. TextToSpeechApp.iOS

(I also was trying to clear nuget cache)

It works great with Android but I'm trying it to start working for almost a day, can't figure out how to solve it 🤷‍♂️ Have anyone any ideas?

Windows 10, Visual Studio Community 2019 (16.8.1), debugging with Hot Reload, without a Mac just using my real device and paid Apple developer account.

  • Device: iPhone 11
  • OS: iOS 14.1

ShadowOfPhantom avatar Nov 20 '20 14:11 ShadowOfPhantom