Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2 tasks
aaadipop opened this issue Nov 1, 2024 · 2 comments
Closed
2 tasks

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

aaadipop opened this issue Nov 1, 2024 · 2 comments

Comments

@aaadipop
Copy link

aaadipop commented Nov 1, 2024

Bug report

CHECKLIST

  • [ x ] I have read the documentation thoroughly and it does not help solve my issue.
  • I have checked that no similar issues (open or closed) already exist.

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

  • Cordova CLI version
    • cordova -v : 11.1.0
  • Cordova platform version
    • cordova platform ls:
         Installed platforms:
           ios 7.1.1
         Available platforms:
           android ^10.1.1
           browser ^6.0.0
           electron ^3.0.0
           osx ^6.0.0 (deprecated)
         ```
    
    
  • Plugins & versions installed in project (including this plugin)
    • cordova plugin ls
  • Dev machine OS and version, e.g.
    • OSX
      • sw_vers
    • Windows 10
      • winver

iOS build issue:

  • Node JS version
    • node -v : v20.18.0
  • XCode version: Version 16.1 (16B40)
@dpa99c
Copy link
Owner

dpa99c commented Nov 14, 2024

Looks like you need to update Cocoapods to the latest version:
firebase/firebase-ios-sdk#13996

@aaadipop
Copy link
Author

aaadipop commented Nov 22, 2024

yep, updated cocoapods from 1.16.1 to 1.16.2 and cordova-plugin-firebasex from ^17.0.0 to ^18.0.3 and works good with xCode 16.1, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants