質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Swift

Swiftは、アップルのiOSおよびOS Xのためのプログラミング言語で、Objective-CやObjective-C++と共存することが意図されています

Swift 2

Swift 2は、Apple社が独自に開発を行っている言語「Swift」のアップグレード版です。iOSやOS X、さらにLinuxにも対応可能です。また、throws-catchベースのエラーハンドリングが追加されています。

Q&A

0回答

1931閲覧

carthageでエラー

webappskurojp

総合スコア31

Swift

Swiftは、アップルのiOSおよびOS Xのためのプログラミング言語で、Objective-CやObjective-C++と共存することが意図されています

Swift 2

Swift 2は、Apple社が独自に開発を行っている言語「Swift」のアップグレード版です。iOSやOS X、さらにLinuxにも対応可能です。また、throws-catchベースのエラーハンドリングが追加されています。

0グッド

0クリップ

投稿2016/03/22 06:16

carthageの設定中下記のエラーが出てしまいました。
以前似た現象がありSwinjectのバージョンを調整すると
解決したのですが、今回は上手く行きませんでした。

アドバイスいただけないでしょうか

try! Swiftででてきたキーワードを組み合わせたアプリを作ってみた
http://qiita.com/rizumita/items/781d3adfa63f0abc92d8
https://github.com/rizumita/GetLanguages

git clone https://github.com/rizumita/GetLanguages.git
bizp96:~/iOS/sample/GetLanguages (develop *=) $ carthage bootstrap --platform ios --no-use-binaries *** Checking out Himotoki at "1.6.0" *** Checking out Nimble at "v3.1.0" *** Checking out Result at "1.0.2" *** Checking out Quick at "v0.9.1" *** Checking out Swiftz at "v0.4.0" *** Checking out Swinject at "1.1.0" *** Checking out TransitionOperator at "v0.12.0" *** Checking out realm-cocoa at "v0.98.3" *** Checking out APIKit at "1.2.1" *** Checking out ReactiveCocoa at "v4.0.1" *** Checking out Rex at "0.9.0" *** xcodebuild output can be found in /var/folders/_4/w6txq0ds64z5rzhl40b02xcw0000gn/T/carthage-xcodebuild.SHnFjX.log *** Building scheme "Himotoki-iOS" in Himotoki.xcodeproj *** Building scheme "Nimble-iOS" in Nimble.xcodeproj *** Building scheme "Quick-iOS" in Quick.xcworkspace *** Building scheme "Result-iOS" in Result.xcodeproj *** Building scheme "Swiftz-iOS" in Swiftz.xcodeproj *** Building scheme "Swinject-iOS" in Swinject.xcodeproj ** BUILD FAILED ** The following build commands failed: PhaseScriptExecution Run\ SwiftLint /Users/bizp96/Library/Developer/Xcode/DerivedData/Swinject-bbhkksfmjfmnomafjhyemuwpmcyh/Build/Intermediates/Swinject.build/Release-iphoneos/Swinject-iOS.build/Script-98AEB3B11BE783DC0009F188.sh (1 failure) /Users/bizp96/myFolder/develop/project1/iOS/sample/GetLanguages/Carthage/Checkouts/Swinject/Sources/SwinjectStoryboard/Container+SwinjectStoryboard.swift:27:67: error: Variable Name Min Length Rule Violation: Variable name should be 2 characters or more: currently 1 characters (variable_name_min_length) /Users/bizp96/myFolder/develop/project1/iOS/sample/GetLanguages/Carthage/Checkouts/Swinject/Sources/SwinjectStoryboard/Container+SwinjectStoryboard.swift:27:70: error: Variable Name Min Length Rule Violation: Variable name should be 2 characters or more: currently 1 characters (variable_name_min_length) A shell task failed with exit code 65: ** BUILD FAILED ** The following build commands failed: PhaseScriptExecution Run\ SwiftLint /Users/bizp96/Library/Developer/Xcode/DerivedData/Swinject-bbhkksfmjfmnomafjhyemuwpmcyh/Build/Intermediates/Swinject.build/Release-iphoneos/Swinject-iOS.build/Script-98AEB3B11BE783DC0009F188.sh (1 failure)

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問