谷歌地图sdk有ios架构的问题

时间:2013-03-16 07:45:51

标签: ios xcode google-maps google-maps-sdk-ios

由于苹果地图adk在街道细节上并不详细,谷歌提供了新的sdk,我试图将其作为当前ios 6的解决方案,我面临的问题是它无论你在设置中放置什么架构,都会抛出错误, 以下是错误,但在sdkmapdemo中运行时没有问题:(

    Undefined symbols for architecture armv7:
  "___gxx_personality_sj0", referenced from:
      +[GMSServices provideAPIKey:] in GoogleMaps(GMSServices.o)
      +[GMSServices openSourceLicenseInfo] in GoogleMaps(GMSServices.o)
      +[GMSServices services] in GoogleMaps(GMSServices.o)
      _GMS_NSClassFromString in GoogleMaps(GMSRenames.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

1 个答案:

答案 0 :(得分:7)

您是否将libstdc++.dylib添加到项目的框架中?