2016-12-23 7 views
0

をiOSアプリに組み込んでthis articleを追ってGoogle Mapsを統合しました。次のエラーが表示されます。

enter image description here

私はpodfileこの

# Uncomment the next line to define a global platform for your project 
# platform :ios, '9.0' 

source 'https://github.com/CocoaPods/Specs.git' 

target 'ClockIt' do 
    # Comment the next line if you're not using Swift and don't want to use dynamic frameworks 
    use_frameworks! 

    # Pods for ClockIt 

    pod 'GoogleMaps' 
    pod 'GooglePlaces' 

    target 'ClockItTests' do 
    inherit! :search_paths 
    # Pods for testing 
    end 

    target 'ClockItUITests' do 
    inherit! :search_paths 
    # Pods for testing 
    end 

end 

のように見える私が何か間違ったことをやっていますか?

+0

ポッドは問題ありません。あなたのプロジェクト設定に問題があります。デモプロジェクトで同じポッドを実行しようとすると、そのポッドが実行されます。 'アーキテクチャarmv7に見つからないシンボル'を検索しよう –

答えて

0

私は次のステップ

オープンでビルドフェーズ]タブを問題を解決して、ライブラリにリンクバイナリ内、 次フレームワークを追加します。

  • GoogleMapsBase.framework
  • GoogleMaps対応.framework
  • GoogleMapsCore.framework
  • GoogleMapsM4B.framewor K(プレミアムプランのお客様のみ)
  • Accelerate.framework
  • CoreData.framework CoreGraphics.framework
  • CoreLocation.framework
  • CoreText.framework
  • GLKit.framework
  • ImageIO.framework
  • のlibC++ .tbd
  • libz.tbd
  • OpenGLES.framework
  • QuartzCore.framework
  • SystemConfiguration.framework
  • UIKit.framework

インストールポッドを行っている場合は、この手順はまた、非常に重要です。

これは、Google Map integration documentation for podのインストールには含まれません。