AdamEssenmacher / GoogleApisForiOSComponents

A community-supported fork of the abandoned Xamarin.iOS.* binding libraries from Microsoft
MIT License
39 stars 7 forks source link

dyld[10175]: Symbol not found: _OBJC_CLASS_$_GULNetworkInfo #22

Open Immons opened 3 weeks ago

Immons commented 3 weeks ago
dyld[10175]: Symbol not found: _OBJC_CLASS_$_GULNetworkInfo
Referenced from: <7EFCE371-0EAC-3F87-8683-C6B15DDA9669> /Users/immons/Library/Developer/CoreSimulator/Devices/9948F228-BE7E-4732-A5F7-91302C50CE3E/data/Containers/Bundle/Application/1F806E73-1923-4820-BDA8-7029ED7ECAC6/Mobile.Core.app/Frameworks/FirebaseSessions.framework/FirebaseSessions
  Expected in:     <34E0B44E-4E10-3028-9875-DC18A41938E9> /Users/immons/Library/Developer/CoreSimulator/Devices/9948F228-BE7E-4732-A5F7-91302C50CE3E/data/Containers/Bundle/Application/1F806E73-1923-4820-BDA8-7029ED7ECAC6/Mobile.Core.app/Frameworks/GoogleUtilities.framework/GoogleUtilities

AdamE.Firebase.iOS.Analytics version: 10.24.0

this one shows in Console output, application crashes immediately on simulator when starting.

rezamohamed commented 3 weeks ago

I had a similar issue with just getting the other Firebase components working, I had to do this to get it working. dotnet add package AdamE.Firebase.iOS.Installations --version 10.24.0

AdamEssenmacher commented 2 weeks ago

@Immons does the above help?

Immons commented 2 weeks ago

@AdamEssenmacher no, still crashing immediately

AdamEssenmacher commented 2 weeks ago

Do you have a repro project?

eostarEmployee80 commented 1 week ago

@Immons Any solution to this?