2016-11-11 156 views
0

我使用空白模板则低于谷歌地图插件添加创建离子项目:BUILD离子插件失败后添加科尔多瓦 - 插件 - 谷歌地图

ionic plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_IOS="XXXXX" 

这里是版本:

• Mac OSX El Capitan 10.11.4 
• Ionic CLI 2.1.8 
• Cordova 6.4.0 
• Node 6.8.1 
• NPM 3.10.8 

然后我尝试“离子版ios”,并得到这个错误:

** BUILD FAILED ** 


The following build commands failed: 
    CompileC build/MyApp.build/Debug-iphoneos/MyApp.build/Objects-normal/armv7/GoogleMapsViewController.o MyApp/Plugins/plugin.google.maps/GoogleMapsViewController.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler 
(1 failure) 

Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/myusername/Documents/MyApp/platforms/ios/cordova/build-debug.xcconfig,-project,MyApp.xcodeproj,ARCHS=armv7 arm64,-target,MyApp,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=/Users/myusername/Documents/MyApp/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/myusername/Documents/MyApp/platforms/ios/build/sharedpch 

这个过程用于开箱几个月a去和现在它完全打破

https://ionicframework.com/docs/v2/native/google-maps/

你有任何想法如何解决这一问题或右的版本(的东西),以恢复?

谢谢。

+0

做你尝试删除iOS平台和添加再次打造过吗? – Gandhi

回答

0

我安装了iOS平台v 3.9.0和它的工作。

相关问题