dpa99c / cordova-plugin-firebasex

Cordova plugin for Google Firebase
MIT License
571 stars 468 forks source link

ld: symbol(s) not found for architecture arm64 #903

Open aaadipop opened 2 weeks ago

aaadipop commented 2 weeks ago

Bug report

CHECKLIST

Current behavior:

first screenshot is the output from ionic cordova build ios run from cli and the second one is the build output from xcode, same error is present in my project and in the cordova-plugin-firebasex-test project

Steps to reproduce: I cloned the example project, run npm i, cordova platform add ios and cordova run ios and ended up with the bellow error ( screens )

I have a fresh XCode install and I have only one simulator, for IOS 18.1, should I get an older one? ( I'm a bit out of space for doing that :) )

Screenshots

Capture d’écran 2024-11-01 à 10 27 14 Capture d’écran 2024-11-01 à 10 27 54

Environment information

iOS build issue:

dpa99c commented 1 day ago

Looks like you need to update Cocoapods to the latest version: https://github.com/firebase/firebase-ios-sdk/issues/13996