[Flutter / error / iOS] Try launching Xcode and selecting "Product > Run" to fix the problem: open ios/Runner.xcworkspace
VS Code에서 iOS 빌드를 하려 하는데, 아래와 같은 오류가 발생했습니다.
Xcode build done. 15.9s
Could not run build/ios/iphoneos/Runner.app on [...].
Try launching Xcode and selecting "Product > Run" to fix the problem:
open ios/Runner.xcworkspace
Error launching application on [Divice].
Exited (sigterm)
그래서 XCode로 빌드를 해보았는데 XCode에서는 빌드가 잘 되더라구요
이 경우에 기존 어플리케이션을 휴대폰에서 삭제한 뒤에 실행하면 잘 되는 경우도 있다고 하는데, 저는 기기에 해당 어플리케이션이 설치되지 않은 상황에서도 이 오류가 발생했습니다.
구글링 후 아래 방법으로 해결했습니다.
해결법
- VS Code terminal/ flutter clean
- XCode / Product - Clean Build Folder
- VS Code terminal / flutter build bundle
Author And Source
이 문제에 관하여([Flutter / error / iOS] Try launching Xcode and selecting "Product > Run" to fix the problem: open ios/Runner.xcworkspace), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@solradev/Flutter-error-iOS-Try-launching-Xcode-and-selecting-Product-Run-to-fix-the-problem-open-iosRunner.xcworkspace저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)