2016-11-26 4 views
0

ポッドをpod repo updateで更新しました。更新後、私はXcodeに戻って自分のプロジェクトをビルドします。私はきれいでしたし、再構築したが、それらは役立ちませんXcode 8.1 - "pod repo update"の後にモジュールマップの内容を読み取ることができません

(...そして、私の他のポッドの多く)

error: unable to read module map contents from 'Target Support Files/KeychainSwift/KeychainSwift.modulemap': Error Domain=NSCocoaErrorDomain Code=260 "The file “KeychainSwift.modulemap” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/MyPath/MyPrj/Pods/Target Support Files/KeychainSwift/KeychainSwift.modulemap, NSUnderlyingError=0x7f9f8530d330 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} 
error: unable to read module map contents from 'Target Support Files/KeychainSwift/KeychainSwift.modulemap': Error Domain=NSCocoaErrorDomain Code=260 "The file “KeychainSwift.modulemap” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/MyPath/MyPrj/Pods/Target Support Files/KeychainSwift/KeychainSwift.modulemap, NSUnderlyingError=0x7f9f847248e0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} 

:私はXcodeのは、以下のようなエラーが発生した私のプロジェクトをビルドに失敗したことを驚いています。

私は何が起こっているのか分かりません。これをどうすれば解決できますか?

ありがとうございます。

答えて

-1

.xcworkspaceファイルがあるフォルダにコマンドラインを実行し、pod updateを実行してみてください。

関連する問題