Я строю игру, используя 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)
Кто-нибудь сталкивался с этим?