간혹 Llnker에러가 나온다. 뭐가 문제인지 자세히 알려주지 않기때문에 터미널에서 빌드를 해보자.
xcodebuild -project Unity-iPhone.xcodeproj -target "Unity-iPhone" -configuration Debug -verbose
1. 터미널에서 xcode 프로젝트가 있는 곳으로 간다.
2. 위 명령어로 빌드를 해서 나온 실패 이유를 본다.
3. 다시 구글 + gpt 검색 지옥으로 들어간다.
(Unity-iPhone은 타겟명이다. 각자에 맞는걸로 하면된다)
'Unity' 카테고리의 다른 글
[ Unity ] framework 'FBLpromises' not found (3) | 2023.11.23 |
---|---|
[ Unity ] GoogleService-Info.plist file missing REVERSED_CLIENT_ID, Google Sign-In will fail to initialize. (1) | 2023.11.23 |
[ Unity ] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 (0) | 2023.11.22 |
[ Unity ] 자식 크기에 부모 크기 맞추기. (2) | 2023.11.22 |
[ Unity ] USE_AUTH_EMULATOR not set. (3) | 2023.11.22 |