首页 > 解决方案 > 未找到架构 arm64 的 CoreServices 框架

问题描述

我正在使用 Unity (5.6.2) 构建游戏。当我构建到 Xcode 时,我收到有关 CoreServices 的错误。

错误如下:

ld: warning: arm64 function not 4-byte aligned: ltmp0 from /Users/User/Documents/untitled folder/Builds/DriveThrough_205_FB/Libraries/libiPhone-lib.a(unwind_test_arm64.o)
ld: warning: arm64 function not 4-byte aligned: _unwind_tester from /Users/User/Documents/untitled folder/Builds/DriveThrough_205_FB/Libraries/libiPhone-lib.a(unwind_test_arm64.o)
ld: framework not found CoreServices for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

有没有人遇到过这个?

标签: xcodeunity3d

解决方案


推荐阅读