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

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

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

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

Q&A

解決済

2回答

840閲覧

Xcode9 Frameworkの部分が赤文字になっており、Build Failedを招いている

yukky05

総合スコア11

Swift

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

0グッド

0クリップ

投稿2017/11/19 00:05

エラー概要

友人と共同開発のアプリで、
友人がFrameworkを入れたようで、gitで友人の差分をマージ後、自分の手元でビルドしようとした頃、
Build Failedになっており、ログを見た所以下のようなキャプチャの状態になっております。
pod installやupdateをしているにもかかわらず、解決できず困っております。どなたか解決方法ご存知であれば教えていただきたく。

エラーログ

Showing All Issues Build system information error: /Users/[username]/Documents/[projectname]/Pods/Target Support Files/Fusuma/Fusuma.xcconfig: unable to open file (in target 'Fusuma') Build system information error: /Users/[username]/Documents/projectname]/Pods/Target Support Files/Fusuma/Fusuma.xcconfig: unable to open file (in target 'Fusuma') Build system information error: /Users/[username]/Documents/[projectname]/Pods/Target Support Files/Fusuma/Fusuma.xcconfig: unable to open file (in target 'Fusuma') Build system information error: /Users/[username]/Documents/[projectname]/Pods/Target Support Files/Fusuma/Fusuma.xcconfig: unable to open file (in target 'Fusuma') Build system information error: /Users/[username]/Documents/[projectname]/Pods/Target Support Files/BEMCheckBox/BEMCheckBox.xcconfig: unable to open file (in target 'BEMCheckBox') Build system information error: /Users/[username]/Documents/[projectname]/Pods/Target Support Files/BEMCheckBox/BEMCheckBox.xcconfig: unable to open file (in target 'BEMCheckBox') Build system information error: /Users/[username]/Documents/[projectname]/Pods/Target Support Files/BEMCheckBox/BEMCheckBox.xcconfig: unable to open file (in target 'BEMCheckBox') Build system information error: /Users/[username]/Documents/[projectname]/Pods/Target Support Files/BEMCheckBox/BEMCheckBox.xcconfig: unable to open file (in target 'BEMCheckBox') Build system information error: missing module map file: '/Users/[username]/Documents/[projectname]/Pods/Target Support Files/Fusuma/Fusuma.modulemap (in target 'Fusuma') Build system information error: missing module map file: '/Users/[username]/Documents/[projectname]/Pods/Target Support Files/BEMCheckBox/BEMCheckBox.modulemap (in target 'BEMCheckBox') Build system information warning: Target Pods-[projectname] product Pods_[projectname] cannot link framework Foundation.framework

参照スクリーンショット

以下のように、追加したFrameworkと思われる部分だけ、赤文字になっており、中身のswiftファイルを選択しても、swiftファイルが開かないのでおそらく端末にない状態なのだと思います。
!イメージ説明明](fa00e5b37e5c06f2a933a765d3890e82.png)

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

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

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

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

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

fuzzball

2017/11/20 00:28

新規にチェックアウトするとどうなりますか?
yukky05

2017/11/23 11:07

チェックアウトしても反応なかったのですが、再度pod installし直したところ、解決しました。おさわがせしました。
guest

回答2

0

自己解決

共同開発者のcommitをpullしても、対象のライブラリがインストールされず、再度Podfileを書き換え、
pod installをし直したところ、修正されました。おさわがせしました。

投稿2017/11/23 11:07

yukky05

総合スコア11

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

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

0

まず共同開発者に聞くのが筋でしょう。
わからないという情報も共有するべきです。

投稿2017/11/19 10:59

MasakiHori

総合スコア3384

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

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

yukky05

2017/11/19 21:46

はい、書き漏れましたがすでに上記状態を共有し、共同開発者もわからない状態になっております。 ちなみにプロジェクトは.xcworkspaceで開いており、一応Podfileもgitの更新差分見ながらターミナルで書き換えて、pod installもして成功しているように見えます。
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

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

ただいまの回答率
85.50%

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

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

質問する

関連した質問