DrMoriarty / godot-firebase-analytics

Firebase Analytics plugin for Godot engine
17 stars 5 forks source link

iOS : can't find the GoogleService-Info.plist #9

Open AbdulkarimAhmad opened 2 years ago

AbdulkarimAhmad commented 2 years ago

thanks for this plugin

I tried it on android it works fine on iOS I download it using nativlib for iOS I make sure that the little icon for iOS is on I make sure that NativeLib-Export is downloaded I download GoogleService-Info.plist and move it to addons/nativelib-export/iOS the plugin appear on the export page and in the. autoload I check the box both
I run it but it tell me that its can't find the GoogleService-Info.plist and asked me to download it from firebase.console

DrMoriarty commented 2 years ago

check if NativeLib-Export is enabled in your project settings. It is not enabled automatically after installation.

AbdulkarimAhmad commented 2 years ago

your right it wasn't enabled after I enabled it I start to see the googleservice-info on the Xcode but now there is more errors appear

Could not find or use auto-linked framework 'FBLPromises'

Screen Shot 2021-08-18 at 3 13 57 PM