iPhone 5에서 카카오톡 로그인 시도시 로그인이 되지 않습니다

안녕하세요? 현재 진행중인 소스에서 다른 기기는 잘 진행이 되는데, 아이폰 5만 카톡으로 시작하기 버튼을 누를 시 다음과 같은 현상이 발생하며 진행이 되지 않아서 여쭤봅니다.
기존에 카카오톡이 설치되어 있지 않은 상태에서, 카카오톡으로 시작하기 버튼을 누른 후 이메일 주소를 입력하기 시작하면 콘솔에 다음과 같은 로그가 찍힙니다:

2018-06-05 18:28:44.286926+0900 app_name[336:15916] -canOpenURL: failed for URL: “kakaokompassauth://authorize” - error: “The operation couldn’t be completed. (OSStatus error -10814.)”
2018-06-05 18:28:44.289155+0900 app_name[336:15916] -canOpenURL: failed for URL: “storykompassauth://authorize” - error: “The operation couldn’t be completed. (OSStatus error -10814.)”
2018-06-05 18:28:50.488437+0900 app_name[336:16027] 0x155005f0 Copy matching assets reply: XPC_TYPE_DICTIONARY <dictionary: 0x155005f0> { count = 1, transaction: 0, voucher = 0x0, contents =
“Result” => <int64: 0x16803f30>: 29
}
2018-06-05 18:28:50.493138+0900 app_name[336:16027] 0x15714f50 Daemon configuration query reply: XPC_TYPE_DICTIONARY <dictionary: 0x15714f50> { count = 2, transaction: 0, voucher = 0x0, contents =
“Dictionary” => <dictionary: 0x1571a370> { count = 1, transaction: 0, voucher = 0x0, contents =
“ServerURL” => <dictionary: 0x1571d930> { count = 3, transaction: 0, voucher = 0x0, contents =
“com.apple.CFURL.magic” => <uuid: 0x1571d610> C3853DCC-9776-4114-B6C1-FD9F51944A6D
“com.apple.CFURL.string” => <string: 0x1570fc10> { length = 30, contents = “https://mesu.apple.com/assets/” }
“com.apple.CFURL.base” => <null: 0x37ae48b4>: null-object
}
}
“Result” => <int64: 0x15710ac0>: 0
}
2018-06-05 18:28:50.495570+0900 app_name[336:16027] [MobileAssetError:29] Unable to copy asset information from https://mesu.apple.com/assets/ for asset type com.apple.MobileAsset.TextInput.SpellChecker

로그를 무시한채로 이메일/패스워드 입력 및 로그인 버튼을 누를 시 뷰가 refresh 된 후 다시 로그인 페이지가 나오며, 콜백이 제대로 호출되지 않습니다.(이 과정에서는 아무 로그도 찍히지 않습니다)
iOS 버전은 10.3.3 빌드넘버 14G60이며, 사용중인 키보드는 한/영, 언어/로케일은 영문/한국입니다.
://authorize 로그는 앱설치가 안되서 나오는 그냥 로그이고, 나머지는 구글링 해보니 https://mesu.apple.com/assets/ 이슈면 (Stackoverflow) TextView에서 Spell Checking/Correction이 지정되었을때 나오는 이슈라는데요, 제가 로그인 뷰의 텍스트뷰를 수정할수는 없고 혹시나해서 설정에서 자동완성/철자교정을 다 꺼봐도 똑같은 증상이 계속 발생합니다.
다른 11버전 기기들(아이폰 8, 8+, 아이패드, 프로 등) 에서는 이러한 이슈가 발생하지 않는데요, 혹시 어떤부분이 문제가 되고있는걸까요? 아니면 최소 OS 버전 제한을 걸어야할까요?