IOS FCM을 이용한 푸시에서 Xcode에서는 정상작동하나 TestFlight에서 정상작동하지 않을때
IOS FCM을 이용한 푸시에서 Xcode에서는 정상작동하나 TestFlight에서 정상작동하지 않을때
IOS FCM을 이용한 푸시에서 Xcode에서는 정상작동하나 TestFlight에서 정상작동하지 않을때
Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 소스트리를 이용해서 깃허브 깃을 이용하는데 Support for password...
Missing contentDescription attribute on image 안드로이드 앱 xml 레이아웃 확인 중 아래와 같은 경고가 떴다 Missing contentDescription attribute on image
Avoid using android.media.ExifInterface; use android.support.media.ExifInterface from the support library instead 안드로이드 앱 소스 리팩토리중 아래와 같은 경고가 떴다 Avoid using...
Failed: Not hittable XCUITest 코드를 작성 중 tap을 하려는데 tap이 안되는 경우 아래 extension을 작성해 해결했다 extension XCUIElement { func forceTapElement() { if self.is...