3つのポッドがインストールされていますが、何らかの理由で正常に動作しません。 再インストール、更新、統合が試行されましたが、何もしませんでした。 次のエラーが発生します。手動でフォルダを作成しようとしましたが、リンカエラーが常にリンカーの問題Xcode Cocoapods
Podfileまま:
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'Clima' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Clima
pod 'SwiftyJSON'
pod 'Alamofire'
pod 'SVProgressHUD'
end
「リンカコマンド...」というエラーを右クリックして「ログに記録」を選択し、スクリーンショットをあなたの質問に追加できますか? –
@ V.Khambirがすべて追加され、それが役立つ場合はPodfile – Dev0urCode
[-lPodsのライブラリが見つかりません](https://stackoverflow.com/questions/9863836/library-not-found-for-lpods)の可能な複製 – LinusGeffarth