alibaba / GaiaX

动态模板引擎是一套轻量化、跨平台、高性能的纯原生移动端卡片渲染动态化解决方案
https://youku-gaiax.github.io/
Apache License 2.0
1.2k stars 142 forks source link

ld: too many personality routines for compact unwind to encode for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) #461

Open 342261733 opened 9 months ago

342261733 commented 9 months ago

描述这个问题

iOS 集成到项目中后,报错:ld: too many personality routines for compact unwind to encode for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

预期正确的结果

集成后正常运行

截图

image

342261733 commented 9 months ago

补充:单独引入 pod 'GaiaMotionCurve' 没有问题,只要引入pod 'GaiaXiOS'就会报上面错误