Building IOS Capacitor 3 - CordovaPlugins Error - Undefined symbol: _OBJC_CLASS_$_FIRAnalytics
See original GitHub issueUpgraded 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:
- Created 2 years ago
- Comments:10 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Having the same issue. Would be great to get some guidance. @chemerisuk care to comment on why you closed without any feedback?
Why has this been closed @chemerisuk ?