[ERROR] validateNewTexture:89: failed assertion `BytesPerRow of a buffer-backed texture with pixelFormat(MTLPixelFormatBGRA8Unorm) must be aligned to 64 bytes, found bytesPerRow(1200)'

2021. 10. 1. 14:45개발자료/iOS


반응형
해결방법

Edit Scheme > Run > Diagnostics > Metal > API Validation 체크 해제

화면이 다를경우 참고

화면이 다를경우 참고. stackoverflow 에서 찾음

Metal API Validation > Disabled 설정

https://stackoverflow.com/questions/58043738/validatenewtexture89-failed-assertion-bytesperrow-of-a-buffer-backed-texture

 

 

반응형

'개발자료 > iOS' 카테고리의 다른 글

백그라운드 전환시 작업시간 벌기  (0) 2021.11.03
UIView  (0) 2021.10.12
[WebView] Inject  (0) 2021.09.29
[IB] 비율에 맞추기  (0) 2021.09.29
CallStack 정보 출력  (0) 2021.08.09