flutter error: Multiple commands produce '/Users/****/build/ios/Debug-iphonesimulator/Runner.app/...
error: Multiple commands produce '/Users/mac/code/***build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework':
1) Target 'Runner' has copy command from '/Users/mac/code/***/.ios/Flutter/engine/Flutter.framework' to
'/Users/mac/code/***/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework'
2) That command depends on command in Target 'Runner': script phase “[CP] Embed Pods Frameworks”
warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.2.99. (in target 'Flutter')
warning: The iOS Simulator deployment target is set to 5.0, but the range of supported deployment target versions for this platform is 8.0 to 12.2.99. (in target 'TMCache')
warning: The iOS Simulator deployment target is set to 6.0, but the range of supported deployment target versions for this platform is 8.0 to 12.2.99. (in target 'Masonry')
warning: The iOS Simulator deployment target is set to 5.0, but the range of supported deployment target versions for this platform is 8.0 to 12.2.99. (in target 'SDWebImage')
warning: ignoring duplicated output file: '/Users/mac/code/gmalpha_flutter/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework' in shell script build phase '[CP] Embed Pods
Frameworks'. This warning represents an extremely serious project misconfiguration and will likely cause some shell scripts in your project to be skipped entirely, leading to other build failures or
missing files in the build directory. This will be a hard error in the future. (in target 'Runner')
note: Using new build systemnote: Planning buildnote: Constructing build description
솔루션
ios / Runner.xcworkspace
를 열고 구축 시스템을 Legacy Build System
로 변경합니다.Xcode 10
로 시스템을 구축합니다.항목 내비게이션 사이드바에서 ios / Runner.xcworkspace
항목을 선택합니다.홈 뷰에서 Runner
대상을 선택하고 Runner
탭을 선택합니다.단계 확장Build Phases
및 내장 프레임 목록에서 선택Embed Frameworks
.클릭 - 목록에서 제거Flutter.framework
(App.framework 유지)스크린 스냅숏 2019-07-15 오후 7.46.50.png
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
다양한 언어의 JSONJSON은 Javascript 표기법을 사용하여 데이터 구조를 레이아웃하는 데이터 형식입니다. 그러나 Javascript가 코드에서 이러한 구조를 나타낼 수 있는 유일한 언어는 아닙니다. 저는 일반적으로 '객체'{}...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.