xamarin / GoogleApisForiOSComponents

MIT License
225 stars 156 forks source link

Protobuf library missing. App Crashing on start up #556

Open FIELDPOINT opened 2 years ago

FIELDPOINT commented 2 years ago

I am using

<PackageReference Include="Xamarin.Firebase.iOS.Analytics">
<Version>8.10.0</Version>
</PackageReference>
    <PackageReference Include="Xamarin.Firebase.iOS.Core">
      <Version>8.10.0</Version>
    </PackageReference>
    <PackageReference Include="Xamarin.Firebase.iOS.Crashlytics">
      <Version>8.10.0</Version>
    </PackageReference>
    <PackageReference Include="Xamarin.Forms" Version="5.0.0.2401" />

Debugging it on a simulator, during start up, I get a crash report on the mac saying Termination Reason: DYLD 1 Library missing Library not loaded: @rpath/Protobuf.framework/Protobuf

I have tried upgrading the version to 8.10.1 as well. No luck. Help please.

FIELDPOINT commented 2 years ago

Is this project dead or something? I havent seen single reply in over 20 days. Its a serious bug not letting me even install the nugget so I would think there would be some sense of urgency to resolve this..