4

I integrate Flipper in my Flutter app, it worked very well in both Android and iOS emulator and real-devices,but I had a problem here : I can't archive build on xCode to export ipa file.

flutter_flipperkit: 0.0.22

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)
Tai Tran
  • 1,406
  • 3
  • 15
  • 27

1 Answers1

0

This issue seems to occur on flutter_flipperkit 0.0.23 as well. One way to solve this issue is to modify the Podfile of your Flutter project's iOS build. I suggest trying out this workaround after upgrading to the latest version of the plugin..

Omatt
  • 8,564
  • 2
  • 42
  • 144