Unity
[ Unity ] Linker command failed with exit code 1
거두절me
2023. 11. 23. 02:31
728x90
간혹 Llnker에러가 나온다. 뭐가 문제인지 자세히 알려주지 않기때문에 터미널에서 빌드를 해보자.
xcodebuild -project Unity-iPhone.xcodeproj -target "Unity-iPhone" -configuration Debug -verbose
1. 터미널에서 xcode 프로젝트가 있는 곳으로 간다.
2. 위 명령어로 빌드를 해서 나온 실패 이유를 본다.
3. 다시 구글 + gpt 검색 지옥으로 들어간다.
(Unity-iPhone은 타겟명이다. 각자에 맞는걸로 하면된다)