我正在使用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)
有人碰到这个吗?