【发布时间】:2020-11-17 11:16:51
【问题描述】:
当我尝试归档 Flutter IOS 版本时,我遇到了错误。
我使用 pod update 更新了 pod 并删除了可可缓存。
我使用flutter clean 和flutter build ios 重建但仍然出现此错误
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
ld: truncated fat file. Slice from 208257024 to 389831920 is past end of file with length 382730240 file
'/Users/bilalrabbi/Desktop/tools/project11/ios/Flutter/Flutter.framework/Flutter' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
【问题讨论】: