After investigation of this issue let's add some documentation to the README file around this issue.
{code} ld: library not found for -lGoogleToolboxForMac clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed: Ld build/emulator/AeroGear\ Cordova\ Showcase.app/AeroGear\ Cordova\ Showcase normal x86_64 (1 failure) (node:75391) UnhandledPromiseRejectionWarning: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/psturc/work/aerogear/aerogear-js-sdk/cordova-example/platforms/ios/cordova/build-debug.xcconfig,-workspace,AeroGear Cordova Showcase.xcworkspace,-scheme,AeroGear Cordova Showcase,-configuration,Debug,-sdk,iphonesimulator,-destination,platform=iOS Simulator,name=iPhone X,build,CONFIGURATION_BUILD_DIR=/Users/psturc/work/aerogear/aerogear-js-sdk/cordova-example/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/psturc/work/aerogear/aerogear-js-sdk/cordova-example/platforms/ios/build/sharedpch (node:75391) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:75391) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. {code} |
|