繁体   English   中英

离子插件添加cordova-plugin-googlemaps后构建失败

[英]BUILD FAILED after ionic plugin add cordova-plugin-googlemaps

我使用空白模板创建了一个Ionic项目,然后将其添加到Google Maps插件下方:

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

然后我尝试了“ ionic build 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

几个月前,这个过程曾经是开箱即用的,现在已经完全打破了

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

您是否知道如何解决此问题或正确的版本(任何版本)以恢复原状?

谢谢。

我安装了ios平台v 3.9.0,它正常工作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM