i try download plugin in terminal using command cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications
my os:mac os 10.8.5 , xcode 4.3
before download build succeeded
but after download plugin error
error: command failed: /bin/sh -c git clone "https://github.com/katzer/cordova-plugin-local-notifications" "/var/folders/s0/x_bcn18d51zd33vx03tltwm40000gn/t/git/1433249592654" dyld: lazy symbol binding failed: symbol not found: ___strlcpy_chk referenced from: /usr/local/git/bin/git expected in: /usr/lib/libsystem.b.dylib dyld: symbol not found: ___strlcpy_chk referenced from: /usr/local/git/bin/git expected in: /usr/lib/libsystem.b.dylib @ childprocess.exithandler (child_process.js:751:12) @ childprocess.emit (events.js:110:17) @ maybeclose (child_process.js:1015:16) @ process.childprocess._handle.onexit (child_process.js:1087:5)
so , need solve problem
seems you're missing xcode comman-line tools. install them:
- open xcode , hit
cmd
+,
- click downloads
- install command-line tools.
rerun command - should work then.
my os:mac os 10.8.5 , xcode 4.3
for real? 4.3 must 2012 or earlier...
Comments
Post a Comment