2016-09-29 5 views
1

XcodeをXcode 8にアップデートし、コードをSwift 3に変換するよう依頼されました。また、私のポッドファイルを開いて、2つのライブラリ、AlamofireとCVCalendarビューを最新のSwift 3.0対応バージョンにアップデートしました。しかし、まだapp.Iを構築するから私を妨げているいくつかの奇妙なエラーがあるがXcodeの8.0にアップデートする前に完全に罰金コンパイルXcodeがSwift 3として更新されたPodライブラリを認識しない

Module file was created by an older version of the compiler; rebuild 'Alamofire' and try again: [Path to Module] 

Command /usr/bin/ditto failed with exit code 1 

clang: error: linker command failed with exit code 1 (use -v to see invocation) 

Command /usr/bin/codesign failed with exit code 1 

Failed to read Info.plist of app Path/Xcode/DerivedData/BRGO-cmhsxuafeewtybbrnrbtuymvljcp/Build/Products/Debug-iphoneos/BRGO.app (Couldn't load Info dictionary for <DVTFilePath:0x7fb86eed0bb0:'/Users/Praveen/Library/Developer/Xcode/DerivedData/BRGO-cmhsxuafeewtybbrnrbtuymvljcp/Build/Products/Debug-iphoneos/BRGO.app'>) 

マイアプリのようエラーを取得しています。今、私はこれらのエラーを受け付けておりますし、あなたがココアポッドに1.1.0を使用していない場合、私はそれを更新してみてくださいなぜ

答えて

0

を知らない:

[sudo] gem install cocoapods --pre 

彼らはAlamofireの最新バージョンを持っているあなたのpodfileを変更します。

pod 'Alamofire', '~> 4.0' 

pod installを再度実行します。

シミュレータからのDerivedDataを削除する - >内容と設定をリセットする。

関連する問題