【发布时间】:2018-01-09 13:47:24
【问题描述】:
在 Xcode 中归档项目时出现此错误。
ld: bitcode bundle could not be generated because '/project/Pods/dlib/build/libdlib.dylib' was built without full bitcode. All frameworks and dylibs for bitcode must be generated from Xcode Archive or Install build for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
不知道该怎么办:(有什么建议吗?
【问题讨论】:
-
您是否尝试清除派生数据?
-
@dip 我该怎么做?
-
在构建设置中将
Enable Bitcode设置为 No -
@Anbu.Karthik 但我需要这个参数来设置 YES,因为我想上传项目到 App Store