[iOS] Linker error: 'Undefined symbols for architecture arm64'
See original GitHub issueI followed installation procedure, plugin version 0.0.23, Flutter 1.12.13+hotfix.9 channel stable. Got this linker error in Xcode:
Undefined symbols for architecture arm64: "CKAnalyticsListenerHelpers::GetReusedNodes(NSObject*)", referenced from: +[SKComponentLayoutWrapper newFromRoot:parentKey:] in libFlipperKit.a(SKComponentLayoutWrapper.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Undefined symbols for architecture arm64 - Apple Developer
I am working on the ios project. I didn't have any problem at the moment. However, there is a problem with iOS 11.4...
Read more >Undefined symbols for architecture arm64 #2600 - GitHub
Bug Report Throws an error of arm 64 when running app from Xcode 12.4 to iOS 14.6 Undefined symbols for architecture arm64: ...
Read more >How To Fix It: Undefined Symbols for Architecture X86_64:
This error is happening due to the lack of included values inside the declared statements in your code. The browser is going to...
Read more >The heartbreak of the Xcode “Undefined symbols ... - iOS Brain
If you have the source code for library.a, you can easily fix the problem. Remove the current reference to library.a in your app...
Read more >How to fix Linker error (Undefined symbols for ... - YouTube
In this video you can see how to fix following issue:- Undefined symbols for architecture arm64 : "_OBJC_CLASS_$_GADRequest", referenced from: ...
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
Here the solution worked for me
$static_framework
should be declare same level withpost_install
, not insideproject 'Runner'
Finally the Podfile should look like this
@amorenew Can you try to remove
use_modular_headers!
on the Podfile?