ProgressNS / sidekick-feedback

This repository is for feedback regarding NativeScript Sidekick. Use the issues system here to submit feature requests or vote for existing ones.
45 stars 9 forks source link

Sidekick using cloud data quota #238

Closed delanick closed 6 years ago

delanick commented 6 years ago

Since I updated to the latest version of Sidekick, it's reducing my cloud build quota even when not doing clean builds and when the app is already installed on the device and only JS files have changed. Why did you guys change this? Sidekick should only be doing cloud builds when assets, plugins or changes to package.json happen, not when I change a .js file in my project. I'm losing my cloud build quota at a rapid pace for no reason. Please explain!

tsvetie commented 6 years ago

Hey @delanick,

You are absolutely right about the way we are handling cloud build quota. I will look into it as if this has changed, then this is a bug and a critical one.

tsvetie commented 6 years ago

I tested on a couple of machines and could not reproduce this problem. Can you send the log files that Sidekick created during a session in which you reproduced this? You can find the logs files in:

In case you are not sure which files to send and the problem still occurs, you can delete all old log files, reproduce the problem and send me the newly created files.

Additionally, can you send me the package.json of your application?

delanick commented 6 years ago

@tsvetie will send once the problem occurs again, thanks.

delanick commented 6 years ago

@tsvetie Here you go:

I had Clean Build unselected and started on 75 Cloud Builds remaining, after the build on 74 remain.

[18-07-27 08:54:47.057] Build started. [18-07-27 08:54:47.081] (CLI) Executing before-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-watch/nativescript-dev-sass.js [18-07-27 08:54:47.140] (CLI) Found peer node-sass [18-07-27 08:54:48.809] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-27 08:54:48.811] (CLI) Preparing project... [18-07-27 08:54:48.815] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-27 08:54:49.512] (CLI) Project successfully prepared (iOS) [18-07-27 08:54:49.514] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-sass.js [18-07-27 08:54:49.610] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-webpack.js [18-07-27 08:54:56.714] (CLI) Starting cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA', platform: 'iOS', configuration: 'Debug', buildId: ecbf1688-cd11-4bfa-b34d-e4f01dd5986a. [18-07-27 08:54:56.829] (CLI) Unable to apply changes on device: e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. Error is: The specified provision: /Users/nickdelahunt/Downloads/MobiWashSA_Ad_Hoc_development.mobileprovision does not include the specified certificate: /Users/nickdelahunt/Documents/OneDrive/Certificates.p12. Please specify a different provision or certificate.. [18-07-27 08:54:56.834] Error detected during LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. Error: The specified provision: /Users/nickdelahunt/Downloads/MobiWashSA_Ad_Hoc_development.mobileprovision does not include the specified certificate: /Users/nickdelahunt/Documents/OneDrive/Certificates.p12. Please specify a different provision or certificate. [18-07-27 08:54:56.839] Stopped LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. [18-07-27 08:54:56.841] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-27 08:54:56.841] (CLI) Stopping sass watch [18-07-27 08:54:56.844] Couldn't enable debugging for e7abe2b6b8f59f1e8974e3088b82ede981d5d99c, Error: Couldn't enable debugging for e7abe2b6b8f59f1e8974e3088b82ede981d5d99c at Errors.fail (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:125:28) at Errors.failWithoutHelp (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:135:21) at LiveSyncService. (/usr/local/lib/node_modules/nativescript/lib/services/livesync/livesync-service.js:225:30) at Generator.next () at /usr/local/lib/node_modules/nativescript/lib/services/livesync/livesync-service.js:13:71 at new Promise () at __awaiter (/usr/local/lib/node_modules/nativescript/lib/services/livesync/livesync-service.js:9:12) at LiveSyncService.enableDebuggingCoreWithoutWaitingCurrentAction (/usr/local/lib/node_modules/nativescript/lib/services/livesync/livesync-service.js:222:16) at LiveSyncService. (/usr/local/lib/node_modules/nativescript/lib/services/livesync/livesync-service.js:262:25) at Generator.next () at fulfilled (/usr/local/lib/node_modules/nativescript/lib/services/livesync/livesync-service.js:10:58) at at process._tickCallback (internal/process/nexttick.js:188:7) [18-07-27 08:59:16.779] Build started. [18-07-27 08:59:16.811] (CLI) Executing before-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-watch/nativescript-dev-sass.js [18-07-27 08:59:16.814] (CLI) Found peer node-sass [18-07-27 08:59:19.211] (CLI) Skipping prepare. [18-07-27 08:59:26.021] (CLI) Starting cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA', platform: 'iOS', configuration: 'Debug', buildId: 8235d2ea-4e0d-41db-8bba-8f906226511b. [18-07-27 08:59:26.088] Prepare step started. [18-07-27 08:59:26.620] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-27 08:59:26.623] (CLI) Preparing project... [18-07-27 08:59:26.623] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-27 08:59:27.336] (CLI) Project successfully prepared (iOS) [18-07-27 08:59:27.338] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-sass.js [18-07-27 08:59:27.348] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-webpack.js [18-07-27 08:59:27.384] Prepare step completed. [18-07-27 08:59:30.344] Upload step started. [18-07-27 08:59:30.931] (CLI) Unable to use git, reason is: [18-07-27 08:59:30.933] (CLI) Command /usr/bin/git failed with exit code 128 Error output: [18-07-27 08:59:30.933] (CLI) *** Please tell me who you are. [18-07-27 08:59:30.933] (CLI) Run [18-07-27 08:59:30.933] (CLI) git config --global user.email "you@example.com" [18-07-27 08:59:30.933] (CLI) git config --global user.name "Your Name" [18-07-27 08:59:30.933] (CLI) to set your account's default identity. [18-07-27 08:59:30.933] (CLI) Omit --global to set the identity only in this repository. [18-07-27 08:59:30.933] (CLI) fatal: unable to auto-detect email address (got 'nickdelahunt@Nicks-MBP.(none)') [18-07-27 08:59:59.976] Upload step completed. [18-07-27 09:00:01.964] Build step started. [18-07-27 09:00:11.242] (CLI) ios Build Tooling revision 2018.07.19.1r [18-07-27 09:00:11.242] (CLI) Build Tooling Hostname administrators-mac-4.local [18-07-27 09:00:11.242] (CLI) Unzip Project Files [18-07-27 09:00:11.242] (CLI) NativeScript CLI version 4.1.2 [18-07-27 09:00:11.242] (CLI) Add platform ios with runtime version 4.1.1 [18-07-27 09:00:12.993] (CLI) Support for macOS 10.12 is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version. [18-07-27 09:00:14.349] (CLI) Copying template files... [18-07-27 09:00:14.349] (CLI) Installing tns-ios [18-07-27 09:00:30.946] (CLI) Success: \"/private/tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node\" already installed [18-07-27 09:00:30.946] (CLI) Pass --update-binary to reinstall or --build-from-source to recompile [18-07-27 09:00:30.946] (CLI) Cached binary found at /Users/builder/.npm/node-sass/4.7.2/darwin-x64-57binding.node [18-07-27 09:00:32.302] (CLI) Binary found at /private/tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/nodemodules/node-sass/vendor/darwin-x64-57/binding.node [18-07-27 09:00:32.302] (CLI) Testing binary [18-07-27 09:00:32.302] (CLI) Binary is fine [18-07-27 09:00:32.302] (CLI) Hook already installed: nativescript-dev-sass [18-07-27 09:00:32.302] (CLI) Hook already installed: nativescript-dev-sass [18-07-27 09:00:32.302] (CLI) Hook already installed: nativescript-dev-sass [18-07-27 09:00:32.302] (CLI) Hook already installed: nativescript-dev-sass [18-07-27 09:00:32.302] (CLI) Hook already installed: nativescript-dev-webpack [18-07-27 09:00:32.302] (CLI) Hook already installed: nativescript-dev-webpack [18-07-27 09:00:32.302] (CLI) Hook already installed: nativescript-dev-webpack [18-07-27 09:00:32.302] (CLI) NativeScript Webpack plugin was successfully added. [18-07-27 09:00:32.302] (CLI) You can now bundle your project by passing --bundle flag to NativeScript CLI commands: [18-07-27 09:00:32.302] (CLI) - tns build android --bundle [18-07-27 09:00:32.302] (CLI) - tns build ios --bundle [18-07-27 09:00:32.302] (CLI) - tns run android --bundle [18-07-27 09:00:32.302] (CLI) - tns run ios --bundle [18-07-27 09:00:32.302] (CLI) You can also pass the \"--env.uglify\" flag to use UglifyJS for minification. [18-07-27 09:00:32.302] (CLI) For more information check out https://docs.nativescript.org/tooling/bundling-with-webpack#bundling. [18-07-27 09:00:34.156] (CLI) + tns-ios@4.1.1 [18-07-27 09:00:34.156] (CLI) added 1035 packages in 18.694s [18-07-27 09:00:52.198] (CLI) Project successfully created. [18-07-27 09:00:52.198] (CLI) Prepare Project for Platform - ios [18-07-27 09:00:53.398] (CLI) Support for macOS 10.12 is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version. [18-07-27 09:00:55.081] (CLI) Executing before-prepare hook from /private/tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-27 09:00:55.081] (CLI) Found peer node-sass [18-07-27 09:00:55.081] (CLI) Preparing project... [18-07-27 09:00:55.081] (CLI) Executing before-prepareJSApp hook from /private/tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-27 09:00:56.378] (CLI) Successfully prepared plugin nativescript-appversion for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-calendar for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-contacts-lite for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-dialog for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-directions for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-effects for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-email for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-filterable-listpicker for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-geolocation for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-google-maps-sdk for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-iqkeyboardmanager for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-loading-indicator for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-material-icons for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-modal-datetimepicker for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-phone for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-platform-css for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-pro-ui for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-ratings for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-social-share for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-statusbar for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-theme-core for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-timedatepicker for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin tns-core-modules for ios. [18-07-27 09:00:58.420] (CLI) nativescript-permissions is not supported for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-permissions for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-appavailability for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-globalevents for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin nativescript-platform for ios. [18-07-27 09:00:58.420] (CLI) Successfully prepared plugin tns-core-modules-widgets for ios. [18-07-27 09:01:04.338] (CLI) Installing pods... [18-07-27 09:01:04.338] (CLI) Analyzing dependencies [18-07-27 09:01:07.319] (CLI) Downloading dependencies [18-07-27 09:01:07.319] (CLI) Installing GoogleMaps (2.7.0) [18-07-27 09:01:07.319] (CLI) Installing IQActionSheetPickerView (1.0.8) [18-07-27 09:01:07.319] (CLI) Installing IQKeyboardManager (5.0.8) [18-07-27 09:01:07.319] (CLI) Installing MBProgressHUD (1.1.0) [18-07-27 09:01:07.319] (CLI) Installing SDCAlertView (7.1.2) [18-07-27 09:01:07.319] (CLI) Generating Pods project [18-07-27 09:01:07.319] (CLI) Integrating client project [18-07-27 09:01:07.319] (CLI) [!] Please close any current Xcode sessions and use MobiWashSA.xcworkspace for this project from now on. [18-07-27 09:01:07.319] (CLI) Pod installation complete! There are 5 dependencies from the Podfile and 5 total pods installed. [18-07-27 09:01:07.319] (CLI) Automatically assigning platform ios with version 8.0 on target MobiWashSA because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform. [18-07-27 09:01:08.695] (CLI) Project successfully prepared (ios) [18-07-27 09:01:08.695] (CLI) Executing after-prepare hook from /private/tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/hooks/after-prepare/nativescript-dev-sass.js [18-07-27 09:01:08.695] (CLI) All SASS source files removed from app package [18-07-27 09:01:08.695] (CLI) Executing after-prepare hook from /private/tmp/builds/_/add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/hooks/after-prepare/nativescript-dev-webpack.js [18-07-27 09:01:10.380] (CLI) Build for Device [18-07-27 09:01:10.380] (CLI) 1 identity imported. [18-07-27 09:01:10.380] (CLI) keychain: \"/Users/builder/Library/Keychains/2ce872fa-d4e4-4c66-984c-7252feb96f5b-db\" [18-07-27 09:01:10.380] (CLI) version: 512 [18-07-27 09:01:10.380] (CLI) class: 0x00000010 [18-07-27 09:01:10.380] (CLI) attributes: [18-07-27 09:01:10.380] (CLI) 0x00000000 =0x00000010 [18-07-27 09:01:10.380] (CLI) 0x00000001 =\"MobiWash\" [18-07-27 09:01:10.380] (CLI) 0x00000002 = [18-07-27 09:01:10.380] (CLI) 0x00000003 =0x00000001 [18-07-27 09:01:10.380] (CLI) 0x00000004 =0x00000000 [18-07-27 09:01:10.380] (CLI) 0x00000005 =0x00000000 [18-07-27 09:01:10.380] (CLI) 0x00000006 =0xE728101D86A4480491E92A03294C9E917663D1CC \"\347(\020\035\206\244H\004\221\351\003)L\236\221vc\321\314\" [18-07-27 09:01:10.380] (CLI) 0x00000007 = [18-07-27 09:01:10.380] (CLI) 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 \"{87191ca2-0fc9-11d4-849a-000502b52122}\000\" [18-07-27 09:01:10.380] (CLI) 0x00000009 =0x0000002A \"\000\000\000\" [18-07-27 09:01:10.380] (CLI) 0x0000000A =0x00000800 [18-07-27 09:01:10.380] (CLI) 0x0000000B =0x00000800 [18-07-27 09:01:10.380] (CLI) 0x0000000C =0x0000000000000000 [18-07-27 09:01:10.380] (CLI) 0x0000000D =0x0000000000000000 [18-07-27 09:01:10.380] (CLI) 0x0000000E =0x00000001 [18-07-27 09:01:10.380] (CLI) 0x0000000F =0x00000001 [18-07-27 09:01:10.380] (CLI) 0x00000010 =0x00000001 [18-07-27 09:01:10.380] (CLI) 0x00000011 =0x00000000 [18-07-27 09:01:10.380] (CLI) 0x00000012 =0x00000001 [18-07-27 09:01:10.380] (CLI) 0x00000013 =0x00000001 [18-07-27 09:01:10.380] (CLI) 0x00000014 =0x00000001 [18-07-27 09:01:10.380] (CLI) 0x00000015 =0x00000001 [18-07-27 09:01:10.380] (CLI) 0x00000016 =0x00000001 [18-07-27 09:01:10.380] (CLI) 0x00000017 =0x00000001 [18-07-27 09:01:10.380] (CLI) 0x00000018 =0x00000001 [18-07-27 09:01:10.380] (CLI) 0x00000019 =0x00000001 [18-07-27 09:01:10.380] (CLI) 0x0000001A =0x00000001 [18-07-27 09:01:10.380] (CLI) Building project ... [18-07-27 09:01:14.703] (CLI) ▸ Check Dependencies [18-07-27 09:01:15.936] (CLI) ▸ Processing Info.plist [18-07-27 09:01:15.936] (CLI) ▸ Compiling IQActionSheetPickerView-dummy.m [18-07-27 09:01:20.474] (CLI) ▸ Compiling IQActionSheetPickerView.m [18-07-27 09:01:20.474] (CLI) ▸ Compiling IQActionSheetTitleBarButtonItem.m [18-07-27 09:01:20.474] (CLI) ▸ Compiling IQActionSheetToolbar.m [18-07-27 09:01:20.474] (CLI) ▸ Compiling IQActionSheetViewController.m [18-07-27 09:01:20.474] (CLI) ▸ Compiling IQActionSheetPickerView_vers.c [18-07-27 09:01:20.474] (CLI) ▸ Compiling IQActionSheetPickerView-dummy.m [18-07-27 09:01:20.474] (CLI) ▸ Compiling IQActionSheetPickerView.m [18-07-27 09:01:20.474] (CLI) ▸ Compiling IQActionSheetTitleBarButtonItem.m [18-07-27 09:01:20.474] (CLI) ▸ Compiling IQActionSheetToolbar.m [18-07-27 09:01:20.474] (CLI) ▸ Compiling IQActionSheetViewController.m [18-07-27 09:01:20.474] (CLI) ▸ Compiling IQActionSheetPickerView_vers.c [18-07-27 09:01:40.470] (CLI) ▸ Linking IQActionSheetPickerView [18-07-27 09:01:40.470] (CLI) ▸ Linking IQActionSheetPickerView [18-07-27 09:01:43.540] (CLI) ▸ Copying IQActionSheetPickerView-umbrella.h [18-07-27 09:01:43.540] (CLI) ▸ Copying IQActionSheetPickerView.h [18-07-27 09:01:43.540] (CLI) ▸ Copying IQActionSheetTitleBarButtonItem.h [18-07-27 09:01:43.540] (CLI) ▸ Copying IQActionSheetToolbar.h [18-07-27 09:01:43.540] (CLI) ▸ Touching IQActionSheetPickerView.framework [18-07-27 09:01:45.079] (CLI) ▸ Check Dependencies [18-07-27 09:01:45.079] (CLI) ▸ Processing Info.plist [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQKeyboardManager.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQKeyboardReturnKeyHandler.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQKeyboardManager-dummy.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQNSArray+Sort.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQBarButtonItem.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQPreviousNextView.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQTextView.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQTitleBarButtonItem.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQToolbar.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQUIScrollView+Additions.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQUITextFieldView+Additions.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQUIView+Hierarchy.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQUIView+IQKeyboardToolbar.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQUIViewController+Additions.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQUIWindow+Hierarchy.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQKeyboardManager_vers.c [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQBarButtonItem.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQKeyboardManager-dummy.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQKeyboardManager.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQKeyboardReturnKeyHandler.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQPreviousNextView.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQNSArray+Sort.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQTextView.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQTitleBarButtonItem.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQToolbar.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQUIScrollView+Additions.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQUITextFieldView+Additions.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQUIView+Hierarchy.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQUIView+IQKeyboardToolbar.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQUIViewController+Additions.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQUIWindow+Hierarchy.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling IQKeyboardManager_vers.c [18-07-27 09:01:45.079] (CLI) ▸ Linking IQKeyboardManager [18-07-27 09:01:45.079] (CLI) ▸ Linking IQKeyboardManager [18-07-27 09:01:45.079] (CLI) ▸ Copying IQBarButtonItem.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQKeyboardManager-umbrella.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQKeyboardManager.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQKeyboardManagerConstants.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQKeyboardReturnKeyHandler.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQPreviousNextView.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQTextView.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQTitleBarButtonItem.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQToolbar.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQUIScrollView+Additions.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQUITextFieldView+Additions.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQUIView+Hierarchy.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQUIViewController+Additions.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQUIView+IQKeyboardToolbar.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQUIWindow+Hierarchy.h [18-07-27 09:01:45.079] (CLI) ▸ Copying IQKeyboardManager/IQKeyboardManager/Resources/IQKeyboardManager.bundle [18-07-27 09:01:45.079] (CLI) ▸ Touching IQKeyboardManager.framework [18-07-27 09:01:45.079] (CLI) ▸ Check Dependencies [18-07-27 09:01:45.079] (CLI) ▸ Processing Info.plist [18-07-27 09:01:45.079] (CLI) ▸ Compiling MBProgressHUD-dummy.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling MBProgressHUD.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling MBProgressHUD_vers.c [18-07-27 09:01:45.079] (CLI) ▸ Compiling MBProgressHUD.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling MBProgressHUD-dummy.m [18-07-27 09:01:45.079] (CLI) ▸ Compiling MBProgressHUD_vers.c [18-07-27 09:01:45.079] (CLI) ▸ Linking MBProgressHUD [18-07-27 09:01:45.079] (CLI) ▸ Linking MBProgressHUD [18-07-27 09:01:45.079] (CLI) ▸ Copying MBProgressHUD-umbrella.h [18-07-27 09:01:45.079] (CLI) ▸ Copying MBProgressHUD.h [18-07-27 09:01:45.079] (CLI) ▸ Touching MBProgressHUD.framework [18-07-27 09:01:45.079] (CLI) ▸ Check Dependencies [18-07-27 09:01:45.079] (CLI) ▸ Compiling ActionCell.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling ActionsCollectionView.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling ActionsCollectionViewFlowLayout.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling ActionSheetView.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertAction.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertBehaviors.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertController+Convenience.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertController.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertControllerView.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertLabel.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertView.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertVisualStyle.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AnimationController.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling PresentationController.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling TextFieldCell.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling TextFieldsViewController.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling Transition.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling UIViewController+Extension.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling ActionCell.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling ActionsCollectionView.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling ActionsCollectionViewFlowLayout.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling ActionSheetView.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertAction.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertBehaviors.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertController+Convenience.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertController.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertControllerView.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertLabel.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertView.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AlertVisualStyle.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling AnimationController.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling PresentationController.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling TextFieldCell.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling TextFieldsViewController.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling Transition.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling UIViewController+Extension.swift [18-07-27 09:01:45.079] (CLI) ▸ Compiling ActionCell.xib [18-07-27 09:01:55.921] (CLI) ▸ Compiling ActionCell.xib [18-07-27 09:01:55.921] (CLI) ▸ Compiling ActionSheetView.xib [18-07-27 09:01:55.921] (CLI) ▸ Compiling ActionSheetView.xib [18-07-27 09:01:55.921] (CLI) ▸ Compiling TextFieldCell.xib [18-07-27 09:01:55.921] (CLI) ▸ Compiling TextFieldCell.xib [18-07-27 09:01:55.921] (CLI) ▸ Compiling SDCAlertView-dummy.m [18-07-27 09:01:55.921] (CLI) ▸ Compiling UIView+SDCAutoLayout.m [18-07-27 09:01:55.921] (CLI) ▸ Compiling SDCAlertView_vers.c [18-07-27 09:01:55.921] (CLI) ▸ Compiling SDCAlertView-dummy.m [18-07-27 09:01:55.921] (CLI) ▸ Compiling UIView+SDCAutoLayout.m [18-07-27 09:01:55.921] (CLI) ▸ Compiling SDCAlertView_vers.c [18-07-27 09:01:55.921] (CLI) ▸ Processing Info.plist [18-07-27 09:01:55.921] (CLI) ▸ Linking SDCAlertView [18-07-27 09:01:55.921] (CLI) ▸ Linking SDCAlertView [18-07-27 09:01:55.921] (CLI) ▸ Copying SDCAlertView-umbrella.h [18-07-27 09:01:55.921] (CLI) ▸ Copying UIView+SDCAutoLayout.h [18-07-27 09:01:55.921] (CLI) ▸ Touching SDCAlertView.framework [18-07-27 09:01:55.921] (CLI) ▸ Check Dependencies [18-07-27 09:01:55.921] (CLI) ▸ Processing Info.plist [18-07-27 09:01:55.921] (CLI) ▸ Compiling Pods-MobiWashSA-dummy.m [18-07-27 09:01:57.333] (CLI) ▸ Compiling Pods_MobiWashSA_vers.c [18-07-27 09:01:57.333] (CLI) ▸ Compiling Pods_MobiWashSA_vers.c [18-07-27 09:01:57.333] (CLI) ▸ Compiling Pods-MobiWashSA-dummy.m [18-07-27 09:01:57.333] (CLI) ▸ Copying Pods-MobiWashSA-umbrella.h [18-07-27 09:01:57.333] (CLI) ▸ Touching PodsMobiWashSA.framework [18-07-27 09:01:57.333] (CLI) ▸ Check Dependencies [18-07-27 09:01:57.333] (CLI) Check Pods Manifest.lock' [18-07-27 09:01:57.333] (CLI) ▸ Running script 'NativeScript PreBuild' [18-07-27 09:02:13.829] (CLI) ▸ Precompiling MobiWashSA/MobiWashSA-Prefix.pch [18-07-27 09:02:15.486] (CLI) ▸ Precompiling MobiWashSA/MobiWashSA-Prefix.pch [18-07-27 09:02:15.486] (CLI) ▸ Compiling main.m [18-07-27 09:02:15.486] (CLI) ▸ Compiling main.m [18-07-27 09:02:15.486] (CLI) ▸ Linking MobiWashSA [18-07-27 09:02:17.180] (CLI) ▸ Linking MobiWashSA [18-07-27 09:02:17.180] (CLI) ▸ Running script 'NativeScript PreLink' [18-07-27 09:02:18.857] (CLI) ▸ Copying InfoPlist.strings [18-07-27 09:02:30.902] (CLI) ▸ Compiling LaunchScreen.storyboard [18-07-27 09:02:30.902] (CLI) ▸ Processing MobiWashSA-Info.plist [18-07-27 09:02:30.902] (CLI) /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/2BFR9L55Q8TX5/UIKit-2LM3EQU7VVY4O.pcm: No such file or directory [18-07-27 09:02:30.902] (CLI) /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/2BFR9L55Q8TX5/Darwin-MI6WZSG1PNOM.pcm: No such file or directory [18-07-27 09:02:30.902] (CLI) /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/2BFR9L55Q8TX5/Foundation-A3SOD99KJ0S9.pcm: No such file or directory [18-07-27 09:02:30.902] (CLI) /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/2BFR9L55Q8TX5/Dispatch-12O7S7HHQXK9N.pcm: No such file or directory [18-07-27 09:02:30.902] (CLI) /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/2BFR9L55Q8TX5/ObjectiveC-2CD0WTQVXITO7.pcm: No such file or directory [18-07-27 09:02:30.902] (CLI) /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/AKLQJDH2Y6SE/UIKit-2LM3EQU7VVY4O.pcm: No such file or directory [18-07-27 09:02:30.902] (CLI) /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/AKLQJDH2Y6SE/Darwin-MI6WZSG1PNOM.pcm: No such file or directory [18-07-27 09:02:30.902] (CLI) /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/AKLQJDH2Y6SE/Foundation-A3SOD99KJ0S9.pcm: No such file or directory [18-07-27 09:02:30.902] (CLI) /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/AKLQJDH2Y6SE/Dispatch-12O7S7HHQXK9N.pcm: No such file or directory [18-07-27 09:02:30.902] (CLI) /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/AKLQJDH2Y6SE/ObjectiveC-2CD0WTQVXITO7.pcm: No such file or directory [18-07-27 09:02:33.260] (CLI) ▸ Copying /tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/nodemodules/nativescript-pro-ui/platforms/ios/TNSAutoComplete.framework [18-07-27 09:02:34.965] (CLI) ▸ Copying /tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/nodemodules/nativescript-pro-ui/platforms/ios/TNSCalendar.framework [18-07-27 09:02:34.965] (CLI) ▸ Copying /tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/nodemodules/nativescript-pro-ui/platforms/ios/TNSCore.framework [18-07-27 09:02:34.965] (CLI) ▸ Copying /tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/nodemodules/nativescript-pro-ui/platforms/ios/TNSChart.framework [18-07-27 09:02:34.965] (CLI) ▸ Copying /tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/nodemodules/nativescript-pro-ui/platforms/ios/TNSDataForm.framework [18-07-27 09:02:34.965] (CLI) ▸ Copying /tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/nodemodules/nativescript-pro-ui/platforms/ios/TNSGauge.framework [18-07-27 09:02:34.965] (CLI) ▸ Copying /tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/nodemodules/nativescript-pro-ui/platforms/ios/TNSListView.framework [18-07-27 09:02:34.965] (CLI) ▸ Copying /tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/nodemodules/nativescript-pro-ui/platforms/ios/TNSSideDrawer.framework [18-07-27 09:02:34.965] (CLI) ▸ Copying /tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/nodemodules/nativescript-pro-ui/platforms/ios/TelerikAppFeedback.framework [18-07-27 09:02:34.965] (CLI) ▸ Copying /tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework [18-07-27 09:02:36.164] (CLI) ▸ Signing DerivedData/MobiWashSA/Build/Intermediates.noindex/ArchiveIntermediates/MobiWashSA/InstallationBuildProductsLocation/Applications/MobiWashSA.app/Frameworks/TNSCalendar.framework [18-07-27 09:02:39.564] (CLI) ▸ Signing DerivedData/MobiWashSA/Build/Intermediates.noindex/ArchiveIntermediates/MobiWashSA/InstallationBuildProductsLocation/Applications/MobiWashSA.app/Frameworks/TNSChart.framework [18-07-27 09:02:39.564] (CLI) ▸ Signing DerivedData/MobiWashSA/Build/Intermediates.noindex/ArchiveIntermediates/MobiWashSA/InstallationBuildProductsLocation/Applications/MobiWashSA.app/Frameworks/TNSAutoComplete.framework [18-07-27 09:02:39.564] (CLI) ▸ Signing DerivedData/MobiWashSA/Build/Intermediates.noindex/ArchiveIntermediates/MobiWashSA/InstallationBuildProductsLocation/Applications/MobiWashSA.app/Frameworks/TNSCore.framework [18-07-27 09:02:39.564] (CLI) ▸ Signing DerivedData/MobiWashSA/Build/Intermediates.noindex/ArchiveIntermediates/MobiWashSA/InstallationBuildProductsLocation/Applications/MobiWashSA.app/Frameworks/TNSDataForm.framework [18-07-27 09:02:39.564] (CLI) ▸ Signing DerivedData/MobiWashSA/Build/Intermediates.noindex/ArchiveIntermediates/MobiWashSA/InstallationBuildProductsLocation/Applications/MobiWashSA.app/Frameworks/TNSGauge.framework [18-07-27 09:02:39.564] (CLI) ▸ Signing DerivedData/MobiWashSA/Build/Intermediates.noindex/ArchiveIntermediates/MobiWashSA/InstallationBuildProductsLocation/Applications/MobiWashSA.app/Frameworks/TNSListView.framework [18-07-27 09:02:39.564] (CLI) ▸ Signing DerivedData/MobiWashSA/Build/Intermediates.noindex/ArchiveIntermediates/MobiWashSA/InstallationBuildProductsLocation/Applications/MobiWashSA.app/Frameworks/TNSSideDrawer.framework [18-07-27 09:02:39.564] (CLI) ▸ Signing DerivedData/MobiWashSA/Build/Intermediates.noindex/ArchiveIntermediates/MobiWashSA/InstallationBuildProductsLocation/Applications/MobiWashSA.app/Frameworks/TelerikAppFeedback.framework [18-07-27 09:02:39.564] (CLI) ▸ Signing DerivedData/MobiWashSA/Build/Intermediates.noindex/ArchiveIntermediates/MobiWashSA/InstallationBuildProductsLocation/Applications/MobiWashSA.app/Frameworks/TNSWidgets.framework [18-07-27 09:02:39.564] (CLI) ▸ Running script 'NativeScript PostBuild' [18-07-27 09:02:45.674] (CLI) Embed Pods Frameworks' [18-07-27 09:02:48.601] (CLI) Copy Pods Resources' [18-07-27 09:02:48.601] (CLI) ▸ Touching MobiWashSA.app [18-07-27 09:02:54.377] (CLI) ▸ Signing DerivedData/MobiWashSA/Build/Intermediates.noindex/ArchiveIntermediates/MobiWashSA/InstallationBuildProductsLocation/Applications/MobiWashSA.app [18-07-27 09:02:55.951] (CLI) ▸ Touching MobiWashSA.app.dSYM [18-07-27 09:02:58.956] (CLI) ▸ Archive Succeeded [18-07-27 09:02:58.956] (CLI) Creating exportOptions.plist file ... [18-07-27 09:02:58.956] (CLI) Exporting .xcarchive to .ipa ... [18-07-27 09:03:00.903] (CLI) Created bundle at path '/var/folders/gw/99dy3s510zq6qr3b7llq4y540000gp/T/MobiWashSA_2018-07-2703-02-58.547.xcdistributionlogs'. [18-07-27 09:03:26.179] (CLI) Exported MobiWashSA.xcarchive to: /tmp/builds//add3ca2e1becb044ba220c80996ea13cd563407f/4.1.2/MobiWashSA [18-07-27 09:03:26.179] (CLI) EXPORT SUCCEEDED [18-07-27 09:03:26.179] (CLI) Moving resulting .ipa to app.ipa ... [18-07-27 09:03:26.179] (CLI) /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/2BFR9L55Q8TX5/UIKit-2LM3EQU7VVY4O.pcm: No such file or directory [18-07-27 09:03:26.179] (CLI) [xcode-build] /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/2BFR9L55Q8TX5/Darwin-MI6WZSG1PNOM.pcm: No such file or directory [18-07-27 09:03:26.179] (CLI) [xcode-build] /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/2BFR9L55Q8TX5/Foundation-A3SOD99KJ0S9.pcm: No such file or directory [18-07-27 09:03:26.179] (CLI) [xcode-build] /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/2BFR9L55Q8TX5/Dispatch-12O7S7HHQXK9N.pcm: No such file or directory [18-07-27 09:03:26.179] (CLI) [xcode-build] /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/2BFR9L55Q8TX5/ObjectiveC-2CD0WTQVXITO7.pcm: No such file or directory [18-07-27 09:03:26.179] (CLI) [xcode-build] /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/AKLQJDH2Y6SE/UIKit-2LM3EQU7VVY4O.pcm: No such file or directory [18-07-27 09:03:26.179] (CLI) [xcode-build] /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/AKLQJDH2Y6SE/Darwin-MI6WZSG1PNOM.pcm: No such file or directory [18-07-27 09:03:26.179] (CLI) [xcode-build] /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/AKLQJDH2Y6SE/Foundation-A3SOD99KJ0S9.pcm: No such file or directory [18-07-27 09:03:26.179] (CLI) [xcode-build] /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/AKLQJDH2Y6SE/Dispatch-12O7S7HHQXK9N.pcm: No such file or directory [18-07-27 09:03:26.179] (CLI) [xcode-build] /Users/nsbuilduser/Library/Developer/Xcode/DerivedData/ModuleCache/AKLQJDH2Y6SE/ObjectiveC-2CD0WTQVXITO7.pcm: No such file or directory [18-07-27 09:03:29.508] (CLI) Build finished successfully [18-07-27 09:04:02.409] Build step completed. [18-07-27 09:04:02.420] Download step started. [18-07-27 09:04:02.422] (CLI) Finished cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA', platform: 'iOS', configuration: 'Debug', buildId: 8235d2ea-4e0d-41db-8bba-8f906226511b successfully. Downloading result... [18-07-27 09:04:37.071] Download step completed. [18-07-27 09:04:37.079] (CLI) The result of cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA', platform: 'iOS', configuration: 'Debug', buildId: 8235d2ea-4e0d-41db-8bba-8f906226511b successfully downloaded. OutputFilePath: /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/.cloud/ios/device/MobiWashSA.ipa [18-07-27 09:04:39.221] (CLI) Installing... [18-07-27 09:04:46.569] (CLI) Successfully installed on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-27 09:04:47.577] (CLI) Skipping node_modules folder! Use the syncAllFiles option to sync files from this folder. [18-07-27 09:04:50.203] (CLI) Refreshing application... [18-07-27 09:04:51.856] Started LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for za.co.wigital.mobiwash. [18-07-27 09:04:51.858] (CLI) Successfully synced application za.co.wigital.mobiwash on device e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-27 09:04:52.420] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-27 09:04:52.428] (CLI) Setting up debugger proxy... [18-07-27 09:04:52.428] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-27 09:04:52.434] (CLI) Opened localhost 41000 [18-07-27 09:04:52.434] (CLI) To start debugging, open the following URL in Chrome: [18-07-27 09:04:52.434] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41000 [18-07-27 09:04:54.154] (CLI) Frontend client connected. [18-07-27 09:04:54.675] (CLI) Backend socket created. [18-07-27 09:11:50.178] (CLI) Backend socket closed! [18-07-27 09:21:48.437] Stopped LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. [18-07-27 09:21:49.353] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-27 09:21:49.353] (CLI) Stopping sass watch [18-07-27 09:21:49.353] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-27 09:21:50.870] (CLI) Frontend socket closed! [18-07-29 21:50:02.035] The device is not authorized. Please use the --emulator flag to run the application on on an emulator, Error: The device is not authorized. Please use the --emulator flag to run the application on on an emulator at Errors.fail (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:125:28) at Errors.failWithoutHelp (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:135:21) at AndroidDebugBridgeResultHandler.handleErrors (/usr/local/lib/node_modules/nativescript/lib/common/mobile/android/android-debug-bridge-result-handler.js:41:26) at DeviceAndroidDebugBridge. (/usr/local/lib/node_modules/nativescript/lib/common/mobile/android/android-debug-bridge.js:36:55) at Generator.next () at fulfilled (/usr/local/lib/node_modules/nativescript/lib/common/mobile/android/android-debug-bridge.js:4:58) at at process._tickCallback (internal/process/next_tick.js:188:7) [18-07-29 21:51:59.858] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-29 21:52:03.621] The device is not authorized. Please use the --emulator flag to run the application on on an emulator, Error: The device is not authorized. Please use the --emulator flag to run the application on on an emulator at Errors.fail (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:125:28) at Errors.failWithoutHelp (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:135:21) at AndroidDebugBridgeResultHandler.handleErrors (/usr/local/lib/node_modules/nativescript/lib/common/mobile/android/android-debug-bridge-result-handler.js:41:26) at DeviceAndroidDebugBridge. (/usr/local/lib/node_modules/nativescript/lib/common/mobile/android/android-debug-bridge.js:36:55) at Generator.next () at fulfilled (/usr/local/lib/node_modules/nativescript/lib/common/mobile/android/android-debug-bridge.js:4:58) at at process._tickCallback (internal/process/next_tick.js:188:7) [18-07-29 21:52:05.250] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-29 22:31:02.840] Build started. [18-07-29 22:31:02.867] (CLI) Executing before-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-watch/nativescript-dev-sass.js [18-07-29 22:31:02.870] (CLI) Found peer node-sass [18-07-29 22:31:04.318] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-29 22:31:04.322] (CLI) Preparing project... [18-07-29 22:31:04.324] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-29 22:31:05.221] (CLI) Project successfully prepared (iOS) [18-07-29 22:31:05.223] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-sass.js [18-07-29 22:31:05.223] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-webpack.js [18-07-29 22:31:07.205] (CLI) Skipping node_modules folder! Use the syncAllFiles option to sync files from this folder. [18-07-29 22:31:08.203] (CLI) Refreshing application... [18-07-29 22:31:10.021] Started LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for za.co.wigital.mobiwash. [18-07-29 22:31:10.023] (CLI) Successfully synced application za.co.wigital.mobiwash on device e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-29 22:31:10.550] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-29 22:31:10.559] (CLI) Setting up debugger proxy... [18-07-29 22:31:10.559] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-29 22:31:10.563] (CLI) Opened localhost 41001 [18-07-29 22:31:10.566] (CLI) To start debugging, open the following URL in Chrome: [18-07-29 22:31:10.566] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41001 [18-07-29 22:31:12.071] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-29 22:31:12.073] (CLI) Preparing project... [18-07-29 22:31:12.073] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-29 22:31:12.666] (CLI) Project successfully prepared (Android) [18-07-29 22:31:12.667] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-sass.js [18-07-29 22:31:12.667] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-webpack.js [18-07-29 22:31:13.435] (CLI) Frontend client connected. [18-07-29 22:31:14.001] (CLI) Backend socket created. [18-07-29 22:31:15.321] (CLI) Successfully transferred view_booking-page.js. [18-07-29 22:31:15.337] (CLI) Successfully transferred view_booking-page.xml. [18-07-29 22:31:15.339] (CLI) Successfully transferred view_booking-view-model.js. [18-07-29 22:31:15.339] (CLI) Refreshing application... [18-07-29 22:31:19.226] Started LiveSync on 52108bf447e0c3ad for za.co.wigital.mobiwash. [18-07-29 22:31:19.227] (CLI) Successfully synced application za.co.wigital.mobiwash on device 52108bf447e0c3ad. [18-07-29 22:31:19.631] (CLI) device: 52108bf447e0c3ad debug port: 40000 [18-07-29 22:31:20.885] (CLI) To start debugging, open the following URL in Chrome: [18-07-29 22:31:20.885] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000 [18-07-29 22:33:00.334] (CLI) Backend socket closed! [18-07-29 22:33:56.465] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-29 22:33:56.467] (CLI) Preparing project... [18-07-29 22:33:56.467] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-29 22:33:56.521] (CLI) cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/android/app/src/main/assets/app/media/menu_48pt_1x.png [18-07-29 22:33:57.161] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-29 22:33:57.162] (CLI) Preparing project... [18-07-29 22:33:57.162] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-29 22:33:57.213] (CLI) cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/ios/MobiWashSA/app/media/menu_48pt_1x.png [18-07-29 22:33:57.215] (CLI) Unable to apply changes for device: 52108bf447e0c3ad. Error is: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/android/app/src/main/assets/app/media/menu_48pt_1x.png. [18-07-29 22:33:57.215] (CLI) Unable to apply changes for device: e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. Error is: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/ios/MobiWashSA/app/media/menu_48pt_1x.png. [18-07-29 22:33:57.219] Error detected during LiveSync on 52108bf447e0c3ad for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. Error: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/android/app/src/main/assets/app/media/menu_48pt_1x.png [18-07-29 22:33:57.231] Stopped LiveSync on 52108bf447e0c3ad for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. [18-07-29 22:33:57.233] Error detected during LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. Error: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/ios/MobiWashSA/app/media/menu_48pt_1x.png [18-07-29 22:33:57.244] Stopped LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. [18-07-29 22:33:57.270] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-29 22:33:57.270] (CLI) Stopping sass watch [18-07-29 22:33:57.327] (CLI) Frontend socket closed! [18-07-29 22:34:15.161] Build started. [18-07-29 22:34:15.165] (CLI) Executing before-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-watch/nativescript-dev-sass.js [18-07-29 22:34:15.167] (CLI) Found peer node-sass [18-07-29 22:34:16.112] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-29 22:34:16.114] (CLI) Preparing project... [18-07-29 22:34:16.115] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-29 22:34:16.515] (CLI) Project successfully prepared (iOS) [18-07-29 22:34:16.517] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-sass.js [18-07-29 22:34:16.519] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-webpack.js [18-07-29 22:34:17.426] (CLI) Skipping node_modules folder! Use the syncAllFiles option to sync files from this folder. [18-07-29 22:34:17.965] (CLI) Refreshing application... [18-07-29 22:34:20.332] (CLI) Successfully synced application za.co.wigital.mobiwash on device e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-29 22:34:20.336] Started LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for za.co.wigital.mobiwash. [18-07-29 22:34:20.981] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-29 22:34:20.987] (CLI) Setting up debugger proxy... [18-07-29 22:34:20.987] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-29 22:34:20.989] (CLI) Opened localhost 41002 [18-07-29 22:34:20.989] (CLI) To start debugging, open the following URL in Chrome: [18-07-29 22:34:20.989] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41002 [18-07-29 22:34:21.869] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-29 22:34:21.872] (CLI) Preparing project... [18-07-29 22:34:21.872] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-29 22:34:22.633] (CLI) Project successfully prepared (Android) [18-07-29 22:34:22.639] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-sass.js [18-07-29 22:34:22.642] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-webpack.js [18-07-29 22:34:22.671] (CLI) Frontend client connected. [18-07-29 22:34:23.254] (CLI) Backend socket created. [18-07-29 22:34:25.431] (CLI) Successfully transferred view_booking-page.js. [18-07-29 22:34:25.432] (CLI) Refreshing application... [18-07-29 22:34:29.365] Started LiveSync on 52108bf447e0c3ad for za.co.wigital.mobiwash. [18-07-29 22:34:29.366] (CLI) Successfully synced application za.co.wigital.mobiwash on device 52108bf447e0c3ad. [18-07-29 22:34:29.941] (CLI) device: 52108bf447e0c3ad debug port: 40000 [18-07-29 22:34:31.060] (CLI) To start debugging, open the following URL in Chrome: [18-07-29 22:34:31.060] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000 [18-07-29 23:07:29.771] Checking for updates... [18-07-29 23:07:30.564] No updates available. [18-07-29 23:54:22.433] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-29 23:54:22.436] (CLI) Preparing project... [18-07-29 23:54:22.436] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-29 23:54:22.585] (CLI) cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/android/app/src/main/assets/app/media/menu_48pt_1x.png [18-07-29 23:54:23.337] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-29 23:54:23.392] (CLI) Preparing project... [18-07-29 23:54:23.392] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-29 23:54:23.485] (CLI) Unable to apply changes for device: 52108bf447e0c3ad. Error is: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/android/app/src/main/assets/app/media/menu_48pt_1x.png. [18-07-29 23:54:23.485] (CLI) Unable to apply changes for device: e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. Error is: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/ios/MobiWashSA/app/media/menu_48pt_1x.png. [18-07-29 23:54:23.485] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-29 23:54:23.485] (CLI) Stopping sass watch [18-07-29 23:54:23.486] (CLI) cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/ios/MobiWashSA/app/media/menu_48pt_1x.png [18-07-29 23:54:23.808] Error detected during LiveSync on 52108bf447e0c3ad for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. Error: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/android/app/src/main/assets/app/media/menu_48pt_1x.png [18-07-29 23:54:23.930] Stopped LiveSync on 52108bf447e0c3ad for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. [18-07-29 23:54:23.933] Error detected during LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. Error: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/ios/MobiWashSA/app/media/menu_48pt_1x.png [18-07-29 23:54:23.947] Stopped LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. [18-07-29 23:54:24.031] (CLI) Frontend socket closed! [18-07-29 23:54:24.031] (CLI) Backend socket closed! [18-07-29 23:54:29.442] Build started. [18-07-29 23:54:29.454] (CLI) Executing before-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-watch/nativescript-dev-sass.js [18-07-29 23:54:29.456] (CLI) Found peer node-sass [18-07-29 23:54:30.424] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-29 23:54:30.427] (CLI) Preparing project... [18-07-29 23:54:30.453] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-29 23:54:31.215] (CLI) Project successfully prepared (Android) [18-07-29 23:54:31.225] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-sass.js [18-07-29 23:54:31.225] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-webpack.js [18-07-29 23:54:33.775] (CLI) Successfully transferred new_booking-page.js. [18-07-29 23:54:33.778] (CLI) Successfully transferred view_booking-page.css. [18-07-29 23:54:33.778] (CLI) Successfully transferred view_booking-page.js. [18-07-29 23:54:33.778] (CLI) Successfully transferred view_booking-page.xml. [18-07-29 23:54:33.778] (CLI) Successfully transferred view_booking-view-model.js. [18-07-29 23:54:33.778] (CLI) Refreshing application... [18-07-29 23:54:37.735] Started LiveSync on 52108bf447e0c3ad for za.co.wigital.mobiwash. [18-07-29 23:54:37.737] (CLI) Successfully synced application za.co.wigital.mobiwash on device 52108bf447e0c3ad. [18-07-29 23:54:38.330] (CLI) device: 52108bf447e0c3ad debug port: 40000 [18-07-29 23:54:39.415] (CLI) To start debugging, open the following URL in Chrome: [18-07-29 23:54:39.415] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000 [18-07-29 23:56:39.278] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-29 23:56:39.284] (CLI) Preparing project... [18-07-29 23:56:39.284] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-29 23:56:39.353] (CLI) cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/android/app/src/main/assets/app/media/menu_48pt_1x.png [18-07-29 23:56:39.357] (CLI) Unable to apply changes for device: 52108bf447e0c3ad. Error is: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/android/app/src/main/assets/app/media/menu_48pt_1x.png. [18-07-29 23:56:39.357] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-29 23:56:39.357] (CLI) Stopping sass watch [18-07-29 23:56:39.360] Error detected during LiveSync on 52108bf447e0c3ad for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. Error: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/android/app/src/main/assets/app/media/menu_48pt_1x.png [18-07-29 23:56:39.392] Stopped LiveSync on 52108bf447e0c3ad for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. [18-07-30 00:01:32.635] Build started. [18-07-30 00:01:32.644] (CLI) Executing before-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-watch/nativescript-dev-sass.js [18-07-30 00:01:32.647] (CLI) Found peer node-sass [18-07-30 00:01:33.899] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-30 00:01:33.901] (CLI) Preparing project... [18-07-30 00:01:33.903] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 00:01:34.673] (CLI) Project successfully prepared (iOS) [18-07-30 00:01:34.675] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-sass.js [18-07-30 00:01:34.675] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 00:01:35.554] (CLI) Skipping node_modules folder! Use the syncAllFiles option to sync files from this folder. [18-07-30 00:01:36.487] (CLI) Refreshing application... [18-07-30 00:01:37.527] (CLI) Successfully synced application za.co.wigital.mobiwash on device e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 00:01:37.530] Started LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for za.co.wigital.mobiwash. [18-07-30 00:01:38.372] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-30 00:01:38.375] (CLI) Preparing project... [18-07-30 00:01:38.381] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 00:01:38.956] (CLI) Project successfully prepared (Android) [18-07-30 00:01:38.957] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-sass.js [18-07-30 00:01:38.957] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 00:01:41.336] (CLI) Successfully transferred view_booking-page.css. [18-07-30 00:01:41.336] (CLI) Successfully transferred view_booking-page.xml. [18-07-30 00:01:41.338] (CLI) Refreshing application... [18-07-30 00:01:45.067] Started LiveSync on 52108bf447e0c3ad for za.co.wigital.mobiwash. [18-07-30 00:01:45.073] (CLI) Successfully synced application za.co.wigital.mobiwash on device 52108bf447e0c3ad. [18-07-30 00:03:10.261] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-30 00:03:10.269] (CLI) Preparing project... [18-07-30 00:03:10.271] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 00:03:10.369] (CLI) cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/android/app/src/main/assets/app/media/menu_48pt_1x.png [18-07-30 00:03:11.061] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-30 00:03:11.067] (CLI) Preparing project... [18-07-30 00:03:11.067] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 00:03:11.139] (CLI) cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/ios/MobiWashSA/app/media/menu_48pt_1x.png [18-07-30 00:03:11.142] (CLI) Unable to apply changes for device: 52108bf447e0c3ad. Error is: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/android/app/src/main/assets/app/media/menu_48pt_1x.png. [18-07-30 00:03:11.144] Error detected during LiveSync on 52108bf447e0c3ad for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. Error: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/android/app/src/main/assets/app/media/menu_48pt_1x.png [18-07-30 00:03:11.148] Stopped LiveSync on 52108bf447e0c3ad for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. [18-07-30 00:03:11.150] Error detected during LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. Error: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/ios/MobiWashSA/app/media/menu_48pt_1x.png [18-07-30 00:03:11.153] (CLI) Unable to apply changes for device: e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. Error is: cp: copyFileSync: could not write to dest file (code=EACCES):/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/platforms/ios/MobiWashSA/app/media/menu_48pt_1x.png. [18-07-30 00:03:11.156] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-30 00:03:11.158] (CLI) Stopping sass watch [18-07-30 00:03:11.161] Stopped LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. [18-07-30 00:03:18.716] Build started. [18-07-30 00:03:18.719] (CLI) Executing before-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-watch/nativescript-dev-sass.js [18-07-30 00:03:18.720] (CLI) Found peer node-sass [18-07-30 00:03:19.444] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-30 00:03:19.448] (CLI) Preparing project... [18-07-30 00:03:19.448] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 00:03:19.923] (CLI) Project successfully prepared (iOS) [18-07-30 00:03:19.926] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-sass.js [18-07-30 00:03:19.929] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 00:03:20.748] (CLI) Skipping node_modules folder! Use the syncAllFiles option to sync files from this folder. [18-07-30 00:03:21.393] (CLI) Refreshing application... [18-07-30 00:03:22.298] (CLI) Successfully synced application za.co.wigital.mobiwash on device e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 00:03:22.300] Started LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for za.co.wigital.mobiwash. [18-07-30 00:03:23.054] (CLI) Executing before-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepare/nativescript-dev-sass.js [18-07-30 00:03:23.072] (CLI) Preparing project... [18-07-30 00:03:23.127] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 00:03:23.669] (CLI) Project successfully prepared (Android) [18-07-30 00:03:23.672] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-sass.js [18-07-30 00:03:23.674] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 00:03:26.511] (CLI) Successfully transferred view_booking-page.xml. [18-07-30 00:03:26.513] (CLI) Refreshing application... [18-07-30 00:03:30.369] Started LiveSync on 52108bf447e0c3ad for za.co.wigital.mobiwash. [18-07-30 00:03:30.375] (CLI) Successfully synced application za.co.wigital.mobiwash on device 52108bf447e0c3ad. [18-07-30 01:07:29.805] Checking for updates... [18-07-30 01:07:30.500] No updates available. [18-07-30 03:07:29.892] Checking for updates... [18-07-30 03:07:31.129] No updates available. [18-07-30 05:07:30.000] Checking for updates... [18-07-30 05:07:31.129] No updates available. [18-07-30 07:07:30.126] Checking for updates... [18-07-30 07:07:31.227] No updates available. [18-07-30 09:07:30.236] Checking for updates... [18-07-30 09:07:31.013] No updates available. [18-07-30 09:50:05.338] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-30 09:50:05.341] (CLI) Stopping sass watch [18-07-30 09:50:05.346] Stopped LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. [18-07-30 09:50:05.348] Stopped LiveSync on 52108bf447e0c3ad for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA. [18-07-30 09:50:06.811] App with path: /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack was opened. [18-07-30 10:02:32.339] Build started. [18-07-30 10:02:32.345] (CLI) Executing before-watchPatterns hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-watchPatterns/nativescript-dev-webpack.js [18-07-30 10:02:32.369] (CLI) Executing before-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-watch/nativescript-dev-webpack.js [18-07-30 10:02:34.238] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:02:34.242] (CLI) Preparing project... [18-07-30 10:02:34.244] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:02:34.785] (CLI) Project successfully prepared (iOS) [18-07-30 10:02:34.788] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:02:35.283] (CLI) Installing... [18-07-30 10:02:40.875] (CLI) Successfully installed on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 10:02:41.614] (CLI) Skipping node_modules folder! Use the syncAllFiles option to sync files from this folder. [18-07-30 10:02:42.843] (CLI) Refreshing application... [18-07-30 10:02:43.797] Started LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for za.co.wigital.jacspack. [18-07-30 10:02:43.800] (CLI) Successfully synced application za.co.wigital.jacspack on device e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 10:02:44.266] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 10:02:44.281] (CLI) Setting up debugger proxy... [18-07-30 10:02:44.281] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 10:02:44.283] (CLI) Opened localhost 41003 [18-07-30 10:02:44.283] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 10:02:44.283] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41003 [18-07-30 10:02:44.378] (CLI) Executing before-watchPatterns hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-watchPatterns/nativescript-dev-webpack.js [18-07-30 10:02:46.308] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:02:46.312] (CLI) Preparing project... [18-07-30 10:02:46.312] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:02:46.893] (CLI) Project successfully prepared (Android) [18-07-30 10:02:46.895] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:02:47.056] (CLI) Frontend client connected. [18-07-30 10:02:47.564] (CLI) Backend socket created. [18-07-30 10:02:50.278] (CLI) Successfully transferred clue_2-page.xml. [18-07-30 10:02:50.278] (CLI) Successfully transferred clue_4_clues2-page.js. [18-07-30 10:02:50.280] (CLI) Successfully transferred clue_4_clues2-page.xml. [18-07-30 10:02:50.280] (CLI) Refreshing application... [18-07-30 10:02:53.904] Started LiveSync on 52108bf447e0c3ad for za.co.wigital.jacspack. [18-07-30 10:02:53.906] (CLI) Successfully synced application za.co.wigital.jacspack on device 52108bf447e0c3ad. [18-07-30 10:02:54.995] (CLI) device: 52108bf447e0c3ad debug port: 40001 [18-07-30 10:02:56.019] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 10:02:56.019] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40001 [18-07-30 10:04:55.973] (CLI) Backend socket closed! [18-07-30 10:04:59.389] (CLI) Frontend socket closed! [18-07-30 10:05:10.268] (CLI) Starting... [18-07-30 10:05:12.570] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 10:05:12.570] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 10:05:19.549] Cannot start debugger for application za.co.wigital.jacspack. Restart the application on device e7abe2b6b8f59f1e8974e3088b82ede981d5d99c and try again. [18-07-30 10:05:46.320] (CLI) Starting... [18-07-30 10:05:47.481] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 10:05:47.481] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 10:05:55.461] The application za.co.wigital.jacspack does not appear to be running on Nick’s iPhone or is not built with debugging enabled., Error: The application za.co.wigital.jacspack does not appear to be running on Nick’s iPhone or is not built with debugging enabled. at DevicesService. (/usr/local/lib/node_modules/nativescript/lib/common/mobile/mobile-core/devices-service.js:287:38) at Generator.throw () at rejected (/usr/local/lib/node_modules/nativescript/lib/common/mobile/mobile-core/devices-service.js:11:65) at at process._tickCallback (internal/process/next_tick.js:188:7) [18-07-30 10:09:25.425] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:09:25.428] (CLI) Preparing project... [18-07-30 10:09:25.431] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:09:25.859] (CLI) Project successfully prepared (Android) [18-07-30 10:09:25.861] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:09:26.491] (CLI) Successfully transferred background-page.xml. [18-07-30 10:09:26.493] (CLI) Refreshing application... [18-07-30 10:09:26.751] (CLI) Successfully synced application za.co.wigital.jacspack on device 52108bf447e0c3ad. [18-07-30 10:09:27.659] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:09:27.662] (CLI) Preparing project... [18-07-30 10:09:27.662] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:09:28.008] (CLI) Project successfully prepared (iOS) [18-07-30 10:09:28.016] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:09:28.143] (CLI) Successfully transferred background-page.xml. [18-07-30 10:09:29.151] (CLI) Starting... [18-07-30 10:09:30.410] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 10:09:30.410] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 10:09:30.753] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 10:09:30.759] (CLI) Setting up debugger proxy... [18-07-30 10:09:30.759] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 10:09:30.761] (CLI) Opened localhost 41003 [18-07-30 10:09:30.761] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 10:09:30.761] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41003 [18-07-30 10:10:20.371] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:10:20.374] (CLI) Skipping prepare. [18-07-30 10:10:22.089] (CLI) Successfully transferred romanov_crest_chapter1.png. [18-07-30 10:10:22.092] (CLI) Refreshing application... [18-07-30 10:10:22.599] (CLI) Successfully synced application za.co.wigital.jacspack on device 52108bf447e0c3ad. [18-07-30 10:10:23.262] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:10:23.263] (CLI) Skipping prepare. [18-07-30 10:10:23.431] (CLI) Successfully transferred romanov_crest_chapter1.png. [18-07-30 10:10:23.835] (CLI) Starting... [18-07-30 10:10:25.191] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 10:10:25.191] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 10:10:25.468] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 10:10:25.473] (CLI) Setting up debugger proxy... [18-07-30 10:10:25.473] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 10:10:25.475] (CLI) Opened localhost 41003 [18-07-30 10:10:25.475] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 10:10:25.475] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41003 [18-07-30 10:11:10.498] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:11:10.500] (CLI) Preparing project... [18-07-30 10:11:10.501] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:11:10.820] (CLI) Project successfully prepared (Android) [18-07-30 10:11:10.822] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:11:11.507] (CLI) Successfully transferred background-page.xml. [18-07-30 10:11:11.509] (CLI) Refreshing application... [18-07-30 10:11:12.003] (CLI) Successfully synced application za.co.wigital.jacspack on device 52108bf447e0c3ad. [18-07-30 10:11:12.704] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:11:12.707] (CLI) Preparing project... [18-07-30 10:11:12.707] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:11:13.039] (CLI) Project successfully prepared (iOS) [18-07-30 10:11:13.040] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:11:13.168] (CLI) Successfully transferred background-page.xml. [18-07-30 10:11:13.655] (CLI) Starting... [18-07-30 10:11:14.963] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 10:11:14.963] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 10:11:15.257] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 10:11:15.269] (CLI) Setting up debugger proxy... [18-07-30 10:11:15.269] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 10:11:15.271] (CLI) Opened localhost 41003 [18-07-30 10:11:15.271] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 10:11:15.271] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41003 [18-07-30 10:12:08.125] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:12:08.126] (CLI) Preparing project... [18-07-30 10:12:08.128] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:12:08.357] (CLI) Project successfully prepared (Android) [18-07-30 10:12:08.359] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:12:09.947] (CLI) Successfully transferred background-page.xml. [18-07-30 10:12:09.949] (CLI) Refreshing application... [18-07-30 10:12:10.303] (CLI) Successfully synced application za.co.wigital.jacspack on device 52108bf447e0c3ad. [18-07-30 10:12:11.158] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:12:11.161] (CLI) Preparing project... [18-07-30 10:12:11.162] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:12:11.417] (CLI) Project successfully prepared (iOS) [18-07-30 10:12:11.419] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:12:11.476] (CLI) Successfully transferred background-page.xml. [18-07-30 10:12:11.847] (CLI) Starting... [18-07-30 10:12:14.180] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 10:12:14.180] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 10:12:14.479] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 10:12:14.485] (CLI) Setting up debugger proxy... [18-07-30 10:12:14.485] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 10:12:14.487] (CLI) Opened localhost 41003 [18-07-30 10:12:14.487] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 10:12:14.487] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41003 [18-07-30 10:12:43.786] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:12:43.787] (CLI) Preparing project... [18-07-30 10:12:43.789] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:12:44.130] (CLI) Project successfully prepared (Android) [18-07-30 10:12:44.132] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:12:44.821] (CLI) Successfully transferred background-page.xml. [18-07-30 10:12:44.828] (CLI) Refreshing application... [18-07-30 10:12:45.280] (CLI) Successfully synced application za.co.wigital.jacspack on device 52108bf447e0c3ad. [18-07-30 10:12:46.172] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:12:46.174] (CLI) Preparing project... [18-07-30 10:12:46.174] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:12:46.499] (CLI) Project successfully prepared (iOS) [18-07-30 10:12:46.501] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:12:46.635] (CLI) Successfully transferred background-page.xml. [18-07-30 10:12:47.069] (CLI) Starting... [18-07-30 10:12:49.228] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 10:12:49.228] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 10:12:49.485] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 10:12:49.492] (CLI) Setting up debugger proxy... [18-07-30 10:12:49.492] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 10:12:49.494] (CLI) Opened localhost 41003 [18-07-30 10:12:49.494] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 10:12:49.494] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41003 [18-07-30 10:13:56.254] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:13:56.257] (CLI) Preparing project... [18-07-30 10:13:56.257] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:13:56.569] (CLI) Project successfully prepared (Android) [18-07-30 10:13:56.572] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:13:57.378] (CLI) Successfully transferred background-page.xml. [18-07-30 10:13:57.381] (CLI) Refreshing application... [18-07-30 10:13:57.828] (CLI) Successfully synced application za.co.wigital.jacspack on device 52108bf447e0c3ad. [18-07-30 10:13:58.786] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:13:58.788] (CLI) Preparing project... [18-07-30 10:13:58.790] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:13:59.093] (CLI) Project successfully prepared (iOS) [18-07-30 10:13:59.095] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:13:59.226] (CLI) Successfully transferred background-page.xml. [18-07-30 10:13:59.680] (CLI) Starting... [18-07-30 10:14:01.843] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 10:14:01.843] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 10:14:02.081] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 10:14:02.087] (CLI) Setting up debugger proxy... [18-07-30 10:14:02.087] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 10:14:02.089] (CLI) Opened localhost 41003 [18-07-30 10:14:02.089] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 10:14:02.089] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41003 [18-07-30 10:14:28.123] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:14:28.124] (CLI) Preparing project... [18-07-30 10:14:28.126] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:14:28.416] (CLI) Project successfully prepared (Android) [18-07-30 10:14:28.417] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:14:30.190] (CLI) Successfully transferred background-page.css. [18-07-30 10:14:30.190] (CLI) Refreshing application... [18-07-30 10:14:30.658] (CLI) Successfully synced application za.co.wigital.jacspack on device 52108bf447e0c3ad. [18-07-30 10:14:31.415] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 10:14:31.417] (CLI) Preparing project... [18-07-30 10:14:31.420] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 10:14:31.706] (CLI) Project successfully prepared (iOS) [18-07-30 10:14:31.708] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 10:14:31.850] (CLI) Successfully transferred background-page.css. [18-07-30 10:14:32.303] (CLI) Starting... [18-07-30 10:14:34.463] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 10:14:34.463] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 10:14:34.671] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 10:14:34.679] (CLI) Setting up debugger proxy... [18-07-30 10:14:34.679] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 10:14:34.682] (CLI) Opened localhost 41003 [18-07-30 10:14:34.682] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 10:14:34.682] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41003 [18-07-30 10:35:36.215] Stopped LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack. [18-07-30 10:35:36.751] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-30 10:35:36.751] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-30 10:35:36.751] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-watch/nativescript-dev-webpack.js [18-07-30 10:35:37.369] Stopped LiveSync on 52108bf447e0c3ad for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack. [18-07-30 12:08:37.514] Checking for updates... [18-07-30 12:08:38.896] No updates available. [18-07-30 12:18:46.811] The device is not authorized. Please use the --emulator flag to run the application on on an emulator, Error: The device is not authorized. Please use the --emulator flag to run the application on on an emulator at Errors.fail (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:125:28) at Errors.failWithoutHelp (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:135:21) at AndroidDebugBridgeResultHandler.handleErrors (/usr/local/lib/node_modules/nativescript/lib/common/mobile/android/android-debug-bridge-result-handler.js:41:26) at DeviceAndroidDebugBridge. (/usr/local/lib/node_modules/nativescript/lib/common/mobile/android/android-debug-bridge.js:36:55) at Generator.next () at fulfilled (/usr/local/lib/node_modules/nativescript/lib/common/mobile/android/android-debug-bridge.js:4:58) at at process._tickCallback (internal/process/next_tick.js:188:7) [18-07-30 12:18:50.694] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-30 12:18:50.700] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-watch/nativescript-dev-webpack.js [18-07-30 12:19:13.977] Build started. [18-07-30 12:19:13.991] (CLI) Executing before-watchPatterns hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-watchPatterns/nativescript-dev-webpack.js [18-07-30 12:19:13.994] (CLI) Executing before-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-watch/nativescript-dev-webpack.js [18-07-30 12:19:16.825] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 12:19:16.827] (CLI) Preparing project... [18-07-30 12:19:16.829] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 12:19:17.718] (CLI) Project successfully prepared (Android) [18-07-30 12:19:17.720] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 12:19:19.750] (CLI) Successfully transferred .DS_Store. [18-07-30 12:19:19.750] (CLI) Successfully transferred clue_4_clues-page.js. [18-07-30 12:19:19.752] (CLI) Successfully transferred clue_4_clues-page.xml. [18-07-30 12:19:19.752] (CLI) Successfully transferred the_end-page.xml. [18-07-30 12:19:19.752] (CLI) Successfully transferred party_time.png. [18-07-30 12:19:19.752] (CLI) Refreshing application... [18-07-30 12:19:23.438] Started LiveSync on 52108bf447e0c3ad for za.co.wigital.jacspack. [18-07-30 12:19:23.440] (CLI) Successfully synced application za.co.wigital.jacspack on device 52108bf447e0c3ad. [18-07-30 12:19:24.785] (CLI) device: 52108bf447e0c3ad debug port: 40000 [18-07-30 12:19:26.052] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 12:19:26.052] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000 [18-07-30 12:19:26.105] (CLI) Executing before-watchPatterns hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-watchPatterns/nativescript-dev-webpack.js [18-07-30 12:19:27.320] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 12:19:27.322] (CLI) Preparing project... [18-07-30 12:19:27.324] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 12:19:27.849] (CLI) Project successfully prepared (iOS) [18-07-30 12:19:27.852] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 12:19:29.744] (CLI) Skipping node_modules folder! Use the syncAllFiles option to sync files from this folder. [18-07-30 12:19:31.097] (CLI) Refreshing application... [18-07-30 12:19:33.126] Started LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for za.co.wigital.jacspack. [18-07-30 12:19:33.128] (CLI) Successfully synced application za.co.wigital.jacspack on device e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 12:19:33.683] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 12:19:33.689] (CLI) Setting up debugger proxy... [18-07-30 12:19:33.689] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 12:19:33.691] (CLI) Opened localhost 41004 [18-07-30 12:19:33.691] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 12:19:33.691] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41004 [18-07-30 12:19:34.419] (CLI) Frontend client connected. [18-07-30 12:19:34.924] (CLI) Backend socket created. [18-07-30 12:21:28.873] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 12:21:28.876] (CLI) Preparing project... [18-07-30 12:21:28.876] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 12:21:29.205] (CLI) Project successfully prepared (Android) [18-07-30 12:21:29.207] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 12:21:29.923] (CLI) Successfully transferred background-page.xml. [18-07-30 12:21:31.592] (CLI) Using /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/.cloud/android/JacsPack.apk [18-07-30 12:21:31.643] (CLI) device: 52108bf447e0c3ad debug port: 40000 [18-07-30 12:21:34.965] (CLI) # NativeScript Debugger started # [18-07-30 12:21:35.942] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 12:21:35.942] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000 [18-07-30 12:21:36.989] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 12:21:36.992] (CLI) Preparing project... [18-07-30 12:21:36.996] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 12:21:37.474] (CLI) Project successfully prepared (iOS) [18-07-30 12:21:37.474] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 12:21:37.654] (CLI) Successfully transferred background-page.xml. [18-07-30 12:21:37.687] (CLI) Backend socket closed! [18-07-30 12:21:37.687] (CLI) Frontend socket closed! [18-07-30 12:21:38.027] (CLI) Starting... [18-07-30 12:21:40.335] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 12:21:40.335] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 12:21:40.524] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 12:21:40.524] (CLI) Setting up debugger proxy... [18-07-30 12:21:40.524] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 12:21:40.524] (CLI) Opened localhost 41004 [18-07-30 12:21:40.526] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 12:21:40.526] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41004 [18-07-30 12:21:41.109] (CLI) Frontend client connected. [18-07-30 12:21:41.617] (CLI) Backend socket created. [18-07-30 12:21:43.724] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 12:21:43.724] (CLI) Preparing project... [18-07-30 12:21:43.724] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 12:21:43.965] (CLI) Project successfully prepared (Android) [18-07-30 12:21:43.967] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 12:21:44.283] (CLI) Successfully transferred background-page.css. [18-07-30 12:21:46.136] (CLI) Using /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/.cloud/android/JacsPack.apk [18-07-30 12:21:46.175] (CLI) device: 52108bf447e0c3ad debug port: 40000 [18-07-30 12:21:49.535] (CLI) # NativeScript Debugger started # [18-07-30 12:21:50.541] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 12:21:50.541] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000 [18-07-30 12:21:51.447] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 12:21:51.449] (CLI) Preparing project... [18-07-30 12:21:51.452] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 12:21:52.013] (CLI) Project successfully prepared (iOS) [18-07-30 12:21:52.013] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 12:21:52.196] (CLI) Successfully transferred background-page.css. [18-07-30 12:21:52.196] (CLI) Backend socket closed! [18-07-30 12:21:52.196] (CLI) Frontend socket closed! [18-07-30 12:21:52.586] (CLI) Starting... [18-07-30 12:21:54.867] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 12:21:54.867] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 12:21:55.055] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 12:21:55.060] (CLI) Setting up debugger proxy... [18-07-30 12:21:55.060] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 12:21:55.062] (CLI) Opened localhost 41004 [18-07-30 12:21:55.062] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 12:21:55.062] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41004 [18-07-30 12:21:55.588] (CLI) Frontend client connected. [18-07-30 12:21:56.098] (CLI) Backend socket created. [18-07-30 12:23:48.303] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 12:23:48.306] (CLI) Preparing project... [18-07-30 12:23:48.307] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 12:23:48.660] (CLI) Project successfully prepared (Android) [18-07-30 12:23:48.660] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 12:23:50.363] (CLI) Successfully transferred clue_1_answer-page.xml. [18-07-30 12:23:52.029] (CLI) Using /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/.cloud/android/JacsPack.apk [18-07-30 12:23:52.078] (CLI) device: 52108bf447e0c3ad debug port: 40000 [18-07-30 12:23:56.028] (CLI) # NativeScript Debugger started # [18-07-30 12:23:57.018] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 12:23:57.018] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000 [18-07-30 12:23:58.143] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 12:23:58.143] (CLI) Preparing project... [18-07-30 12:23:58.143] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 12:23:58.143] (CLI) Project successfully prepared (iOS) [18-07-30 12:23:58.143] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 12:23:58.143] (CLI) Successfully transferred clue_1_answer-page.xml. [18-07-30 12:23:58.143] (CLI) Backend socket closed! [18-07-30 12:23:58.143] (CLI) Frontend socket closed! [18-07-30 12:23:58.564] (CLI) Starting... [18-07-30 12:24:00.746] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 12:24:00.746] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 12:24:01.001] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 12:24:01.012] (CLI) Setting up debugger proxy... [18-07-30 12:24:01.012] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 12:24:01.026] (CLI) Opened localhost 41004 [18-07-30 12:24:01.026] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 12:24:01.026] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41004 [18-07-30 12:24:01.576] (CLI) Frontend client connected. [18-07-30 12:24:02.083] (CLI) Backend socket created. [18-07-30 12:26:16.685] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 12:26:16.690] (CLI) Preparing project... [18-07-30 12:26:16.690] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 12:26:17.000] (CLI) Project successfully prepared (Android) [18-07-30 12:26:17.000] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 12:26:17.739] (CLI) Successfully transferred clue_1_date-page.xml. [18-07-30 12:26:19.505] (CLI) Using /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/.cloud/android/JacsPack.apk [18-07-30 12:26:19.544] (CLI) device: 52108bf447e0c3ad debug port: 40000 [18-07-30 12:26:22.935] (CLI) # NativeScript Debugger started # [18-07-30 12:26:23.911] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 12:26:23.911] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000 [18-07-30 12:26:25.331] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 12:26:25.331] (CLI) Preparing project... [18-07-30 12:26:25.331] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 12:26:25.331] (CLI) Project successfully prepared (iOS) [18-07-30 12:26:25.331] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 12:26:25.331] (CLI) Successfully transferred clue_1date-page.xml. [18-07-30 12:26:25.331] (CLI) Backend socket closed! [18-07-30 12:26:25.331] (CLI) Frontend socket closed! [18-07-30 12:26:25.649] (CLI) Starting... [18-07-30 12:26:27.913] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 12:26:27.913] (CLI) Successfully started on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 12:26:28.135] (CLI) '--chrome' is the default behavior. Use --inspector to debug iOS applications using the Safari Web Inspector. [18-07-30 12:26:28.145] (CLI) Setting up debugger proxy... [18-07-30 12:26:28.145] (CLI) Press Ctrl + C to terminate, or disconnect. [18-07-30 12:26:28.145] (CLI) Opened localhost 41004 [18-07-30 12:26:28.145] (CLI) To start debugging, open the following URL in Chrome: [18-07-30 12:26:28.145] (CLI) chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41004 [18-07-30 12:26:30.035] (CLI) Frontend client connected. [18-07-30 12:26:30.545] (CLI) Backend socket created. [18-07-30 12:26:55.968] (CLI) Backend socket closed! [18-07-30 12:27:10.114] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-30 12:27:10.150] Stopped LiveSync on e7abe2b6b8f59f1e8974e3088b82ede981d5d99c for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack. [18-07-30 12:27:10.446] (CLI) Frontend socket closed! [18-07-30 12:27:11.366] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-30 12:27:11.400] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-watch/nativescript-dev-webpack.js [18-07-30 12:27:11.562] Stopped LiveSync on 52108bf447e0c3ad for /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack. [18-07-30 12:37:43.130] Build started. [18-07-30 12:37:49.670] (CLI) Starting cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack', platform: 'iOS', configuration: 'Release', buildId: fa1457f4-a490-473b-b344-3fd89bf01715. [18-07-30 12:37:49.764] Prepare step started. [18-07-30 12:37:50.718] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 12:37:50.722] (CLI) Executing before-cleanApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-cleanApp/nativescript-dev-webpack.js [18-07-30 12:37:50.779] (CLI) Preparing project... [18-07-30 12:37:50.780] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 12:37:53.186] (CLI) Successfully prepared plugin nativescript-floatingactionbutton for ios. [18-07-30 12:37:53.239] (CLI) Successfully prepared plugin nativescript-iqkeyboardmanager for ios. [18-07-30 12:37:53.347] (CLI) Successfully prepared plugin nativescript-masked-text-field for ios. [18-07-30 12:37:53.401] (CLI) Successfully prepared plugin nativescript-material-icons for ios. [18-07-30 12:37:53.457] (CLI) Successfully prepared plugin nativescript-numeric-keyboard for ios. [18-07-30 12:37:53.495] (CLI) Successfully prepared plugin nativescript-parallax for ios. [18-07-30 12:37:53.525] (CLI) Successfully prepared plugin nativescript-platform-css for ios. [18-07-30 12:37:53.556] (CLI) Successfully prepared plugin nativescript-slides for ios. [18-07-30 12:37:53.593] (CLI) Successfully prepared plugin nativescript-telerik-ui-pro for ios. [18-07-30 12:37:53.627] (CLI) Successfully prepared plugin nativescript-theme-core for ios. [18-07-30 12:37:53.659] (CLI) Successfully prepared plugin nativescript-themes for ios. [18-07-30 12:37:53.691] (CLI) Successfully prepared plugin tns-core-modules for ios. [18-07-30 12:37:53.726] (CLI) Successfully prepared plugin nativescript-globalevents for ios. [18-07-30 12:37:53.756] (CLI) Successfully prepared plugin nativescript-platform for ios. [18-07-30 12:37:53.792] (CLI) Successfully prepared plugin nativescript-dom for ios. [18-07-30 12:37:53.824] (CLI) Successfully prepared plugin tns-core-modules-widgets for ios. [18-07-30 12:37:53.871] (CLI) Project successfully prepared (iOS) [18-07-30 12:37:53.872] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 12:37:53.875] Prepare step completed. [18-07-30 12:37:57.954] Upload step started. [18-07-30 12:38:22.468] Upload step completed. [18-07-30 12:38:23.955] Build step started. [18-07-30 12:38:40.639] (CLI) ios Build Tooling revision 2018.07.19.1r [18-07-30 12:38:40.639] (CLI) Build Tooling Hostname administrators-mac-4.local [18-07-30 12:38:40.639] (CLI) App package not specified. Skipping unzip step. [18-07-30 12:38:40.639] (CLI) NativeScript CLI version 4.1.2 [18-07-30 12:38:40.639] (CLI) Add platform ios with runtime version 4.1.1 [18-07-30 12:38:42.413] (CLI) Support for macOS 10.12 is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version. [18-07-30 12:38:43.877] (CLI) Copying template files... [18-07-30 12:38:43.877] (CLI) Installing tns-ios [18-07-30 12:39:04.036] (CLI) Success: \"/private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node\" already installed [18-07-30 12:39:04.036] (CLI) Pass --update-binary to reinstall or --build-from-source to recompile [18-07-30 12:39:04.036] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-prepareJSApp [18-07-30 12:39:04.036] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-cleanApp [18-07-30 12:39:04.036] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-watch [18-07-30 12:39:04.036] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/after-watch [18-07-30 12:39:04.036] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-watchPatterns [18-07-30 12:39:04.036] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-shouldPrepare [18-07-30 12:39:04.036] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/after-prepare [18-07-30 12:39:04.036] (CLI) NativeScript Webpack plugin was successfully added. [18-07-30 12:39:04.036] (CLI) You can now bundle your project by passing --bundle flag to NativeScript CLI commands: [18-07-30 12:39:04.036] (CLI) - tns build android --bundle [18-07-30 12:39:04.036] (CLI) - tns build ios --bundle [18-07-30 12:39:04.036] (CLI) - tns run android --bundle [18-07-30 12:39:04.036] (CLI) - tns run ios --bundle [18-07-30 12:39:04.036] (CLI) You can also pass the \"--env.uglify\" flag to use UglifyJS for minification. [18-07-30 12:39:04.036] (CLI) For more information check out https://docs.nativescript.org/tooling/bundling-with-webpack#bundling. [18-07-30 12:39:04.036] (CLI) + tns-ios@4.1.1 [18-07-30 12:39:04.036] (CLI) added 1087 packages in 19.094s [18-07-30 12:39:28.109] (CLI) Project successfully created. [18-07-30 12:39:28.109] (CLI) Prepare Project for Platform - ios [18-07-30 12:39:29.618] (CLI) Support for macOS 10.12 is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version. [18-07-30 12:39:31.195] (CLI) Executing before-shouldPrepare hook from /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 12:39:31.195] (CLI) Preparing project... [18-07-30 12:39:31.195] (CLI) Executing before-prepareJSApp hook from /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 12:39:34.146] (CLI) Successfully prepared plugin nativescript-floatingactionbutton for ios. [18-07-30 12:39:34.146] (CLI) Successfully prepared plugin nativescript-iqkeyboardmanager for ios. [18-07-30 12:39:34.146] (CLI) Successfully prepared plugin nativescript-masked-text-field for ios. [18-07-30 12:39:34.146] (CLI) Successfully prepared plugin nativescript-material-icons for ios. [18-07-30 12:39:34.146] (CLI) Successfully prepared plugin nativescript-numeric-keyboard for ios. [18-07-30 12:39:34.146] (CLI) Successfully prepared plugin nativescript-parallax for ios. [18-07-30 12:39:34.146] (CLI) Successfully prepared plugin nativescript-platform-css for ios. [18-07-30 12:39:34.146] (CLI) Successfully prepared plugin nativescript-slides for ios. [18-07-30 12:39:34.146] (CLI) Successfully prepared plugin nativescript-telerik-ui-pro for ios. [18-07-30 12:39:35.636] (CLI) Successfully prepared plugin nativescript-theme-core for ios. [18-07-30 12:39:35.636] (CLI) Successfully prepared plugin nativescript-themes for ios. [18-07-30 12:39:35.636] (CLI) Successfully prepared plugin tns-core-modules for ios. [18-07-30 12:39:35.636] (CLI) Successfully prepared plugin nativescript-globalevents for ios. [18-07-30 12:39:35.636] (CLI) Successfully prepared plugin nativescript-platform for ios. [18-07-30 12:39:35.636] (CLI) Successfully prepared plugin nativescript-dom for ios. [18-07-30 12:39:35.636] (CLI) Successfully prepared plugin tns-core-modules-widgets for ios. [18-07-30 12:39:40.281] (CLI) Installing pods... [18-07-30 12:39:43.203] (CLI) Analyzing dependencies [18-07-30 12:39:43.203] (CLI) Pre-downloading: MMNumberKeyboard from https://github.com/EddyVerbruggen/MMNumberKeyboard.git, commit be63229b25ad3aa6f85c7ba481d5031db73fc736 [18-07-30 12:39:43.203] (CLI) Downloading dependencies [18-07-30 12:39:43.203] (CLI) Installing IQKeyboardManager (5.0.8) [18-07-30 12:39:43.203] (CLI) Installing MMNumberKeyboard (0.1.5) [18-07-30 12:39:43.203] (CLI) Installing MNFloatingActionButton (2.0.0) [18-07-30 12:39:43.203] (CLI) Generating Pods project [18-07-30 12:39:43.203] (CLI) Integrating client project [18-07-30 12:39:43.203] (CLI) [!] Please close any current Xcode sessions and use JacsPack.xcworkspace for this project from now on. [18-07-30 12:39:43.203] (CLI) Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed. [18-07-30 12:39:43.203] (CLI) Automatically assigning platform ios with version 8.0 on target JacsPack because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform. [18-07-30 12:39:44.981] (CLI) Project successfully prepared (ios) [18-07-30 12:39:44.981] (CLI) Executing after-prepare hook from /private/tmp/builds/_/91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 12:39:44.981] (CLI) Build for Device [18-07-30 12:39:44.981] (CLI) 1 identity imported. [18-07-30 12:39:44.981] (CLI) keychain: \"/Users/builder/Library/Keychains/9fca7c57-2a89-44f2-aefc-89cd52dab909-db\" [18-07-30 12:39:44.981] (CLI) version: 512 [18-07-30 12:39:44.981] (CLI) class: 0x00000010 [18-07-30 12:39:44.981] (CLI) attributes: [18-07-30 12:39:44.981] (CLI) 0x00000000 =0x00000010 [18-07-30 12:39:44.981] (CLI) 0x00000001 =\"JacsPack Dev Key\" [18-07-30 12:39:44.981] (CLI) 0x00000002 = [18-07-30 12:39:44.981] (CLI) 0x00000003 =0x00000001 [18-07-30 12:39:44.981] (CLI) 0x00000004 =0x00000000 [18-07-30 12:39:44.981] (CLI) 0x00000005 =0x00000000 [18-07-30 12:39:44.981] (CLI) 0x00000006 =0x1347776FC01C0C98E06CCFC30D6CACED386108F8 \"\023Gwo\300\034\014\230\340l\317\303\015l\254\3558a\010\370\" [18-07-30 12:39:44.981] (CLI) 0x00000007 = [18-07-30 12:39:44.981] (CLI) 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 \"{87191ca2-0fc9-11d4-849a-000502b52122}\000\" [18-07-30 12:39:44.981] (CLI) 0x00000009 =0x0000002A \"\000\000\000*\" [18-07-30 12:39:44.981] (CLI) 0x0000000A =0x00000800 [18-07-30 12:39:44.981] (CLI) 0x0000000B =0x00000800 [18-07-30 12:39:44.981] (CLI) 0x0000000C =0x0000000000000000 [18-07-30 12:39:44.981] (CLI) 0x0000000D =0x0000000000000000 [18-07-30 12:39:44.981] (CLI) 0x0000000E =0x00000001 [18-07-30 12:39:44.981] (CLI) 0x0000000F =0x00000001 [18-07-30 12:39:44.981] (CLI) 0x00000010 =0x00000001 [18-07-30 12:39:44.981] (CLI) 0x00000011 =0x00000000 [18-07-30 12:39:44.981] (CLI) 0x00000012 =0x00000001 [18-07-30 12:39:44.981] (CLI) 0x00000013 =0x00000001 [18-07-30 12:39:44.981] (CLI) 0x00000014 =0x00000001 [18-07-30 12:39:44.981] (CLI) 0x00000015 =0x00000001 [18-07-30 12:39:44.981] (CLI) 0x00000016 =0x00000001 [18-07-30 12:39:44.981] (CLI) 0x00000017 =0x00000001 [18-07-30 12:39:44.981] (CLI) 0x00000018 =0x00000001 [18-07-30 12:39:44.981] (CLI) 0x00000019 =0x00000001 [18-07-30 12:39:44.981] (CLI) 0x0000001A =0x00000001 [18-07-30 12:39:44.981] (CLI) Building project ... [18-07-30 12:39:51.098] (CLI) ▸ Check Dependencies [18-07-30 12:39:51.098] (CLI) ▸ Processing Info.plist [18-07-30 12:39:51.098] (CLI) ▸ Compiling IQBarButtonItem.m [18-07-30 12:39:56.931] (CLI) ▸ Compiling IQKeyboardManager-dummy.m [18-07-30 12:39:56.931] (CLI) ▸ Compiling IQKeyboardManager.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQKeyboardReturnKeyHandler.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQNSArray+Sort.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQPreviousNextView.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQTextView.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQTitleBarButtonItem.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQToolbar.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQUIScrollView+Additions.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQUITextFieldView+Additions.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQUIView+Hierarchy.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQUIView+IQKeyboardToolbar.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQUIViewController+Additions.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQUIWindow+Hierarchy.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQKeyboardManager_vers.c [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQBarButtonItem.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQKeyboardManager-dummy.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQKeyboardManager.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQKeyboardReturnKeyHandler.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQNSArray+Sort.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQPreviousNextView.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQTextView.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQTitleBarButtonItem.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQToolbar.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQUIScrollView+Additions.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQUITextFieldView+Additions.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQUIView+Hierarchy.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQUIView+IQKeyboardToolbar.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQUIViewController+Additions.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQUIWindow+Hierarchy.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling IQKeyboardManager_vers.c [18-07-30 12:39:58.355] (CLI) ▸ Linking IQKeyboardManager [18-07-30 12:39:58.355] (CLI) ▸ Linking IQKeyboardManager [18-07-30 12:39:58.355] (CLI) ▸ Generating 'IQKeyboardManager.framework.dSYM' [18-07-30 12:39:58.355] (CLI) ▸ Copying IQBarButtonItem.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQKeyboardManager-umbrella.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQKeyboardManager.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQKeyboardManagerConstants.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQTitleBarButtonItem.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQPreviousNextView.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQTextView.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQKeyboardReturnKeyHandler.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQUIScrollView+Additions.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQToolbar.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQUITextFieldView+Additions.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQUIView+Hierarchy.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQUIView+IQKeyboardToolbar.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQUIViewController+Additions.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQUIWindow+Hierarchy.h [18-07-30 12:39:58.355] (CLI) ▸ Copying IQKeyboardManager/IQKeyboardManager/Resources/IQKeyboardManager.bundle [18-07-30 12:39:58.355] (CLI) ▸ Touching IQKeyboardManager.framework [18-07-30 12:39:58.355] (CLI) ▸ Check Dependencies [18-07-30 12:39:58.355] (CLI) ▸ Processing Info.plist [18-07-30 12:39:58.355] (CLI) ▸ Compiling MMNumberKeyboard-dummy.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling MMNumberKeyboard.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling MMNumberKeyboard_vers.c [18-07-30 12:39:58.355] (CLI) ▸ Compiling MMNumberKeyboard-dummy.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling MMNumberKeyboard.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling MMNumberKeyboard_vers.c [18-07-30 12:39:58.355] (CLI) ▸ Linking MMNumberKeyboard [18-07-30 12:39:58.355] (CLI) ▸ Linking MMNumberKeyboard [18-07-30 12:39:58.355] (CLI) ▸ Generating 'MMNumberKeyboard.framework.dSYM' [18-07-30 12:39:58.355] (CLI) ▸ Copying MMNumberKeyboard-umbrella.h [18-07-30 12:39:58.355] (CLI) ▸ Copying MMNumberKeyboard.h [18-07-30 12:39:58.355] (CLI) ▸ Touching MMNumberKeyboard.framework [18-07-30 12:39:58.355] (CLI) ▸ Check Dependencies [18-07-30 12:39:58.355] (CLI) ▸ Processing ResourceBundle-MNFloatingActionButton-Info.plist [18-07-30 12:39:58.355] (CLI) ▸ Touching MNFloatingActionButton.bundle [18-07-30 12:39:58.355] (CLI) ▸ Check Dependencies [18-07-30 12:39:58.355] (CLI) ▸ Processing Info.plist [18-07-30 12:39:58.355] (CLI) ▸ Compiling MNFloatingActionButton-dummy.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling MNFloatingActionButton.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling MNFloatingActionButton-dummy.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling MNFloatingActionButton_vers.c [18-07-30 12:39:58.355] (CLI) ▸ Compiling MNFloatingActionButton.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling MNFloatingActionButtonvers.c [18-07-30 12:39:58.355] (CLI) ▸ Linking MNFloatingActionButton [18-07-30 12:39:58.355] (CLI) ▸ Linking MNFloatingActionButton [18-07-30 12:39:58.355] (CLI) ▸ Generating 'MNFloatingActionButton.framework.dSYM' [18-07-30 12:39:58.355] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/platforms/ios/build/archive/Release-iphoneos/MNFloatingActionButton/MNFloatingActionButton.bundle [18-07-30 12:39:58.355] (CLI) ▸ Copying MNFloatingActionButton-umbrella.h [18-07-30 12:39:58.355] (CLI) ▸ Copying MNFloatingActionButton.h [18-07-30 12:39:58.355] (CLI) ▸ Touching MNFloatingActionButton.framework [18-07-30 12:39:58.355] (CLI) ▸ Check Dependencies [18-07-30 12:39:58.355] (CLI) ▸ Processing Info.plist [18-07-30 12:39:58.355] (CLI) ▸ Compiling Pods_JacsPack_vers.c [18-07-30 12:39:58.355] (CLI) ▸ Compiling Pods-JacsPack-dummy.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling Pods-JacsPack-dummy.m [18-07-30 12:39:58.355] (CLI) ▸ Compiling Pods_JacsPack_vers.c [18-07-30 12:39:58.355] (CLI) ▸ Copying Pods-JacsPack-umbrella.h [18-07-30 12:39:58.355] (CLI) ▸ Touching PodsJacsPack.framework [18-07-30 12:39:58.355] (CLI) ▸ Check Dependencies [18-07-30 12:39:58.355] (CLI) Check Pods Manifest.lock' [18-07-30 12:40:00.030] (CLI) ▸ Running script 'NativeScript PreBuild' [18-07-30 12:40:12.086] (CLI) ▸ Precompiling JacsPack/JacsPack-Prefix.pch [18-07-30 12:40:13.902] (CLI) ▸ Precompiling JacsPack/JacsPack-Prefix.pch [18-07-30 12:40:13.902] (CLI) ▸ Compiling main.m [18-07-30 12:40:13.902] (CLI) ▸ Compiling main.m [18-07-30 12:40:13.902] (CLI) ▸ Linking JacsPack [18-07-30 12:40:13.902] (CLI) ▸ Linking JacsPack [18-07-30 12:40:13.902] (CLI) ▸ Running script 'NativeScript PreLink' [18-07-30 12:40:13.902] (CLI) ▸ Copying InfoPlist.strings [18-07-30 12:40:13.902] (CLI) ▸ Compiling LaunchScreen.storyboard [18-07-30 12:40:25.821] (CLI) ▸ Processing JacsPack-Info.plist [18-07-30 12:40:27.490] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikAppFeedback.framework [18-07-30 12:40:27.490] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikAppFeedback.framework/TelerikAppFeedback [18-07-30 12:40:27.490] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikUI.framework [18-07-30 12:40:27.490] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikUI.framework/TelerikUI [18-07-30 12:40:27.490] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework [18-07-30 12:40:27.490] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework/TNSWidgets [18-07-30 12:40:27.490] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app/Frameworks/TelerikUI.framework [18-07-30 12:40:27.490] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app/Frameworks/TelerikAppFeedback.framework [18-07-30 12:40:27.490] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app/Frameworks/TNSWidgets.framework [18-07-30 12:40:27.490] (CLI) ▸ Running script 'NativeScript PostBuild' [18-07-30 12:40:31.929] (CLI) Embed Pods Frameworks' [18-07-30 12:40:31.929] (CLI) Copy Pods Resources' [18-07-30 12:40:33.887] (CLI) ▸ Touching JacsPack.app [18-07-30 12:40:33.887] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app [18-07-30 12:40:33.887] (CLI) ▸ Touching JacsPack.app.dSYM [18-07-30 12:40:33.887] (CLI) ▸ Archive Succeeded [18-07-30 12:40:33.887] (CLI) Creating exportOptions.plist file ... [18-07-30 12:40:33.887] (CLI) Exporting .xcarchive to .ipa ... [18-07-30 12:40:35.461] (CLI) Created bundle at path '/var/folders/gw/99dy3s510zq6qr3b7llq4y540000gp/T/JacsPack_2018-07-3006-40-31.315.xcdistributionlogs'. [18-07-30 12:40:42.771] (CLI) Exported JacsPack.xcarchive to: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack [18-07-30 12:40:42.771] (CLI) EXPORT SUCCEEDED [18-07-30 12:40:44.597] (CLI) Moving resulting .ipa to app.ipa ... [18-07-30 12:40:44.597] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds/_/91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikAppFeedback.framework/TelerikAppFeedback [18-07-30 12:40:44.597] (CLI) [xcode-build] skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikUI.framework/TelerikUI [18-07-30 12:40:44.597] (CLI) [xcode-build] skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework/TNSWidgets [18-07-30 12:40:44.597] (CLI) Build finished successfully [18-07-30 12:40:59.299] Build step completed. [18-07-30 12:40:59.307] Download step started. [18-07-30 12:40:59.309] (CLI) Finished cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack', platform: 'iOS', configuration: 'Release', buildId: fa1457f4-a490-473b-b344-3fd89bf01715 successfully. Downloading result... [18-07-30 12:41:41.109] Download step completed. [18-07-30 12:41:41.113] (CLI) The result of cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack', platform: 'iOS', configuration: 'Release', buildId: fa1457f4-a490-473b-b344-3fd89bf01715 successfully downloaded. OutputFilePath: /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/.cloud/ios/device/JacsPack.ipa [18-07-30 12:42:09.176] The device is not authorized. Please use the --emulator flag to run the application on on an emulator, Error: The device is not authorized. Please use the --emulator flag to run the application on on an emulator at Errors.fail (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:125:28) at Errors.failWithoutHelp (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:135:21) at AndroidDebugBridgeResultHandler.handleErrors (/usr/local/lib/node_modules/nativescript/lib/common/mobile/android/android-debug-bridge-result-handler.js:41:26) at DeviceAndroidDebugBridge. (/usr/local/lib/node_modules/nativescript/lib/common/mobile/android/android-debug-bridge.js:36:55) at Generator.next () at fulfilled (/usr/local/lib/node_modules/nativescript/lib/common/mobile/android/android-debug-bridge.js:4:58) at at process._tickCallback (internal/process/nexttick.js:188:7) [18-07-30 12:42:36.636] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-30 12:42:36.642] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-watch/nativescript-dev-webpack.js [18-07-30 12:42:39.512] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-30 12:42:39.612] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-watch/nativescript-dev-webpack.js [18-07-30 12:44:05.043] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-30 12:44:05.043] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-watch/nativescript-dev-webpack.js [18-07-30 12:50:05.495] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/MobiWasSA/Project FIles/MobiWash/MobiWashSA/hooks/after-watch/nativescript-dev-sass.js [18-07-30 12:50:05.495] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-watch/nativescript-dev-webpack.js [18-07-30 15:09:27.646] Build started. [18-07-30 15:09:34.200] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-watch/nativescript-dev-webpack.js [18-07-30 15:09:37.559] (CLI) Starting cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack', platform: 'iOS', configuration: 'Release', buildId: e5f3ecfa-8aa3-4100-9e77-4c9fc3cfa67b. [18-07-30 15:09:37.627] Prepare step started. [18-07-30 15:09:39.729] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 15:09:39.733] (CLI) Preparing project... [18-07-30 15:09:39.735] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 15:09:40.312] (CLI) Project successfully prepared (iOS) [18-07-30 15:09:40.313] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 15:09:40.335] Prepare step completed. [18-07-30 15:09:44.314] Upload step started. [18-07-30 15:09:46.361] (CLI) Unable to use git, reason is: [18-07-30 15:09:46.361] (CLI) Command /usr/bin/git failed with exit code 128 Error output: [18-07-30 15:09:46.361] (CLI) *** Please tell me who you are. [18-07-30 15:09:46.361] (CLI) Run [18-07-30 15:09:46.361] (CLI) git config --global user.email "you@example.com" [18-07-30 15:09:46.361] (CLI) git config --global user.name "Your Name" [18-07-30 15:09:46.361] (CLI) to set your account's default identity. [18-07-30 15:09:46.361] (CLI) Omit --global to set the identity only in this repository. [18-07-30 15:09:46.361] (CLI) fatal: unable to auto-detect email address (got 'nickdelahunt@Nicks-MBP.(none)') [18-07-30 15:10:28.442] Upload step completed. [18-07-30 15:10:29.455] Build step started. [18-07-30 15:10:36.967] (CLI) ios Build Tooling revision 2018.07.19.1r [18-07-30 15:10:36.967] (CLI) Build Tooling Hostname administrators-mac-5.local [18-07-30 15:10:36.967] (CLI) Unzip Project Files [18-07-30 15:10:38.588] (CLI) NativeScript CLI version 4.1.2 [18-07-30 15:10:38.588] (CLI) Add platform ios with runtime version 4.1.1 [18-07-30 15:10:40.020] (CLI) Support for macOS 10.12 is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version. [18-07-30 15:10:42.886] (CLI) Copying template files... [18-07-30 15:10:42.886] (CLI) Installing tns-ios [18-07-30 15:10:59.593] (CLI) Success: \"/private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node\" already installed [18-07-30 15:10:59.593] (CLI) Pass --update-binary to reinstall or --build-from-source to recompile [18-07-30 15:10:59.593] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-prepareJSApp [18-07-30 15:10:59.593] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-cleanApp [18-07-30 15:10:59.593] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-watch [18-07-30 15:10:59.593] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/after-watch [18-07-30 15:10:59.593] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-watchPatterns [18-07-30 15:10:59.593] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-shouldPrepare [18-07-30 15:10:59.593] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/after-prepare [18-07-30 15:10:59.593] (CLI) NativeScript Webpack plugin was successfully added. [18-07-30 15:10:59.593] (CLI) You can now bundle your project by passing --bundle flag to NativeScript CLI commands: [18-07-30 15:10:59.593] (CLI) - tns build android --bundle [18-07-30 15:10:59.593] (CLI) - tns build ios --bundle [18-07-30 15:10:59.593] (CLI) - tns run android --bundle [18-07-30 15:10:59.593] (CLI) - tns run ios --bundle [18-07-30 15:10:59.593] (CLI) You can also pass the \"--env.uglify\" flag to use UglifyJS for minification. [18-07-30 15:10:59.593] (CLI) For more information check out https://docs.nativescript.org/tooling/bundling-with-webpack#bundling. [18-07-30 15:11:01.111] (CLI) + tns-ios@4.1.1 [18-07-30 15:11:01.111] (CLI) added 1087 packages in 18.346s [18-07-30 15:11:19.276] (CLI) Project successfully created. [18-07-30 15:11:19.276] (CLI) Prepare Project for Platform - ios [18-07-30 15:11:20.676] (CLI) Support for macOS 10.12 is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version. [18-07-30 15:11:23.952] (CLI) Executing before-shouldPrepare hook from /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 15:11:23.952] (CLI) Preparing project... [18-07-30 15:11:23.952] (CLI) Executing before-prepareJSApp hook from /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 15:11:23.952] (CLI) Successfully prepared plugin nativescript-floatingactionbutton for ios. [18-07-30 15:11:23.952] (CLI) Successfully prepared plugin nativescript-iqkeyboardmanager for ios. [18-07-30 15:11:23.952] (CLI) Successfully prepared plugin nativescript-masked-text-field for ios. [18-07-30 15:11:23.952] (CLI) Successfully prepared plugin nativescript-material-icons for ios. [18-07-30 15:11:23.952] (CLI) Successfully prepared plugin nativescript-numeric-keyboard for ios. [18-07-30 15:11:23.952] (CLI) Successfully prepared plugin nativescript-parallax for ios. [18-07-30 15:11:23.952] (CLI) Successfully prepared plugin nativescript-platform-css for ios. [18-07-30 15:11:23.952] (CLI) Successfully prepared plugin nativescript-slides for ios. [18-07-30 15:11:23.952] (CLI) Successfully prepared plugin nativescript-telerik-ui-pro for ios. [18-07-30 15:11:25.386] (CLI) Successfully prepared plugin nativescript-theme-core for ios. [18-07-30 15:11:25.386] (CLI) Successfully prepared plugin nativescript-themes for ios. [18-07-30 15:11:25.386] (CLI) Successfully prepared plugin tns-core-modules for ios. [18-07-30 15:11:25.386] (CLI) Successfully prepared plugin nativescript-globalevents for ios. [18-07-30 15:11:25.386] (CLI) Successfully prepared plugin nativescript-platform for ios. [18-07-30 15:11:25.386] (CLI) Successfully prepared plugin nativescript-dom for ios. [18-07-30 15:11:25.386] (CLI) Successfully prepared plugin tns-core-modules-widgets for ios. [18-07-30 15:11:28.356] (CLI) Installing pods... [18-07-30 15:11:29.700] (CLI) Analyzing dependencies [18-07-30 15:11:29.700] (CLI) Pre-downloading: MMNumberKeyboard from https://github.com/EddyVerbruggen/MMNumberKeyboard.git, commit be63229b25ad3aa6f85c7ba481d5031db73fc736 [18-07-30 15:11:31.402] (CLI) Downloading dependencies [18-07-30 15:11:31.402] (CLI) Installing IQKeyboardManager (5.0.8) [18-07-30 15:11:31.402] (CLI) Installing MMNumberKeyboard (0.1.5) [18-07-30 15:11:31.402] (CLI) Installing MNFloatingActionButton (2.0.0) [18-07-30 15:11:31.402] (CLI) Generating Pods project [18-07-30 15:11:31.402] (CLI) Integrating client project [18-07-30 15:11:31.402] (CLI) [!] Please close any current Xcode sessions and use JacsPack.xcworkspace for this project from now on. [18-07-30 15:11:31.402] (CLI) Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed. [18-07-30 15:11:31.402] (CLI) Automatically assigning platform ios with version 8.0 on target JacsPack because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform. [18-07-30 15:11:31.402] (CLI) Project successfully prepared (ios) [18-07-30 15:11:31.402] (CLI) Executing after-prepare hook from /private/tmp/builds/_/91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 15:11:31.402] (CLI) Build for Device [18-07-30 15:11:31.402] (CLI) 1 identity imported. [18-07-30 15:11:31.402] (CLI) keychain: \"/Users/builder/Library/Keychains/60b19ed3-f14b-4d32-967b-7262b5890f5d-db\" [18-07-30 15:11:31.402] (CLI) version: 512 [18-07-30 15:11:31.402] (CLI) class: 0x00000010 [18-07-30 15:11:31.402] (CLI) attributes: [18-07-30 15:11:31.402] (CLI) 0x00000000 =0x00000010 [18-07-30 15:11:31.402] (CLI) 0x00000001 =\"JacsPack Dev Key\" [18-07-30 15:11:31.402] (CLI) 0x00000002 = [18-07-30 15:11:31.402] (CLI) 0x00000003 =0x00000001 [18-07-30 15:11:31.402] (CLI) 0x00000004 =0x00000000 [18-07-30 15:11:31.402] (CLI) 0x00000005 =0x00000000 [18-07-30 15:11:31.402] (CLI) 0x00000006 =0x1347776FC01C0C98E06CCFC30D6CACED386108F8 \"\023Gwo\300\034\014\230\340l\317\303\015l\254\3558a\010\370\" [18-07-30 15:11:31.402] (CLI) 0x00000007 = [18-07-30 15:11:31.402] (CLI) 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 \"{87191ca2-0fc9-11d4-849a-000502b52122}\000\" [18-07-30 15:11:31.402] (CLI) 0x00000009 =0x0000002A \"\000\000\000*\" [18-07-30 15:11:31.402] (CLI) 0x0000000A =0x00000800 [18-07-30 15:11:31.402] (CLI) 0x0000000B =0x00000800 [18-07-30 15:11:31.402] (CLI) 0x0000000C =0x0000000000000000 [18-07-30 15:11:31.402] (CLI) 0x0000000D =0x0000000000000000 [18-07-30 15:11:31.402] (CLI) 0x0000000E =0x00000001 [18-07-30 15:11:31.402] (CLI) 0x0000000F =0x00000001 [18-07-30 15:11:31.402] (CLI) 0x00000010 =0x00000001 [18-07-30 15:11:31.402] (CLI) 0x00000011 =0x00000000 [18-07-30 15:11:31.402] (CLI) 0x00000012 =0x00000001 [18-07-30 15:11:31.402] (CLI) 0x00000013 =0x00000001 [18-07-30 15:11:31.402] (CLI) 0x00000014 =0x00000001 [18-07-30 15:11:31.402] (CLI) 0x00000015 =0x00000001 [18-07-30 15:11:31.402] (CLI) 0x00000016 =0x00000001 [18-07-30 15:11:31.402] (CLI) 0x00000017 =0x00000001 [18-07-30 15:11:31.402] (CLI) 0x00000018 =0x00000001 [18-07-30 15:11:31.402] (CLI) 0x00000019 =0x00000001 [18-07-30 15:11:31.402] (CLI) 0x0000001A =0x00000001 [18-07-30 15:11:31.402] (CLI) Building project ... [18-07-30 15:11:36.068] (CLI) ▸ Check Dependencies [18-07-30 15:11:37.904] (CLI) ▸ Processing Info.plist [18-07-30 15:11:37.904] (CLI) ▸ Compiling MMNumberKeyboard-dummy.m [18-07-30 15:11:41.874] (CLI) ▸ Compiling MMNumberKeyboard.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling MMNumberKeyboard_vers.c [18-07-30 15:11:43.742] (CLI) ▸ Compiling MMNumberKeyboard-dummy.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling MMNumberKeyboard.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling MMNumberKeyboard_vers.c [18-07-30 15:11:43.742] (CLI) ▸ Linking MMNumberKeyboard [18-07-30 15:11:43.742] (CLI) ▸ Linking MMNumberKeyboard [18-07-30 15:11:43.742] (CLI) ▸ Generating 'MMNumberKeyboard.framework.dSYM' [18-07-30 15:11:43.742] (CLI) ▸ Copying MMNumberKeyboard-umbrella.h [18-07-30 15:11:43.742] (CLI) ▸ Copying MMNumberKeyboard.h [18-07-30 15:11:43.742] (CLI) ▸ Touching MMNumberKeyboard.framework [18-07-30 15:11:43.742] (CLI) ▸ Check Dependencies [18-07-30 15:11:43.742] (CLI) ▸ Processing Info.plist [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQBarButtonItem.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQKeyboardManager-dummy.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQKeyboardManager.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQKeyboardReturnKeyHandler.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQNSArray+Sort.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQPreviousNextView.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQTextView.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQTitleBarButtonItem.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQToolbar.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQUIScrollView+Additions.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQUITextFieldView+Additions.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQUIView+Hierarchy.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQUIView+IQKeyboardToolbar.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQUIViewController+Additions.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQUIWindow+Hierarchy.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQKeyboardManager_vers.c [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQBarButtonItem.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQKeyboardManager-dummy.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQKeyboardManager.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQKeyboardReturnKeyHandler.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQNSArray+Sort.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQPreviousNextView.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQTextView.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQTitleBarButtonItem.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQToolbar.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQUIScrollView+Additions.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQUITextFieldView+Additions.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQUIView+Hierarchy.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQUIView+IQKeyboardToolbar.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQUIViewController+Additions.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQUIWindow+Hierarchy.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling IQKeyboardManager_vers.c [18-07-30 15:11:43.742] (CLI) ▸ Linking IQKeyboardManager [18-07-30 15:11:43.742] (CLI) ▸ Linking IQKeyboardManager [18-07-30 15:11:43.742] (CLI) ▸ Generating 'IQKeyboardManager.framework.dSYM' [18-07-30 15:11:43.742] (CLI) ▸ Copying IQBarButtonItem.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQKeyboardManager-umbrella.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQKeyboardManager.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQKeyboardManagerConstants.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQKeyboardReturnKeyHandler.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQPreviousNextView.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQTextView.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQTitleBarButtonItem.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQToolbar.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQUIScrollView+Additions.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQUITextFieldView+Additions.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQUIView+IQKeyboardToolbar.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQUIViewController+Additions.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQUIView+Hierarchy.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQUIWindow+Hierarchy.h [18-07-30 15:11:43.742] (CLI) ▸ Copying IQKeyboardManager/IQKeyboardManager/Resources/IQKeyboardManager.bundle [18-07-30 15:11:43.742] (CLI) ▸ Touching IQKeyboardManager.framework [18-07-30 15:11:43.742] (CLI) ▸ Check Dependencies [18-07-30 15:11:43.742] (CLI) ▸ Processing ResourceBundle-MNFloatingActionButton-Info.plist [18-07-30 15:11:43.742] (CLI) ▸ Touching MNFloatingActionButton.bundle [18-07-30 15:11:43.742] (CLI) ▸ Check Dependencies [18-07-30 15:11:43.742] (CLI) ▸ Processing Info.plist [18-07-30 15:11:43.742] (CLI) ▸ Compiling MNFloatingActionButton-dummy.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling MNFloatingActionButton.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling MNFloatingActionButton_vers.c [18-07-30 15:11:43.742] (CLI) ▸ Compiling MNFloatingActionButton-dummy.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling MNFloatingActionButton.m [18-07-30 15:11:43.742] (CLI) ▸ Compiling MNFloatingActionButtonvers.c [18-07-30 15:11:43.742] (CLI) ▸ Linking MNFloatingActionButton [18-07-30 15:11:43.742] (CLI) ▸ Linking MNFloatingActionButton [18-07-30 15:11:43.742] (CLI) ▸ Generating 'MNFloatingActionButton.framework.dSYM' [18-07-30 15:11:43.742] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/platforms/ios/build/archive/Release-iphoneos/MNFloatingActionButton/MNFloatingActionButton.bundle [18-07-30 15:11:43.742] (CLI) ▸ Copying MNFloatingActionButton-umbrella.h [18-07-30 15:11:43.742] (CLI) ▸ Copying MNFloatingActionButton.h [18-07-30 15:11:43.742] (CLI) ▸ Touching MNFloatingActionButton.framework [18-07-30 15:11:43.742] (CLI) ▸ Check Dependencies [18-07-30 15:11:43.742] (CLI) ▸ Processing Info.plist [18-07-30 15:11:43.742] (CLI) ▸ Compiling Pods_JacsPack_vers.c [18-07-30 15:11:45.144] (CLI) ▸ Compiling Pods-JacsPack-dummy.m [18-07-30 15:11:45.144] (CLI) ▸ Compiling Pods-JacsPack-dummy.m [18-07-30 15:11:45.144] (CLI) ▸ Compiling Pods_JacsPack_vers.c [18-07-30 15:11:45.144] (CLI) ▸ Copying Pods-JacsPack-umbrella.h [18-07-30 15:11:45.144] (CLI) ▸ Touching PodsJacsPack.framework [18-07-30 15:11:45.144] (CLI) ▸ Check Dependencies [18-07-30 15:11:45.144] (CLI) Check Pods Manifest.lock' [18-07-30 15:11:45.144] (CLI) ▸ Running script 'NativeScript PreBuild' [18-07-30 15:11:56.343] (CLI) ▸ Precompiling JacsPack/JacsPack-Prefix.pch [18-07-30 15:11:56.343] (CLI) ▸ Precompiling JacsPack/JacsPack-Prefix.pch [18-07-30 15:11:57.949] (CLI) ▸ Compiling main.m [18-07-30 15:11:57.949] (CLI) ▸ Compiling main.m [18-07-30 15:11:57.949] (CLI) ▸ Linking JacsPack [18-07-30 15:11:57.949] (CLI) ▸ Linking JacsPack [18-07-30 15:11:57.949] (CLI) ▸ Running script 'NativeScript PreLink' [18-07-30 15:11:57.949] (CLI) ▸ Copying InfoPlist.strings [18-07-30 15:11:57.949] (CLI) ▸ Compiling LaunchScreen.storyboard [18-07-30 15:12:08.494] (CLI) ▸ Processing JacsPack-Info.plist [18-07-30 15:12:09.434] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikAppFeedback.framework [18-07-30 15:12:09.434] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikAppFeedback.framework/TelerikAppFeedback [18-07-30 15:12:09.434] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikUI.framework [18-07-30 15:12:09.434] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikUI.framework/TelerikUI [18-07-30 15:12:11.024] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework [18-07-30 15:12:11.024] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework/TNSWidgets [18-07-30 15:12:11.024] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app/Frameworks/TelerikAppFeedback.framework [18-07-30 15:12:11.024] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app/Frameworks/TNSWidgets.framework [18-07-30 15:12:11.024] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app/Frameworks/TelerikUI.framework [18-07-30 15:12:11.024] (CLI) ▸ Running script 'NativeScript PostBuild' [18-07-30 15:12:14.230] (CLI) Embed Pods Frameworks' [18-07-30 15:12:15.881] (CLI) Copy Pods Resources' [18-07-30 15:12:15.881] (CLI) ▸ Touching JacsPack.app [18-07-30 15:12:15.881] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app [18-07-30 15:12:17.693] (CLI) ▸ Touching JacsPack.app.dSYM [18-07-30 15:12:17.693] (CLI) ▸ Archive Succeeded [18-07-30 15:12:17.693] (CLI) Creating exportOptions.plist file ... [18-07-30 15:12:17.693] (CLI) Exporting .xcarchive to .ipa ... [18-07-30 15:12:17.693] (CLI) Created bundle at path '/var/folders/4g/4f04h6913nv9d3hbnfdgp7lc0000gp/T/JacsPack_2018-07-3009-12-15.686.xcdistributionlogs'. [18-07-30 15:12:26.627] (CLI) Exported JacsPack.xcarchive to: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack [18-07-30 15:12:26.627] (CLI) EXPORT SUCCEEDED [18-07-30 15:12:26.627] (CLI) Moving resulting .ipa to app.ipa ... [18-07-30 15:12:26.627] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds/_/91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikAppFeedback.framework/TelerikAppFeedback [18-07-30 15:12:26.627] (CLI) [xcode-build] skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikUI.framework/TelerikUI [18-07-30 15:12:26.627] (CLI) [xcode-build] skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework/TNSWidgets [18-07-30 15:12:26.627] (CLI) Build finished successfully [18-07-30 15:12:43.519] Build step completed. [18-07-30 15:12:43.528] Download step started. [18-07-30 15:12:43.529] (CLI) Finished cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack', platform: 'iOS', configuration: 'Release', buildId: e5f3ecfa-8aa3-4100-9e77-4c9fc3cfa67b successfully. Downloading result... [18-07-30 15:13:28.669] Download step completed. [18-07-30 15:13:28.674] (CLI) The result of cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack', platform: 'iOS', configuration: 'Release', buildId: e5f3ecfa-8aa3-4100-9e77-4c9fc3cfa67b successfully downloaded. OutputFilePath: /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/.cloud/ios/device/JacsPack.ipa [18-07-30 15:13:34.788] (CLI) Successfully deployed on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 15:13:35.367] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 15:13:35.372] App deployed on device: Nick’s iPhone. [18-07-30 15:20:15.998] Build started. [18-07-30 15:20:18.699] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-watch/nativescript-dev-webpack.js [18-07-30 15:20:22.371] (CLI) Starting cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack', platform: 'iOS', configuration: 'Release', buildId: 85c6b457-4abd-4c47-be77-47b3378d8616. [18-07-30 15:20:22.434] Prepare step started. [18-07-30 15:20:23.549] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 15:20:23.551] (CLI) Preparing project... [18-07-30 15:20:23.553] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 15:20:24.103] (CLI) Project successfully prepared (iOS) [18-07-30 15:20:24.104] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 15:20:24.107] Prepare step completed. [18-07-30 15:20:28.005] Upload step started. [18-07-30 15:20:28.302] (CLI) Unable to use git, reason is: [18-07-30 15:20:28.302] (CLI) Command /usr/bin/git failed with exit code 128 Error output: [18-07-30 15:20:28.302] (CLI) *** Please tell me who you are. [18-07-30 15:20:28.302] (CLI) Run [18-07-30 15:20:28.302] (CLI) git config --global user.email "you@example.com" [18-07-30 15:20:28.302] (CLI) git config --global user.name "Your Name" [18-07-30 15:20:28.302] (CLI) to set your account's default identity. [18-07-30 15:20:28.302] (CLI) Omit --global to set the identity only in this repository. [18-07-30 15:20:28.302] (CLI) fatal: unable to auto-detect email address (got 'nickdelahunt@Nicks-MBP.(none)') [18-07-30 15:21:08.756] Upload step completed. [18-07-30 15:21:09.429] Build step started. [18-07-30 15:21:21.380] (CLI) ios Build Tooling revision 2018.07.19.1r [18-07-30 15:21:21.380] (CLI) Build Tooling Hostname administrators-mac-5.local [18-07-30 15:21:21.380] (CLI) Unzip Project Files [18-07-30 15:21:21.380] (CLI) NativeScript CLI version 4.1.2 [18-07-30 15:21:21.380] (CLI) Add platform ios with runtime version 4.1.1 [18-07-30 15:21:22.582] (CLI) Support for macOS 10.12 is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version. [18-07-30 15:21:24.223] (CLI) Copying template files... [18-07-30 15:21:24.223] (CLI) Installing tns-ios [18-07-30 15:21:39.254] (CLI) Success: \"/private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node\" already installed [18-07-30 15:21:39.254] (CLI) Pass --update-binary to reinstall or --build-from-source to recompile [18-07-30 15:21:39.254] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-prepareJSApp [18-07-30 15:21:39.254] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-cleanApp [18-07-30 15:21:39.254] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-watch [18-07-30 15:21:39.254] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/after-watch [18-07-30 15:21:39.254] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-watchPatterns [18-07-30 15:21:39.254] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-shouldPrepare [18-07-30 15:21:39.254] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/after-prepare [18-07-30 15:21:39.254] (CLI) NativeScript Webpack plugin was successfully added. [18-07-30 15:21:39.254] (CLI) You can now bundle your project by passing --bundle flag to NativeScript CLI commands: [18-07-30 15:21:39.254] (CLI) - tns build android --bundle [18-07-30 15:21:39.254] (CLI) - tns build ios --bundle [18-07-30 15:21:39.254] (CLI) - tns run android --bundle [18-07-30 15:21:39.254] (CLI) - tns run ios --bundle [18-07-30 15:21:39.254] (CLI) You can also pass the \"--env.uglify\" flag to use UglifyJS for minification. [18-07-30 15:21:39.254] (CLI) For more information check out https://docs.nativescript.org/tooling/bundling-with-webpack#bundling. [18-07-30 15:21:41.014] (CLI) + tns-ios@4.1.1 [18-07-30 15:21:41.014] (CLI) added 1087 packages in 16.587s [18-07-30 15:22:00.430] (CLI) Project successfully created. [18-07-30 15:22:00.430] (CLI) Prepare Project for Platform - ios [18-07-30 15:22:00.430] (CLI) Support for macOS 10.12 is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version. [18-07-30 15:22:02.217] (CLI) Executing before-shouldPrepare hook from /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 15:22:02.217] (CLI) Preparing project... [18-07-30 15:22:02.217] (CLI) Executing before-prepareJSApp hook from /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 15:22:03.445] (CLI) Successfully prepared plugin nativescript-floatingactionbutton for ios. [18-07-30 15:22:03.445] (CLI) Successfully prepared plugin nativescript-iqkeyboardmanager for ios. [18-07-30 15:22:03.445] (CLI) Successfully prepared plugin nativescript-masked-text-field for ios. [18-07-30 15:22:03.445] (CLI) Successfully prepared plugin nativescript-material-icons for ios. [18-07-30 15:22:03.445] (CLI) Successfully prepared plugin nativescript-numeric-keyboard for ios. [18-07-30 15:22:03.445] (CLI) Successfully prepared plugin nativescript-parallax for ios. [18-07-30 15:22:05.289] (CLI) Successfully prepared plugin nativescript-platform-css for ios. [18-07-30 15:22:05.289] (CLI) Successfully prepared plugin nativescript-slides for ios. [18-07-30 15:22:05.289] (CLI) Successfully prepared plugin nativescript-telerik-ui-pro for ios. [18-07-30 15:22:05.289] (CLI) Successfully prepared plugin nativescript-theme-core for ios. [18-07-30 15:22:05.289] (CLI) Successfully prepared plugin nativescript-themes for ios. [18-07-30 15:22:05.289] (CLI) Successfully prepared plugin tns-core-modules for ios. [18-07-30 15:22:05.289] (CLI) Successfully prepared plugin nativescript-globalevents for ios. [18-07-30 15:22:05.289] (CLI) Successfully prepared plugin nativescript-platform for ios. [18-07-30 15:22:05.289] (CLI) Successfully prepared plugin nativescript-dom for ios. [18-07-30 15:22:05.289] (CLI) Successfully prepared plugin tns-core-modules-widgets for ios. [18-07-30 15:22:08.106] (CLI) Installing pods... [18-07-30 15:22:08.106] (CLI) Analyzing dependencies [18-07-30 15:22:08.106] (CLI) Pre-downloading: MMNumberKeyboard from https://github.com/EddyVerbruggen/MMNumberKeyboard.git, commit be63229b25ad3aa6f85c7ba481d5031db73fc736 [18-07-30 15:22:09.483] (CLI) Downloading dependencies [18-07-30 15:22:09.483] (CLI) Installing IQKeyboardManager (5.0.8) [18-07-30 15:22:09.483] (CLI) Installing MMNumberKeyboard (0.1.5) [18-07-30 15:22:09.483] (CLI) Installing MNFloatingActionButton (2.0.0) [18-07-30 15:22:09.483] (CLI) Generating Pods project [18-07-30 15:22:09.483] (CLI) Integrating client project [18-07-30 15:22:09.483] (CLI) [!] Please close any current Xcode sessions and use JacsPack.xcworkspace for this project from now on. [18-07-30 15:22:09.483] (CLI) Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed. [18-07-30 15:22:09.483] (CLI) Automatically assigning platform ios with version 8.0 on target JacsPack because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform. [18-07-30 15:22:09.483] (CLI) Project successfully prepared (ios) [18-07-30 15:22:09.483] (CLI) Executing after-prepare hook from /private/tmp/builds/_/91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 15:22:09.483] (CLI) Build for Device [18-07-30 15:22:11.230] (CLI) 1 identity imported. [18-07-30 15:22:11.230] (CLI) keychain: \"/Users/builder/Library/Keychains/0fac16a0-0d22-411e-adbf-3b06d352e83b-db\" [18-07-30 15:22:11.230] (CLI) version: 512 [18-07-30 15:22:11.230] (CLI) class: 0x00000010 [18-07-30 15:22:11.230] (CLI) attributes: [18-07-30 15:22:11.230] (CLI) 0x00000000 =0x00000010 [18-07-30 15:22:11.230] (CLI) 0x00000001 =\"JacsPack Dev Key\" [18-07-30 15:22:11.230] (CLI) 0x00000002 = [18-07-30 15:22:11.230] (CLI) 0x00000003 =0x00000001 [18-07-30 15:22:11.230] (CLI) 0x00000004 =0x00000000 [18-07-30 15:22:11.230] (CLI) 0x00000005 =0x00000000 [18-07-30 15:22:11.230] (CLI) 0x00000006 =0x1347776FC01C0C98E06CCFC30D6CACED386108F8 \"\023Gwo\300\034\014\230\340l\317\303\015l\254\3558a\010\370\" [18-07-30 15:22:11.230] (CLI) 0x00000007 = [18-07-30 15:22:11.230] (CLI) 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 \"{87191ca2-0fc9-11d4-849a-000502b52122}\000\" [18-07-30 15:22:11.230] (CLI) 0x00000009 =0x0000002A \"\000\000\000*\" [18-07-30 15:22:11.230] (CLI) 0x0000000A =0x00000800 [18-07-30 15:22:11.230] (CLI) 0x0000000B =0x00000800 [18-07-30 15:22:11.230] (CLI) 0x0000000C =0x0000000000000000 [18-07-30 15:22:11.230] (CLI) 0x0000000D =0x0000000000000000 [18-07-30 15:22:11.230] (CLI) 0x0000000E =0x00000001 [18-07-30 15:22:11.230] (CLI) 0x0000000F =0x00000001 [18-07-30 15:22:11.230] (CLI) 0x00000010 =0x00000001 [18-07-30 15:22:11.230] (CLI) 0x00000011 =0x00000000 [18-07-30 15:22:11.230] (CLI) 0x00000012 =0x00000001 [18-07-30 15:22:11.230] (CLI) 0x00000013 =0x00000001 [18-07-30 15:22:11.230] (CLI) 0x00000014 =0x00000001 [18-07-30 15:22:11.230] (CLI) 0x00000015 =0x00000001 [18-07-30 15:22:11.230] (CLI) 0x00000016 =0x00000001 [18-07-30 15:22:11.230] (CLI) 0x00000017 =0x00000001 [18-07-30 15:22:11.230] (CLI) 0x00000018 =0x00000001 [18-07-30 15:22:11.230] (CLI) 0x00000019 =0x00000001 [18-07-30 15:22:11.230] (CLI) 0x0000001A =0x00000001 [18-07-30 15:22:11.230] (CLI) Building project ... [18-07-30 15:22:14.234] (CLI) ▸ Check Dependencies [18-07-30 15:22:18.597] (CLI) ▸ Processing Info.plist [18-07-30 15:22:18.597] (CLI) ▸ Compiling IQBarButtonItem.m [18-07-30 15:22:18.597] (CLI) ▸ Compiling IQKeyboardManager-dummy.m [18-07-30 15:22:18.597] (CLI) ▸ Compiling IQKeyboardManager.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQKeyboardReturnKeyHandler.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQNSArray+Sort.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQPreviousNextView.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQTextView.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQTitleBarButtonItem.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQToolbar.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQUIScrollView+Additions.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQUITextFieldView+Additions.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQUIView+Hierarchy.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQUIView+IQKeyboardToolbar.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQUIViewController+Additions.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQUIWindow+Hierarchy.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQKeyboardManager_vers.c [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQBarButtonItem.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQKeyboardManager-dummy.m [18-07-30 15:22:20.247] (CLI) ▸ Compiling IQKeyboardManager.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQKeyboardReturnKeyHandler.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQNSArray+Sort.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQPreviousNextView.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQTextView.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQTitleBarButtonItem.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQToolbar.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQUITextFieldView+Additions.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQUIScrollView+Additions.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQUIView+Hierarchy.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQUIView+IQKeyboardToolbar.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQUIViewController+Additions.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQUIWindow+Hierarchy.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling IQKeyboardManager_vers.c [18-07-30 15:22:21.936] (CLI) ▸ Linking IQKeyboardManager [18-07-30 15:22:21.936] (CLI) ▸ Linking IQKeyboardManager [18-07-30 15:22:21.936] (CLI) ▸ Generating 'IQKeyboardManager.framework.dSYM' [18-07-30 15:22:21.936] (CLI) ▸ Copying IQKeyboardManager-umbrella.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQBarButtonItem.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQKeyboardManager.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQKeyboardManagerConstants.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQKeyboardReturnKeyHandler.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQPreviousNextView.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQTextView.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQTitleBarButtonItem.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQUIScrollView+Additions.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQUITextFieldView+Additions.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQToolbar.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQUIView+Hierarchy.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQUIView+IQKeyboardToolbar.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQUIViewController+Additions.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQUIWindow+Hierarchy.h [18-07-30 15:22:21.936] (CLI) ▸ Copying IQKeyboardManager/IQKeyboardManager/Resources/IQKeyboardManager.bundle [18-07-30 15:22:21.936] (CLI) ▸ Touching IQKeyboardManager.framework [18-07-30 15:22:21.936] (CLI) ▸ Check Dependencies [18-07-30 15:22:21.936] (CLI) ▸ Processing Info.plist [18-07-30 15:22:21.936] (CLI) ▸ Compiling MMNumberKeyboard-dummy.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling MMNumberKeyboard.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling MMNumberKeyboard_vers.c [18-07-30 15:22:21.936] (CLI) ▸ Compiling MMNumberKeyboard.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling MMNumberKeyboard-dummy.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling MMNumberKeyboard_vers.c [18-07-30 15:22:21.936] (CLI) ▸ Linking MMNumberKeyboard [18-07-30 15:22:21.936] (CLI) ▸ Linking MMNumberKeyboard [18-07-30 15:22:21.936] (CLI) ▸ Generating 'MMNumberKeyboard.framework.dSYM' [18-07-30 15:22:21.936] (CLI) ▸ Copying MMNumberKeyboard-umbrella.h [18-07-30 15:22:21.936] (CLI) ▸ Copying MMNumberKeyboard.h [18-07-30 15:22:21.936] (CLI) ▸ Touching MMNumberKeyboard.framework [18-07-30 15:22:21.936] (CLI) ▸ Check Dependencies [18-07-30 15:22:21.936] (CLI) ▸ Processing ResourceBundle-MNFloatingActionButton-Info.plist [18-07-30 15:22:21.936] (CLI) ▸ Touching MNFloatingActionButton.bundle [18-07-30 15:22:21.936] (CLI) ▸ Check Dependencies [18-07-30 15:22:21.936] (CLI) ▸ Processing Info.plist [18-07-30 15:22:21.936] (CLI) ▸ Compiling MNFloatingActionButton-dummy.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling MNFloatingActionButton.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling MNFloatingActionButton_vers.c [18-07-30 15:22:21.936] (CLI) ▸ Compiling MNFloatingActionButton-dummy.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling MNFloatingActionButton.m [18-07-30 15:22:21.936] (CLI) ▸ Compiling MNFloatingActionButtonvers.c [18-07-30 15:22:21.936] (CLI) ▸ Linking MNFloatingActionButton [18-07-30 15:22:21.936] (CLI) ▸ Linking MNFloatingActionButton [18-07-30 15:22:21.936] (CLI) ▸ Generating 'MNFloatingActionButton.framework.dSYM' [18-07-30 15:22:21.936] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/platforms/ios/build/archive/Release-iphoneos/MNFloatingActionButton/MNFloatingActionButton.bundle [18-07-30 15:22:21.936] (CLI) ▸ Copying MNFloatingActionButton-umbrella.h [18-07-30 15:22:21.936] (CLI) ▸ Copying MNFloatingActionButton.h [18-07-30 15:22:21.936] (CLI) ▸ Touching MNFloatingActionButton.framework [18-07-30 15:22:21.936] (CLI) ▸ Check Dependencies [18-07-30 15:22:21.936] (CLI) ▸ Processing Info.plist [18-07-30 15:22:21.936] (CLI) ▸ Compiling Pods-JacsPack-dummy.m [18-07-30 15:22:23.280] (CLI) ▸ Compiling Pods_JacsPack_vers.c [18-07-30 15:22:23.280] (CLI) ▸ Compiling Pods-JacsPack-dummy.m [18-07-30 15:22:23.280] (CLI) ▸ Compiling Pods_JacsPack_vers.c [18-07-30 15:22:23.280] (CLI) ▸ Copying Pods-JacsPack-umbrella.h [18-07-30 15:22:23.280] (CLI) ▸ Touching PodsJacsPack.framework [18-07-30 15:22:23.280] (CLI) ▸ Check Dependencies [18-07-30 15:22:23.280] (CLI) Check Pods Manifest.lock' [18-07-30 15:22:23.280] (CLI) ▸ Running script 'NativeScript PreBuild' [18-07-30 15:22:34.355] (CLI) ▸ Precompiling JacsPack/JacsPack-Prefix.pch [18-07-30 15:22:35.567] (CLI) ▸ Precompiling JacsPack/JacsPack-Prefix.pch [18-07-30 15:22:35.567] (CLI) ▸ Compiling main.m [18-07-30 15:22:35.567] (CLI) ▸ Compiling main.m [18-07-30 15:22:35.567] (CLI) ▸ Linking JacsPack [18-07-30 15:22:35.567] (CLI) ▸ Linking JacsPack [18-07-30 15:22:36.919] (CLI) ▸ Running script 'NativeScript PreLink' [18-07-30 15:22:36.919] (CLI) ▸ Copying InfoPlist.strings [18-07-30 15:22:36.919] (CLI) ▸ Compiling LaunchScreen.storyboard [18-07-30 15:22:47.469] (CLI) ▸ Processing JacsPack-Info.plist [18-07-30 15:22:49.062] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikAppFeedback.framework [18-07-30 15:22:49.062] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikAppFeedback.framework/TelerikAppFeedback [18-07-30 15:22:49.062] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework [18-07-30 15:22:49.062] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework/TNSWidgets [18-07-30 15:22:49.062] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikUI.framework [18-07-30 15:22:49.062] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/node_modules/nativescript-telerik-ui-pro/platforms/ios/TelerikUI.framework/TelerikUI [18-07-30 15:22:50.420] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app/Frameworks/TNSWidgets.framework [18-07-30 15:22:50.420] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app/Frameworks/TelerikUI.framework [18-07-30 15:22:50.420] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app/Frameworks/TelerikAppFeedback.framework [18-07-30 15:22:50.420] (CLI) ▸ Running script 'NativeScript PostBuild' [18-07-30 15:22:54.034] (CLI) Embed Pods Frameworks' [18-07-30 15:22:54.034] (CLI) Copy Pods Resources' [18-07-30 15:22:54.034] (CLI) ▸ Touching JacsPack.app [18-07-30 15:22:54.034] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app [18-07-30 15:22:56.462] (CLI) ▸ Touching JacsPack.app.dSYM [18-07-30 15:22:56.462] (CLI) ▸ Archive Succeeded [18-07-30 15:22:56.462] (CLI) Creating exportOptions.plist file ... [18-07-30 15:22:56.462] (CLI) Exporting .xcarchive to .ipa ... [18-07-30 15:22:56.462] (CLI) Created bundle at path '/var/folders/4g/4f04h6913nv9d3hbnfdgp7lc0000gp/T/JacsPack_2018-07-3009-22-55.004.xcdistributionlogs'. [18-07-30 15:23:04.055] (CLI) Exported JacsPack.xcarchive to: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack [18-07-30 15:23:04.055] (CLI) EXPORT SUCCEEDED [18-07-30 15:23:04.055] (CLI) Moving resulting .ipa to app.ipa ... [18-07-30 15:23:04.055] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds/_/91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikAppFeedback.framework/TelerikAppFeedback [18-07-30 15:23:04.055] (CLI) [xcode-build] skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework/TNSWidgets [18-07-30 15:23:04.055] (CLI) [xcode-build] skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/node_modules/nativescript-telerik-ui-pro/platforms/ios/TelerikUI.framework/TelerikUI [18-07-30 15:23:05.493] (CLI) Build finished successfully [18-07-30 15:23:20.652] Build step completed. [18-07-30 15:23:20.661] Download step started. [18-07-30 15:23:20.663] (CLI) Finished cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack', platform: 'iOS', configuration: 'Release', buildId: 85c6b457-4abd-4c47-be77-47b3378d8616 successfully. Downloading result... [18-07-30 15:23:42.478] Download step completed. [18-07-30 15:23:42.483] (CLI) The result of cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack', platform: 'iOS', configuration: 'Release', buildId: 85c6b457-4abd-4c47-be77-47b3378d8616 successfully downloaded. OutputFilePath: /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/.cloud/ios/device/JacsPack.ipa [18-07-30 15:23:48.130] (CLI) Successfully deployed on device with identifier 'e7abe2b6b8f59f1e8974e3088b82ede981d5d99c'. [18-07-30 15:23:48.546] (CLI) Successfully run application za.co.wigital.jacspack on device with ID e7abe2b6b8f59f1e8974e3088b82ede981d5d99c. [18-07-30 15:23:48.552] App deployed on device: Nick’s iPhone. [18-07-30 15:27:32.027] The application za.co.wigital.jacspack does not appear to be running on Nick’s iPhone or is not built with debugging enabled., Error: The application za.co.wigital.jacspack does not appear to be running on Nick’s iPhone or is not built with debugging enabled. at DevicesService. (/usr/local/lib/node_modules/nativescript/lib/common/mobile/mobile-core/devices-service.js:287:38) at Generator.throw () at rejected (/usr/local/lib/node_modules/nativescript/lib/common/mobile/mobile-core/devices-service.js:11:65) at at process._tickCallback (internal/process/nexttick.js:188:7) [18-07-30 15:27:43.677] Build started. [18-07-30 15:27:46.407] (CLI) Executing after-watch hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-watch/nativescript-dev-webpack.js [18-07-30 15:27:50.276] (CLI) Starting cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack', platform: 'iOS', configuration: 'Release', buildId: 4eb86fc4-15f7-4f43-b595-7564d1dc14b8. [18-07-30 15:27:50.338] Prepare step started. [18-07-30 15:27:51.954] (CLI) Executing before-shouldPrepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 15:27:51.957] (CLI) Preparing project... [18-07-30 15:27:51.958] (CLI) Executing before-prepareJSApp hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 15:27:52.524] (CLI) Project successfully prepared (iOS) [18-07-30 15:27:52.526] (CLI) Executing after-prepare hook from /Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 15:27:52.528] Prepare step completed. [18-07-30 15:27:55.717] Upload step started. [18-07-30 15:27:55.913] (CLI) Unable to use git, reason is: [18-07-30 15:27:55.913] (CLI) Command /usr/bin/git failed with exit code 128 Error output: [18-07-30 15:27:55.913] (CLI) *** Please tell me who you are. [18-07-30 15:27:55.913] (CLI) Run [18-07-30 15:27:55.913] (CLI) git config --global user.email "you@example.com" [18-07-30 15:27:55.913] (CLI) git config --global user.name "Your Name" [18-07-30 15:27:55.913] (CLI) to set your account's default identity. [18-07-30 15:27:55.913] (CLI) Omit --global to set the identity only in this repository. [18-07-30 15:27:55.913] (CLI) fatal: unable to auto-detect email address (got 'nickdelahunt@Nicks-MBP.(none)') [18-07-30 15:28:36.743] Upload step completed. [18-07-30 15:28:37.373] Build step started. [18-07-30 15:28:49.908] (CLI) ios Build Tooling revision 2018.07.19.1r [18-07-30 15:28:49.908] (CLI) Build Tooling Hostname administrators-mac-5.local [18-07-30 15:28:49.908] (CLI) Unzip Project Files [18-07-30 15:28:49.908] (CLI) NativeScript CLI version 4.1.2 [18-07-30 15:28:49.908] (CLI) Add platform ios with runtime version 4.1.1 [18-07-30 15:28:50.790] (CLI) Support for macOS 10.12 is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version. [18-07-30 15:28:52.994] (CLI) Copying template files... [18-07-30 15:28:52.994] (CLI) Installing tns-ios [18-07-30 15:29:08.721] (CLI) Success: \"/private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node\" already installed [18-07-30 15:29:08.721] (CLI) Pass --update-binary to reinstall or --build-from-source to recompile [18-07-30 15:29:08.721] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-prepareJSApp [18-07-30 15:29:08.721] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-cleanApp [18-07-30 15:29:08.721] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-watch [18-07-30 15:29:08.721] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/after-watch [18-07-30 15:29:08.721] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-watchPatterns [18-07-30 15:29:08.721] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-shouldPrepare [18-07-30 15:29:08.721] (CLI) Hook already installed: nativescript-dev-webpack at location: /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/after-prepare [18-07-30 15:29:08.721] (CLI) NativeScript Webpack plugin was successfully added. [18-07-30 15:29:08.721] (CLI) You can now bundle your project by passing --bundle flag to NativeScript CLI commands: [18-07-30 15:29:08.721] (CLI) - tns build android --bundle [18-07-30 15:29:08.721] (CLI) - tns build ios --bundle [18-07-30 15:29:08.721] (CLI) - tns run android --bundle [18-07-30 15:29:08.721] (CLI) - tns run ios --bundle [18-07-30 15:29:08.721] (CLI) You can also pass the \"--env.uglify\" flag to use UglifyJS for minification. [18-07-30 15:29:08.721] (CLI) For more information check out https://docs.nativescript.org/tooling/bundling-with-webpack#bundling. [18-07-30 15:29:10.495] (CLI) + tns-ios@4.1.1 [18-07-30 15:29:10.495] (CLI) added 1087 packages in 17.022s [18-07-30 15:29:28.617] (CLI) Project successfully created. [18-07-30 15:29:28.617] (CLI) Prepare Project for Platform - ios [18-07-30 15:29:29.931] (CLI) Support for macOS 10.12 is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version. [18-07-30 15:29:31.730] (CLI) Executing before-shouldPrepare hook from /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-shouldPrepare/nativescript-dev-webpack.js [18-07-30 15:29:31.730] (CLI) Preparing project... [18-07-30 15:29:31.730] (CLI) Executing before-prepareJSApp hook from /private/tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/before-prepareJSApp/nativescript-dev-webpack.js [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-floatingactionbutton for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-iqkeyboardmanager for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-masked-text-field for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-material-icons for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-numeric-keyboard for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-parallax for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-platform-css for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-slides for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-telerik-ui-pro for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-theme-core for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-themes for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin tns-core-modules for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-globalevents for ios. [18-07-30 15:29:32.930] (CLI) Successfully prepared plugin nativescript-platform for ios. [18-07-30 15:29:34.719] (CLI) Successfully prepared plugin nativescript-dom for ios. [18-07-30 15:29:34.719] (CLI) Successfully prepared plugin tns-core-modules-widgets for ios. [18-07-30 15:29:36.260] (CLI) Installing pods... [18-07-30 15:29:38.261] (CLI) Analyzing dependencies [18-07-30 15:29:38.261] (CLI) Pre-downloading: MMNumberKeyboard from https://github.com/EddyVerbruggen/MMNumberKeyboard.git, commit be63229b25ad3aa6f85c7ba481d5031db73fc736 [18-07-30 15:29:38.261] (CLI) Downloading dependencies [18-07-30 15:29:38.261] (CLI) Installing IQKeyboardManager (5.0.8) [18-07-30 15:29:38.261] (CLI) Installing MMNumberKeyboard (0.1.5) [18-07-30 15:29:38.261] (CLI) Installing MNFloatingActionButton (2.0.0) [18-07-30 15:29:38.261] (CLI) Generating Pods project [18-07-30 15:29:38.261] (CLI) Integrating client project [18-07-30 15:29:38.261] (CLI) [!] Please close any current Xcode sessions and use JacsPack.xcworkspace for this project from now on. [18-07-30 15:29:38.261] (CLI) Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed. [18-07-30 15:29:38.261] (CLI) Automatically assigning platform ios with version 8.0 on target JacsPack because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform. [18-07-30 15:29:39.841] (CLI) Project successfully prepared (ios) [18-07-30 15:29:39.841] (CLI) Executing after-prepare hook from /private/tmp/builds/_/91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/hooks/after-prepare/nativescript-dev-webpack.js [18-07-30 15:29:39.841] (CLI) Build for Device [18-07-30 15:29:39.841] (CLI) 1 identity imported. [18-07-30 15:29:39.841] (CLI) keychain: \"/Users/builder/Library/Keychains/268b7c95-fd53-4232-81ea-76a89e6c8cdc-db\" [18-07-30 15:29:39.841] (CLI) version: 512 [18-07-30 15:29:39.841] (CLI) class: 0x00000010 [18-07-30 15:29:39.841] (CLI) attributes: [18-07-30 15:29:39.841] (CLI) 0x00000000 =0x00000010 [18-07-30 15:29:39.841] (CLI) 0x00000001 =\"JacsPack Dev Key\" [18-07-30 15:29:39.841] (CLI) 0x00000002 = [18-07-30 15:29:39.841] (CLI) 0x00000003 =0x00000001 [18-07-30 15:29:39.841] (CLI) 0x00000004 =0x00000000 [18-07-30 15:29:39.841] (CLI) 0x00000005 =0x00000000 [18-07-30 15:29:39.841] (CLI) 0x00000006 =0x1347776FC01C0C98E06CCFC30D6CACED386108F8 \"\023Gwo\300\034\014\230\340l\317\303\015l\254\3558a\010\370\" [18-07-30 15:29:39.841] (CLI) 0x00000007 = [18-07-30 15:29:39.841] (CLI) 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 \"{87191ca2-0fc9-11d4-849a-000502b52122}\000\" [18-07-30 15:29:39.841] (CLI) 0x00000009 =0x0000002A \"\000\000\000*\" [18-07-30 15:29:39.841] (CLI) 0x0000000A =0x00000800 [18-07-30 15:29:39.841] (CLI) 0x0000000B =0x00000800 [18-07-30 15:29:39.841] (CLI) 0x0000000C =0x0000000000000000 [18-07-30 15:29:39.841] (CLI) 0x0000000D =0x0000000000000000 [18-07-30 15:29:39.841] (CLI) 0x0000000E =0x00000001 [18-07-30 15:29:39.841] (CLI) 0x0000000F =0x00000001 [18-07-30 15:29:39.841] (CLI) 0x00000010 =0x00000001 [18-07-30 15:29:39.841] (CLI) 0x00000011 =0x00000000 [18-07-30 15:29:39.841] (CLI) 0x00000012 =0x00000001 [18-07-30 15:29:39.841] (CLI) 0x00000013 =0x00000001 [18-07-30 15:29:39.841] (CLI) 0x00000014 =0x00000001 [18-07-30 15:29:39.841] (CLI) 0x00000015 =0x00000001 [18-07-30 15:29:39.841] (CLI) 0x00000016 =0x00000001 [18-07-30 15:29:39.841] (CLI) 0x00000017 =0x00000001 [18-07-30 15:29:39.841] (CLI) 0x00000018 =0x00000001 [18-07-30 15:29:39.841] (CLI) 0x00000019 =0x00000001 [18-07-30 15:29:39.841] (CLI) 0x0000001A =0x00000001 [18-07-30 15:29:39.841] (CLI) Building project ... [18-07-30 15:29:44.222] (CLI) ▸ Check Dependencies [18-07-30 15:29:47.644] (CLI) ▸ Processing Info.plist [18-07-30 15:29:47.644] (CLI) ▸ Compiling IQBarButtonItem.m [18-07-30 15:29:47.644] (CLI) ▸ Compiling IQKeyboardManager-dummy.m [18-07-30 15:29:47.644] (CLI) ▸ Compiling IQKeyboardManager.m [18-07-30 15:29:48.650] (CLI) ▸ Compiling IQKeyboardReturnKeyHandler.m [18-07-30 15:29:48.650] (CLI) ▸ Compiling IQNSArray+Sort.m [18-07-30 15:29:48.650] (CLI) ▸ Compiling IQPreviousNextView.m [18-07-30 15:29:48.650] (CLI) ▸ Compiling IQTextView.m [18-07-30 15:29:48.650] (CLI) ▸ Compiling IQTitleBarButtonItem.m [18-07-30 15:29:48.650] (CLI) ▸ Compiling IQToolbar.m [18-07-30 15:29:48.650] (CLI) ▸ Compiling IQUIScrollView+Additions.m [18-07-30 15:29:48.650] (CLI) ▸ Compiling IQUITextFieldView+Additions.m [18-07-30 15:29:48.650] (CLI) ▸ Compiling IQUIView+Hierarchy.m [18-07-30 15:29:48.650] (CLI) ▸ Compiling IQUIView+IQKeyboardToolbar.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQUIViewController+Additions.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQUIWindow+Hierarchy.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQKeyboardManager_vers.c [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQBarButtonItem.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQKeyboardManager-dummy.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQKeyboardManager.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQKeyboardReturnKeyHandler.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQNSArray+Sort.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQPreviousNextView.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQTextView.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQTitleBarButtonItem.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQToolbar.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQUIScrollView+Additions.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQUITextFieldView+Additions.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQUIView+Hierarchy.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQUIView+IQKeyboardToolbar.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQUIViewController+Additions.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQUIWindow+Hierarchy.m [18-07-30 15:29:50.052] (CLI) ▸ Compiling IQKeyboardManager_vers.c [18-07-30 15:29:50.052] (CLI) ▸ Linking IQKeyboardManager [18-07-30 15:29:50.052] (CLI) ▸ Linking IQKeyboardManager [18-07-30 15:29:50.052] (CLI) ▸ Generating 'IQKeyboardManager.framework.dSYM' [18-07-30 15:29:51.689] (CLI) ▸ Copying IQBarButtonItem.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQKeyboardManager-umbrella.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQKeyboardManagerConstants.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQKeyboardManager.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQKeyboardReturnKeyHandler.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQPreviousNextView.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQTextView.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQTitleBarButtonItem.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQToolbar.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQUIScrollView+Additions.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQUITextFieldView+Additions.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQUIView+Hierarchy.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQUIView+IQKeyboardToolbar.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQUIViewController+Additions.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQUIWindow+Hierarchy.h [18-07-30 15:29:51.689] (CLI) ▸ Copying IQKeyboardManager/IQKeyboardManager/Resources/IQKeyboardManager.bundle [18-07-30 15:29:51.689] (CLI) ▸ Touching IQKeyboardManager.framework [18-07-30 15:29:51.689] (CLI) ▸ Check Dependencies [18-07-30 15:29:51.689] (CLI) ▸ Processing Info.plist [18-07-30 15:29:51.689] (CLI) ▸ Compiling MMNumberKeyboard-dummy.m [18-07-30 15:29:51.689] (CLI) ▸ Compiling MMNumberKeyboard.m [18-07-30 15:29:51.689] (CLI) ▸ Compiling MMNumberKeyboard_vers.c [18-07-30 15:29:51.689] (CLI) ▸ Compiling MMNumberKeyboard-dummy.m [18-07-30 15:29:51.689] (CLI) ▸ Compiling MMNumberKeyboard.m [18-07-30 15:29:51.689] (CLI) ▸ Compiling MMNumberKeyboard_vers.c [18-07-30 15:29:51.689] (CLI) ▸ Linking MMNumberKeyboard [18-07-30 15:29:51.689] (CLI) ▸ Linking MMNumberKeyboard [18-07-30 15:29:51.689] (CLI) ▸ Generating 'MMNumberKeyboard.framework.dSYM' [18-07-30 15:29:51.689] (CLI) ▸ Copying MMNumberKeyboard-umbrella.h [18-07-30 15:29:51.689] (CLI) ▸ Copying MMNumberKeyboard.h [18-07-30 15:29:51.689] (CLI) ▸ Touching MMNumberKeyboard.framework [18-07-30 15:29:51.689] (CLI) ▸ Check Dependencies [18-07-30 15:29:51.689] (CLI) ▸ Processing ResourceBundle-MNFloatingActionButton-Info.plist [18-07-30 15:29:51.689] (CLI) ▸ Touching MNFloatingActionButton.bundle [18-07-30 15:29:51.689] (CLI) ▸ Check Dependencies [18-07-30 15:29:51.689] (CLI) ▸ Processing Info.plist [18-07-30 15:29:51.689] (CLI) ▸ Compiling MNFloatingActionButton.m [18-07-30 15:29:51.689] (CLI) ▸ Compiling MNFloatingActionButton-dummy.m [18-07-30 15:29:51.689] (CLI) ▸ Compiling MNFloatingActionButton_vers.c [18-07-30 15:29:51.689] (CLI) ▸ Compiling MNFloatingActionButton-dummy.m [18-07-30 15:29:51.689] (CLI) ▸ Compiling MNFloatingActionButton.m [18-07-30 15:29:51.689] (CLI) ▸ Compiling MNFloatingActionButtonvers.c [18-07-30 15:29:51.689] (CLI) ▸ Linking MNFloatingActionButton [18-07-30 15:29:51.689] (CLI) ▸ Linking MNFloatingActionButton [18-07-30 15:29:51.689] (CLI) ▸ Generating 'MNFloatingActionButton.framework.dSYM' [18-07-30 15:29:51.689] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/platforms/ios/build/archive/Release-iphoneos/MNFloatingActionButton/MNFloatingActionButton.bundle [18-07-30 15:29:51.689] (CLI) ▸ Copying MNFloatingActionButton-umbrella.h [18-07-30 15:29:51.689] (CLI) ▸ Copying MNFloatingActionButton.h [18-07-30 15:29:51.689] (CLI) ▸ Touching MNFloatingActionButton.framework [18-07-30 15:29:51.689] (CLI) ▸ Check Dependencies [18-07-30 15:29:51.689] (CLI) ▸ Processing Info.plist [18-07-30 15:29:51.689] (CLI) ▸ Compiling Pods-JacsPack-dummy.m [18-07-30 15:29:51.689] (CLI) ▸ Compiling Pods_JacsPack_vers.c [18-07-30 15:29:51.689] (CLI) ▸ Compiling Pods-JacsPack-dummy.m [18-07-30 15:29:51.689] (CLI) ▸ Compiling Pods_JacsPack_vers.c [18-07-30 15:29:51.689] (CLI) ▸ Copying Pods-JacsPack-umbrella.h [18-07-30 15:29:51.689] (CLI) ▸ Touching PodsJacsPack.framework [18-07-30 15:29:51.689] (CLI) ▸ Check Dependencies [18-07-30 15:29:51.689] (CLI) Check Pods Manifest.lock' [18-07-30 15:29:51.689] (CLI) ▸ Running script 'NativeScript PreBuild' [18-07-30 15:30:04.317] (CLI) ▸ Precompiling JacsPack/JacsPack-Prefix.pch [18-07-30 15:30:04.317] (CLI) ▸ Precompiling JacsPack/JacsPack-Prefix.pch [18-07-30 15:30:04.317] (CLI) ▸ Compiling main.m [18-07-30 15:30:04.317] (CLI) ▸ Compiling main.m [18-07-30 15:30:04.317] (CLI) ▸ Linking JacsPack [18-07-30 15:30:04.317] (CLI) ▸ Linking JacsPack [18-07-30 15:30:04.723] (CLI) ▸ Running script 'NativeScript PreLink' [18-07-30 15:30:04.723] (CLI) ▸ Copying InfoPlist.strings [18-07-30 15:30:04.723] (CLI) ▸ Compiling LaunchScreen.storyboard [18-07-30 15:30:14.518] (CLI) ▸ Processing JacsPack-Info.plist [18-07-30 15:30:16.304] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikAppFeedback.framework [18-07-30 15:30:16.304] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikAppFeedback.framework/TelerikAppFeedback [18-07-30 15:30:16.304] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikUI.framework [18-07-30 15:30:16.304] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikUI.framework/TelerikUI [18-07-30 15:30:16.304] (CLI) ▸ Copying /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework [18-07-30 15:30:16.304] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework/TNSWidgets [18-07-30 15:30:16.304] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app/Frameworks/TelerikAppFeedback.framework [18-07-30 15:30:16.304] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app/Frameworks/TelerikUI.framework [18-07-30 15:30:16.304] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app/Frameworks/TNSWidgets.framework [18-07-30 15:30:16.304] (CLI) ▸ Running script 'NativeScript PostBuild' [18-07-30 15:30:19.083] (CLI) Embed Pods Frameworks' [18-07-30 15:30:20.735] (CLI) Copy Pods Resources' [18-07-30 15:30:20.735] (CLI) ▸ Touching JacsPack.app [18-07-30 15:30:20.735] (CLI) ▸ Signing DerivedData/JacsPack/Build/Intermediates.noindex/ArchiveIntermediates/JacsPack/InstallationBuildProductsLocation/Applications/JacsPack.app [18-07-30 15:30:21.997] (CLI) ▸ Touching JacsPack.app.dSYM [18-07-30 15:30:21.997] (CLI) ▸ Archive Succeeded [18-07-30 15:30:21.997] (CLI) Creating exportOptions.plist file ... [18-07-30 15:30:21.997] (CLI) Exporting .xcarchive to .ipa ... [18-07-30 15:30:21.997] (CLI) Created bundle at path '/var/folders/4g/4f04h6913nv9d3hbnfdgp7lc0000gp/T/JacsPack_2018-07-3009-30-20.885.xcdistributionlogs'. [18-07-30 15:30:31.008] (CLI) Exported JacsPack.xcarchive to: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack [18-07-30 15:30:31.008] (CLI) EXPORT SUCCEEDED [18-07-30 15:30:31.008] (CLI) Moving resulting .ipa to app.ipa ... [18-07-30 15:30:31.008] (CLI) skipping copy phase strip, binary is code signed: /tmp/builds/_/91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikAppFeedback.framework/TelerikAppFeedback [18-07-30 15:30:31.008] (CLI) [xcode-build] skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/nodemodules/nativescript-telerik-ui-pro/platforms/ios/TelerikUI.framework/TelerikUI [18-07-30 15:30:31.008] (CLI) [xcode-build] skipping copy phase strip, binary is code signed: /tmp/builds//91c8f8f263bdd7925bdb662b2cfa010fe5ab402e/4.1.2/JacsPack/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework/TNSWidgets [18-07-30 15:30:31.008] (CLI) Build finished successfully [18-07-30 15:30:46.575] Build step completed. [18-07-30 15:30:46.583] Download step started. [18-07-30 15:30:46.585] (CLI) Finished cloud build of '/Users/nickdelahunt/Documents/OneDrive/wigital/Mobile apps/Jacs Pack', platform: 'iOS', configuration: 'Release', buildId: 4eb86fc4-15f7-4f43-b595-7564d1dc14b8 successfully. Downloading result...

tsvetie commented 6 years ago

Hey @delanick,

I am guessing that you copied the log text from Sidekick Output. The log files that I requested contain a bit more information about what happened than the information in Output. If you can send me these files, I will be able to better understand what happens on your side. The logs files are located in:

Windows: %AppData%\NativeScriptSidekick\Logs macOS: ~/Library/Application Support/NativeScriptSidekick/Logs Linux: ~/.config/NativeScriptSidekick/Logs

delanick commented 6 years ago

@tsvetie will do asap!

ggarabedian commented 6 years ago

Closing the issue due to inactivity. Please, consider opening a new issue if you continue to experience the problem with the latest version of NativeScript Sidekick.