ios build giving error
See original GitHub issueI am getting error while building ios.
/Users/xxxx/.taco_home/remote-builds/taco-remote/builds/4144/cordovaApp/platforms/ios/xxxx/Plugins/plugin.google.maps/GoogleMaps.h:10:9: fatal error: 'GoogleMaps/GoogleMaps.h' file not found
1> #import <GoogleMaps/GoogleMaps.h>
1> ^
1> 1 error generated.
I am using visual studio tools for apache cordova remote build to build it.
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Xcode: Build Failed, but no error messages
Build operation failed without specifying any errors. Individual build tasks may have failed for unknown reasons. One possible cause is if there ...
Read more >Build Failed — but no reason!
Hi, I'm experiencing weird Xcode behavior. I'm getting "build failed" after some alterations to the code, but Xcode will NOT give me the...
Read more >Oh dear! Build errors? - LoopDocs - GitHub Pages
Open your project in Xcode as normal. Then go to the menu bar at the top of the screen and find the "Product"...
Read more >Troubleshooting build errors and crashes
Go to your build details page (find it on the build dashboard if you don't have it open already) and expand any failed...
Read more >How to Resolve Native Errors on Ionic Apps
Review native app errors including code signing, Xcode build error 65, and clashing Google Play Services versions. Learn to resolve native errors on...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

this is the answer:
https://taco.visualstudio.com/en-us/docs/tips-and-workarounds-ios-ios-plugin-symlink-fix-readme/
read this, it fixed my problem. you may have to clean your solution and remove/readd the maps plugin.
working for me. thanks.