Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- error
- Git
- iOS16
- window
- 개발자
- Swift
- rxswift
- github
- 한글
- UIButton
- SwiftUI
- view
- stack
- Apple
- JPA
- Code
- Notification
- darkmode
- mac
- IOS
- Firebase
- FLUTTER
- 웹뷰
- appstore
- Xcode
- Archive
- Session
- MacOS
- Realm
- Python
Archives
- Today
- Total
EEYatHo 앱 깎는 이야기
Swift ) error: the Swift tools version specification is missing a label 본문
iOS, Swift/Tip, Bug, Swift Error
Swift ) error: the Swift tools version specification is missing a label
EEYatHo 2024. 2. 29. 10:05반응형
tuist 4.x 로 마이그레이션 중 에러 발생
The 'swift' command exited with error code 1 and message:
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
해결방법
소스파일 맨 위에
swift-tools-version 의 버전을 명시
// swift-tools-version:5.9
'iOS, Swift > Tip, Bug, Swift Error' 카테고리의 다른 글
Swift ) Release 모드로 실행하기 (0) | 2024.08.30 |
---|---|
XcodeCloud Error ) Package.resolved file is corrupted or malformed - EEYatHo iOS (0) | 2024.05.16 |
Swift ) Queried URL Schemes 용도 (LSApplicationQueriesSchemes) - EEYatHo iOS (1) | 2024.02.08 |
SwiftUI ) Deinit 감지하기 - EEYatHo iOS (0) | 2024.02.01 |
SwiftUI ) TCA 단점 ( with AsyncStream, cancel, cancelable ) - EEYatHo iOS (1) | 2024.02.01 |
Comments