1
私はXcode 7.3を使用していますが、私のコードをswift 2.3に更新しました(実際にはわからない)。 「いいえ、そのようなモジュールGoogleの」Cocoapods:そのようなモジュールがありません
: 私のプロジェクトでは、Google、Alamofire、FBSDKのような多くのポッド、...
私は私のプロジェクトをビルドしようとすると、それは「インポートグーグル」でこのエラーで失敗を含み私は、この行をコメント場合は明らかに、それは次のインポートに失敗しない: 「そのようなモジュールFBSDKLoginKit」ここ
私podfileは次のとおりです。
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
# Uncomment this line if you're using Swift
use_frameworks!
target 'MyProject' do
pod 'Cartography'
pod 'Google/SignIn'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'Alamofire', '~> 3.5'
pod 'UIImageView-Letters'
pod 'GoogleMaps'
pod 'SDWebImage'
pod 'iCarousel'
pod 'ActionSheetPicker-3.0'
pod 'Stripe'
pod 'DateTools'
pod 'PayPal-iOS-SDK'
pod 'DLRadioButton'
pod 'p2.OAuth2'
end
target 'MyProjectTests' do
end
target 'MyProjectUITests' do
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '2.3'
end
end
end
私はこの問題を解決するために何ができるのでしょうか? (すでにポッドインストール、ポッドアップデート、クリーン、クリア派生データ...)
ありがとう!あなたのアプリのプロジェクト -Bridging-HEADER.Hファイルで