Recent Posts

Missing contentDescription attribute on image

less than 1 minute read

Missing contentDescription attribute on image 안드로이드 앱 xml 레이아웃 확인 중 아래와 같은 경고가 떴다 Missing contentDescription attribute on image

Failed: Not hittable

less than 1 minute read

Failed: Not hittable XCUITest 코드를 작성 중 tap을 하려는데 tap이 안되는 경우 아래 extension을 작성해 해결했다 extension XCUIElement { func forceTapElement() { if self.is...

Task :app:uploadCrashlyticsMappingFileRelease FAILED

less than 1 minute read

Task :app:uploadCrashlyticsMappingFileRelease FAILED Gradle 버전을 올리고 나서 갑자기 gradle을 통한 빌드 실패를 했다. 오류메시지는 아래 부분에서 실패했었다. Task :app:uploadCrashlyticsMappingF...