플러터 카카오 로그인 오류

문의 시, 사용하시는 개발환경과 디벨로퍼스 앱ID를 알려주세요.


Flutter 3.19.6
Tools • Dart 3.3.4 • DevTools 2.31.1
kakao sdk : 1.9.1+2
앱 id 1049078

플러터로 카카오 로그인연동을 하고 있습니다.
로그인 버튼을 눌러 카카오 앱으로 진입시 곧바로 앱으로 돌아오면서 앱이 튕겨버립니다.
카카오 API에서 주는 오류는 없고, 아래와 같은 오류만 남습니다.
릴리즈와 디버그 버전 모두에서 오류가 나고 있습니다.
도와주세요!

[ERROR:flutter/runtime/ptrace_check.cc(75)] Could not call ptrace(PT_TRACE_ME): Operation not permitted

Cannot create a FlutterEngine instance in debug mode without Flutter tooling or Xcode.

To launch in debug mode in iOS 14+, run flutter run from Flutter tools, run from an IDE with a Flutter IDE plugin or run the iOS project from Xcode.

Alternatively profile and release mode apps can be launched from the home screen.

Lost connection to device.

디벨로퍼스앱에는 오류 로그가 없어서 어떤 상황인지 유추하기 어렵네요.

아래 내용 참고하셔서 공식예제로 정상 작동하는지 먼저 테스트 해주세요.

Flutter 카카오 SDK 사용, 공식 예제 실행해보기