Unity
[Unity] Cycle in dependencies between targets 'Unity-iPhone' and 'UnityFramework'; building could produce unreliable results. This usually can be resolved by moving the target's Headers build phase before Compile Sources.Cycle path: Unity-iPhone → Uni..
Guk-blog
2022. 7. 4. 14:00
728x90
반응형
xcode 13으로 넘어오면서 의문의 버그가 계속 발생하는데 clean하고 재빌드해도 될때도 있고 안될 때도 있어서 답답하다
그래서 구글링을 해본 결과
해결 방법이 어처구니가 없다
https://forum.unity.com/threads/xcode-version-13-3-13e113-error-cycle-in-dependencies.1268720/
위 그림을 말로 풀자면
1. Unity-iPhone을 클릭
2. UnityFramwork를 선택
3. Build Phases를 클릭
4. Headers를 드래그해서 Compile Sources 보다 먼저가도록 옮겨준다
IOS는 빌드할때마다 욕이 진짜... 절로나온다
스토어 업데이트도 그렇고...후
728x90
반응형