유니티 xcode 빌드에러 double-quoted include "UnityAppController.h" in framework header, ...
유니티에서 ios 플랫폼으로 빌드한 앱을 실제 기기에서 테스트하기 위해서는 xcode에서 다시 빌드해줘야 합니다. 그런데 다음과 같은 에러가 발생했다면, 시도해볼 만한 방법이 있습니다.
double-quoted include “UnityAppController.h” in framework header, expected angle-bracketed instead
Build Settings -> UnityFramework -> 'Module Verifier' 검색 -> 'Enable Module Verifier' 를 끄기.(No)
Bug - XCode 14.3 breaks my previously working iOS build with double-quote errors Apparently my XCode auto-updated last night to 14.3 and now my previously working iOS buid is no longer working. I'm receiving errors like this:… Apparently my XCode auto-updated last night to 14.3 and now my previously working iOS buid is no longer working. I'm receiving errors like this:…
이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.

