question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Building IOS Capacitor 3 - CordovaPlugins Error - Undefined symbol: _OBJC_CLASS_$_FIRAnalytics

See original GitHub issue

Upgraded to Capacitor 3 and now can’t build.

Pod Version : 1.11.2 Architecture used : $(ARCHS_STANDARD_64_BIT) Ionic CLI: 6.17.0 Min IOS version : 12

Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_FIRAnalytics", referenced from:
      objc-class-ref in FirebaseAnalyticsPlugin.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

"dependencies": {
    "@capacitor/app": "^1.0.5",
    "@capacitor/cli": "^3.2.5",
    "@capacitor/core": "^3.2.5",
    "@capacitor/haptics": "^1.1.2",
    "@capacitor/ios": "^3.2.5",
    "@capacitor/keyboard": "^1.1.2",
    "@capacitor/status-bar": "^1.0.5",
    "appsflyer-capacitor-plugin": "^6.4.0",
    "call-number": "^1.0.1",
    "cordova-plugin-firebase-analytics": "^6.1.0",
    "cordova-plugin-idfa": "^2.0.0",
    "cordova-plugin-inappbrowser": "^5.0.0",
    "cordova-plugin-mixpanel": "^4.7.2",
    "cordova-support-android-plugin": "^1.0.2",
    "intercom-multi-workspace": "bitbucket:ctrltechnologies/intercom-multi-workspace",
    "npm": "^8.1.0"
  }

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
MorneCTRLcommented, Oct 26, 2021

Having the same issue. Would be great to get some guidance. @chemerisuk care to comment on why you closed without any feedback?

1reaction
dupiesdupreezcommented, Oct 25, 2021

Why has this been closed @chemerisuk ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build error in ionic capacitor iOS app 'Firebase.h' not found
Build error in ionic capacitor iOS app 'Firebase.h' not found ... Which leads me to this error : Undefined symbol: OBJC_CLASS$_FIRAnalytics.
Read more >
Ionic v4 cordova - Undefined symbols for architecture x86_64
Context. I have tried to generate the application for iOS and it presents me with the following error. He tried reinstalling the node_modules ......
Read more >
Xcode "Undefined Symbol : _CGSizeFromGADAdSize" Error
After generating a unity build which works fine in the editor, I get this error in the title when I try to archive...
Read more >
Capacitor iOS Plugin Guide
Capacitor iOS Plugin Guide. Building Capacitor plugins for iOS involves writing Swift (or Objective-C) to interface with Apple's iOS SDKs.
Read more >
How to add Capacitor Google Sign In to your Ionic App
If you need a social sign in inside your Ionic app, adding Capacitor Google sign in is actually a breeze to implement after...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found