Googlemap 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)

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

最新更新