Flutter1.22.1 iOS14.0.1 실제 기계 실효 오류가 실제 기계 재부팅으로 해결되었습니다. "Your Xcode version may be too old for your iOS version."
iOS14로 하고 Android Studio 4.1로 하면 실기 빌드가 통과하지 않게 된다
Android Studio 4.1은, 한 번 기동했지만 플러그인이나 일본어나 넣으면 시작하지 않게 된다.
Library의 데이터도 지웠지만 쓸모 없기 때문에 어쩔 수 없이 4.01로 되돌린다.
표시된 키워드로 검색하는 것도 시작하지 않고 실기 재부팅으로 왠지 치료했습니다.
제목 이외의 오류 내용이 원인일 수 있지만 상세불명
결국, 실기의 재기동으로 해소했습니다.
오류 내용
Launching lib/main.dart on iPhone 11 Pro Max 256GB Space Gray in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: 55XW39K6SQ
Running Xcode build...
Xcode build done. 135.5s
Installing and launching...
═══════════════════════════════════════════════════════════════════════════════════
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-16 09:18:09.918 ios-deploy[57698:1126648] [ !! ] Error 0xe8000022: The service is invalid. AMDeviceSecureStartService(device, serviceName, NULL, &dbgServiceConnection)
Could not run build/ios/iphoneos/Runner.app on 00008030-00164D202628802E.
Try launching Xcode and selecting "Product > Run" to fix the problem:
open ios/Runner.xcworkspace
Error launching application on iPhone 11 Pro Max 256GB Space Gray.
참고로 환경을 올려 둡니다.
환경
오 S
macOS Catalina
10.15.7(19H2)
※ 낡은 Mac Mini입니다만, 메모리를 16GB로 해 놓은 것과, HDD가 사용물이 되지 않게 되어 왔기 때문에 외부 접속의 SSD로부터 기동하고 있습니다만, 나름대로 사용할 수 있습니다.
Android Studio
Android Studio 4.0.1
Build #AI-193.6911.18.40.6626763, built on June 25, 2020
Runtime version: 1.8.0_242-release-1644-b3-6222593 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.7
GC: ParNew, ConcurrentMarkSweep
Memory: 1246M
Cores: 4
Registry: ide.new.welcome.screen.force=true
Non-Bundled Plugins: Dart, io.flutter
Flutter Doctor
$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 1.22.1, on Mac OS X 10.15.7 19H2, locale ja-JP)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 12.0.1)
[✓] Android Studio (version 4.0)
[✓] VS Code (version 1.50.1)
[✓] Connected device (4 available)
! Device emulator-5562 is offline.
• No issues found!
빌드 주위가 불안정한 것이 곤란한 것이군요.
자신의 버그라면 아직도, 그 이외라면 움직이지 않게 되면 원인 찾는데 시간이 걸리는데 왜 치료하는지 잘 모른다.
iOS Simulator만으로 하고 있으면 Android에서 전혀 움직이지 않게 되기도 하므로 둘 다 확인하면서 작업할 필요가 있다.
Reference
이 문제에 관하여(Flutter1.22.1 iOS14.0.1 실제 기계 실효 오류가 실제 기계 재부팅으로 해결되었습니다. "Your Xcode version may be too old for your iOS version."), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/paul_soundprj/items/7e05058c3645a8de516a
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Launching lib/main.dart on iPhone 11 Pro Max 256GB Space Gray in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: 55XW39K6SQ
Running Xcode build...
Xcode build done. 135.5s
Installing and launching...
═══════════════════════════════════════════════════════════════════════════════════
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-16 09:18:09.918 ios-deploy[57698:1126648] [ !! ] Error 0xe8000022: The service is invalid. AMDeviceSecureStartService(device, serviceName, NULL, &dbgServiceConnection)
Could not run build/ios/iphoneos/Runner.app on 00008030-00164D202628802E.
Try launching Xcode and selecting "Product > Run" to fix the problem:
open ios/Runner.xcworkspace
Error launching application on iPhone 11 Pro Max 256GB Space Gray.
오 S
macOS Catalina
10.15.7(19H2)
※ 낡은 Mac Mini입니다만, 메모리를 16GB로 해 놓은 것과, HDD가 사용물이 되지 않게 되어 왔기 때문에 외부 접속의 SSD로부터 기동하고 있습니다만, 나름대로 사용할 수 있습니다.
Android Studio
Android Studio 4.0.1
Build #AI-193.6911.18.40.6626763, built on June 25, 2020
Runtime version: 1.8.0_242-release-1644-b3-6222593 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.7
GC: ParNew, ConcurrentMarkSweep
Memory: 1246M
Cores: 4
Registry: ide.new.welcome.screen.force=true
Non-Bundled Plugins: Dart, io.flutter
Flutter Doctor
$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 1.22.1, on Mac OS X 10.15.7 19H2, locale ja-JP)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 12.0.1)
[✓] Android Studio (version 4.0)
[✓] VS Code (version 1.50.1)
[✓] Connected device (4 available)
! Device emulator-5562 is offline.
• No issues found!
빌드 주위가 불안정한 것이 곤란한 것이군요.
자신의 버그라면 아직도, 그 이외라면 움직이지 않게 되면 원인 찾는데 시간이 걸리는데 왜 치료하는지 잘 모른다.
iOS Simulator만으로 하고 있으면 Android에서 전혀 움직이지 않게 되기도 하므로 둘 다 확인하면서 작업할 필요가 있다.
Reference
이 문제에 관하여(Flutter1.22.1 iOS14.0.1 실제 기계 실효 오류가 실제 기계 재부팅으로 해결되었습니다. "Your Xcode version may be too old for your iOS version."), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/paul_soundprj/items/7e05058c3645a8de516a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)