由于苹果地图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)
答案 0 :(得分:7)
您是否将libstdc++.dylib
添加到项目的框架中?