Last active
August 29, 2015 14:08
phonegap Google Maps iOS build fail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Initial install following directions | |
coleman-mbp:newmap4 kcoleman$ cordova plugin rm com.googlemaps.ios | |
The plugin 'com.googlemaps.ios' is required by (plugin.google.maps), skipping uninstallation. | |
kcoleman-mbp:newmap4 kcoleman$ cordova plugin add https://github.com/wf9a5m75/googlemaps-ios-sdk-for-phonegap | |
Fetching plugin "https://github.com/wf9a5m75/googlemaps-ios-sdk-for-phonegap" via git clone | |
cp: dest file already exists: /Users/kcoleman/Documents/Aptana Studio 3 Workspace/newmap4/plugins/com.googlemaps.ios/CHANGELOG | |
Installing "com.googlemaps.ios" for android | |
Plugin "com.googlemaps.ios" already installed on ios. | |
kcoleman-mbp:newmap4 kcoleman$ phonegap run ios | |
[phonegap] detecting iOS SDK environment... | |
[phonegap] using the local environment | |
[phonegap] compiling iOS... | |
.. | |
..skipping lots of lines | |
.. | |
CpResource newmap4/Resources/GoogleMaps.bundle build/emulator/newmap4.app/GoogleMaps.bundle | |
cd "/Users/kcoleman/Documents/Aptana Studio 3 Workspace/newmap4/platforms/ios" | |
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/kcoleman/.rvm/gems/ruby-2.1.2/bin:/Users/kcoleman/.rvm/gems/ruby-2.1.2@global/bin:/Users/kcoleman/.rvm/rubies/ruby-2.1.2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Users/kcoleman/.rvm/bin:/Users/kcoleman/Library/android-sdk-macosx/tools:/Users/kcoleman/Library/android-sdk-macosx/platform-tools" | |
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/kcoleman/Documents/Aptana\ Studio\ 3\ Workspace/newmap4/platforms/ios/newmap4/Resources/GoogleMaps.bundle /Users/kcoleman/Documents/Aptana\ Studio\ 3\ Workspace/newmap4/platforms/ios/build/emulator/newmap4.app | |
error: /Users/kcoleman/Documents/Aptana Studio 3 Workspace/newmap4/platforms/ios/newmap4/Resources/GoogleMaps.bundle: No such file or directory | |
** BUILD FAILED ** | |
The following build commands failed: | |
CpResource newmap4/Resources/GoogleMaps.bundle build/emulator/newmap4.app/GoogleMaps.bundle | |
(1 failure) | |
{ [Error: /Users/kcoleman/Documents/Aptana Studio 3 Workspace/newmap4/platforms/ios/cordova/build: Command failed with exit code 65] code: 65 } | |
[error] /Users/kcoleman/Documents/Aptana Studio 3 Workspace/newmap4/platforms/ios/cordova/build: Command failed with exit code 65 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment