개발/개발 기타
[Flutter] The service is invalid. 아이폰 테스트 에러
똘똘이박사
2020. 10. 6. 07:23
Installing and launching... 47.2s
══════════════════════════════════════════════════
Error launching app. Try launching from within Xcode via:
open ios/Runner.xcworkspace
Your Xcode version may be too old for your iOS version.
══════════════════════════════════════════════════
2020-10-06 06:54:29.967 ios-deploy[3985:55021] [ !! ] Error 0xe8000022: The service is invalid. AMDeviceSecureStartService(device, CFSTR("com.apple.debugserver"), NULL, &con)
Could not run build/ios/iphoneos/Runner.app on e9fe5f3ab221bf30fd200aa2ea6bda50f62d3440.
Try launching Xcode and selecting "Product > Run" to fix the problem:
open ios/Runner.xcworkspace
Error launching application on freehoon.
위와 같은 에러 코드가 보인다면
플러터를 업데이트 해본다.
>flutter channel stable
>flutter upgrade
이렇게 메시지가 떴다면 이제 다시 아이폰에 어플을 테스트 해보자
뭔가 경고가 떴지만
앱이 빌드되고 아이폰에 뜨는 것을 확인해 볼 수 있다.
반응형