Error(3)
-
[ERROR] Assertion failed: (aliasSectionNum == sectionNum && "alias and its target must be located in the same section"), function assignAliasAtomOffsetInSection, file Layout.cpp, line 3358.
1. 현상시뮬레이터에서는 정상적으로 빌드 및 실행이 됨.배포 또는 디바이스 빌드 및 실행 시 오류 발생2. 환경 정보MacBook Pro Inter CPUmacOS : Sonoma 14.4.1Xcode 15.3 3. 처리Build Settings ➔ Other Linker Flags ➔ -ld_classic 추가 : 오류 해결됨4. 기타위 방법으로 안될 경우Build Settings ➔ Other Linker Flags ➔ -ld_64 추가 : 확인은 못함
2024.05.18 -
[ERROR] validateNewTexture:89: failed assertion `BytesPerRow of a buffer-backed texture with pixelFormat(MTLPixelFormatBGRA8Unorm) must be aligned to 64 bytes, found bytesPerRow(1200)'
해결방법 Edit Scheme > Run > Diagnostics > Metal > API Validation 체크 해제 화면이 다를경우 참고 화면이 다를경우 참고. stackoverflow 에서 찾음 Metal API Validation > Disabled 설정
2021.10.01 -
[Error] Implicit declaration of function 'xmlKeepBlanksDefault' is invalid in C99
XCode 7.3에서 개발된 프로젝트를 Xcode 9.4로 변경시 발생 오류 오류가 발생하는 소스.m 파일 상단에 아래 코드 추가 #include 우선은 컴파일 오류는 발생하지 않음.
2020.09.04