투케이2K

245. (TWOK/ERROR) [Flutter] 빌드 에러 - Apple Developer account by signing in with your Apple ID 본문

투케이2K 에러관리

245. (TWOK/ERROR) [Flutter] 빌드 에러 - Apple Developer account by signing in with your Apple ID

투케이2K 2024. 5. 31. 11:42
반응형

[환경 설정 및 설명]

프로그램 : Flutter

설 명 : [Flutter] 빌드 에러 - Apple Developer account by signing in with your Apple ID

 

[에러 원인]

1. IOS 앱 구동 시 필요한 개발자 계정 지정 (Team ID) 및 Bundle 명칭 확인 문제로 발생한 이슈

No valid code signing certificates were found
You can connect to your Apple Developer account by signing in with your Apple ID
in Xcode and create an iOS Development Certificate as well as a Provisioning 
Profile for your project by:
  1- Open the Flutter project's Xcode target with
       open ios/Runner.xcworkspace
 

[해결 방법]

1. Xcode 실행 >> 애플 디벨로퍼 개발자 계정 설정

2. 번들 아이디 패키지 명칭이 com.example 로 시작하는 경우 번들 아이디 변경 실시

3. 아이폰 개발자 모드 활성 및 USB 연결 후 빌드 수행 실시

 
 



반응형
Comments