NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

npm run start-ios-bundle does not work on created application #32

Closed ignaciolarranaga closed 7 years ago

ignaciolarranaga commented 7 years ago

It throws exception and it does not start:

$ npm run start-ios-bundle

> @ prestart-ios-bundle /private/tmp/Sample
> npm run webpack-ios

> @ prewebpack-ios /private/tmp/Sample
> npm run clean-ios

> @ clean-ios /private/tmp/Sample
> tns clean-app ios

> @ webpack-ios /private/tmp/Sample
> webpack --config=webpack.ios.js --progress

  0% compilingError: AppModule is not an NgModule
    at AotPlugin.getNgModuleMetadata (/private/tmp/Sample/node_modules/@ngtools/webpack/src/plugin.js:297:19)
    at AotPlugin._processNgModule (/private/tmp/Sample/node_modules/@ngtools/webpack/src/plugin.js:241:42)
    at /private/tmp/Sample/node_modules/@ngtools/webpack/src/plugin.js:217:39
    at process._tickCallback (node.js:405:9)
    at Function.Module.runMain (module.js:432:11)
    at startup (node.js:141:18)
    at node.js:1003:3

Steps to reproduce:

$ tns create Sample --ng
$ npm install --save-dev nativescript-dev-webpack
$ npm run start-ios-bundle
hdeshev commented 7 years ago

I have seen several cases of that error, and I believe it's caused by the new TypeScript 2.1 compiler. Could you try downgrading your compiler to version 2.0.10 or just tns create another app (We published an updated project template today).

ignaciolarranaga commented 7 years ago

Just tried with a fresh app, had another error:

npm run start-ios-bundle

> @ prestart-ios-bundle /private/tmp/Sample2
> npm run webpack-ios

> @ prewebpack-ios /private/tmp/Sample2
> npm run clean-ios

> @ clean-ios /private/tmp/Sample2
> tns clean-app ios

> @ webpack-ios /private/tmp/Sample2
> webpack --config=webpack.ios.js --progress

 94% asset optimization GenerateBundleStarterPlugin: /prHash: f7dfd3bf1af2ce7f4ed1 
Version: webpack 2.1.0-beta.27
Time: 2207ms
       Asset       Size  Chunks             Chunk Names
  app.css.js  262 bytes       0  [emitted]  app.css
   bundle.js    2.93 kB       1  [emitted]  bundle
   vendor.js    7.19 kB       2  [emitted]  vendor
     app.css    12.9 kB       0  [emitted]  app.css
package.json    1.45 kB          [emitted]  
  starter.js   41 bytes          [emitted]  
    + 5 hidden modules

WARNING in ./app.css
  resolve-url-loader cannot operate: CSS error
  /private/tmp/Sample2/app/app.css:6:426: property missing ':'
  at error (/private/tmp/Sample2/node_modules/css/lib/parse/index.js:62:15)

WARNING in ./app.css
  resolve-url-loader cannot operate: CSS error
  /private/tmp/Sample2/app/app.css:6:426: property missing ':'
  at error (/private/tmp/Sample2/node_modules/css/lib/parse/index.js:62:15)

ERROR in ./main.aot.ts
Module build failed: SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:374:25)
    at Object.Module._extensions..js (module.js:405:10)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Module.require (module.js:354:17)
    at require (internal/module.js:12:17)
    at loadLoader (/private/tmp/Sample2/node_modules/loader-runner/lib/loadLoader.js:13:17)
    at iteratePitchingLoaders (/private/tmp/Sample2/node_modules/loader-runner/lib/LoaderRunner.js:164:2)
    at iteratePitchingLoaders (/private/tmp/Sample2/node_modules/loader-runner/lib/LoaderRunner.js:160:10)
    at /private/tmp/Sample2/node_modules/loader-runner/lib/LoaderRunner.js:168:18
    at loadLoader (/private/tmp/Sample2/node_modules/loader-runner/lib/loadLoader.js:36:3)
    at iteratePitchingLoaders (/private/tmp/Sample2/node_modules/loader-runner/lib/LoaderRunner.js:164:2)
    at runLoaders (/private/tmp/Sample2/node_modules/loader-runner/lib/LoaderRunner.js:357:2)
    at NormalModule.doBuild (/private/tmp/Sample2/node_modules/webpack/lib/NormalModule.js:131:2)
    at NormalModule.build (/private/tmp/Sample2/node_modules/webpack/lib/NormalModule.js:179:15)
    at Compilation.buildModule (/private/tmp/Sample2/node_modules/webpack/lib/Compilation.js:127:9)
    at Compilation.<anonymous> (/private/tmp/Sample2/node_modules/webpack/lib/Compilation.js:404:8)
    at /private/tmp/Sample2/node_modules/webpack/lib/NormalModuleFactory.js:74:13
    at NormalModuleFactory.applyPluginsAsyncWaterfall (/private/tmp/Sample2/node_modules/tapable/lib/Tapable.js:160:70)
    at onDoneResolving (/private/tmp/Sample2/node_modules/webpack/lib/NormalModuleFactory.js:49:11)
    at onDoneResolving (/private/tmp/Sample2/node_modules/webpack/lib/NormalModuleFactory.js:165:6)
    at /private/tmp/Sample2/node_modules/webpack/lib/NormalModuleFactory.js:161:6
    at /private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:3694:9
    at /private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:356:16
    at iteratorCallback (/private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:936:13)
    at /private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:840:16
    at /private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:3691:13
    at apply (/private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:21:25)
    at /private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:56:12

ERROR in ./vendor.ts
Module build failed: SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:374:25)
    at Object.Module._extensions..js (module.js:405:10)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Module.require (module.js:354:17)
    at require (internal/module.js:12:17)
    at loadLoader (/private/tmp/Sample2/node_modules/loader-runner/lib/loadLoader.js:13:17)
    at iteratePitchingLoaders (/private/tmp/Sample2/node_modules/loader-runner/lib/LoaderRunner.js:164:2)
    at iteratePitchingLoaders (/private/tmp/Sample2/node_modules/loader-runner/lib/LoaderRunner.js:160:10)
    at /private/tmp/Sample2/node_modules/loader-runner/lib/LoaderRunner.js:168:18
    at loadLoader (/private/tmp/Sample2/node_modules/loader-runner/lib/loadLoader.js:36:3)
    at iteratePitchingLoaders (/private/tmp/Sample2/node_modules/loader-runner/lib/LoaderRunner.js:164:2)
    at runLoaders (/private/tmp/Sample2/node_modules/loader-runner/lib/LoaderRunner.js:357:2)
    at NormalModule.doBuild (/private/tmp/Sample2/node_modules/webpack/lib/NormalModule.js:131:2)
    at NormalModule.build (/private/tmp/Sample2/node_modules/webpack/lib/NormalModule.js:179:15)
    at Compilation.buildModule (/private/tmp/Sample2/node_modules/webpack/lib/Compilation.js:127:9)
    at Compilation.<anonymous> (/private/tmp/Sample2/node_modules/webpack/lib/Compilation.js:404:8)
    at /private/tmp/Sample2/node_modules/webpack/lib/NormalModuleFactory.js:74:13
    at NormalModuleFactory.applyPluginsAsyncWaterfall (/private/tmp/Sample2/node_modules/tapable/lib/Tapable.js:160:70)
    at onDoneResolving (/private/tmp/Sample2/node_modules/webpack/lib/NormalModuleFactory.js:49:11)
    at onDoneResolving (/private/tmp/Sample2/node_modules/webpack/lib/NormalModuleFactory.js:165:6)
    at /private/tmp/Sample2/node_modules/webpack/lib/NormalModuleFactory.js:161:6
    at /private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:3694:9
    at /private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:356:16
    at iteratorCallback (/private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:936:13)
    at /private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:840:16
    at /private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:3691:13
    at apply (/private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:21:25)
    at /private/tmp/Sample2/node_modules/webpack/node_modules/async/dist/async.js:56:12
Child app/app.component.html:
        + 1 hidden modules
Child extract-text-webpack-plugin:
        + 3 hidden modules

    WARNING in ../~/resolve-url-loader!../~/css-loader!../~/nativescript-dev-webpack/platform-css-loader.js!./app.css
      resolve-url-loader cannot operate: CSS error
      /private/tmp/Sample2/app/app.css:6:426: property missing ':'
      at error (/private/tmp/Sample2/node_modules/css/lib/parse/index.js:62:15)

It rans fine when executing without packing it.

hdeshev commented 7 years ago

I can't reproduce the new error with a fresh app. Could you put your app somewhere on github, so I can take a look at it?

ignaciolarranaga commented 7 years ago

Sure, just created: https://github.com/ignaciolarranaga/samplewepackproblem

ignaciolarranaga commented 7 years ago

Just realized there is a new version of the client, upgrading right now, might be related ? (I'm with 2.4.0)

ignaciolarranaga commented 7 years ago

Same, thing, just upgraded to 2.4.2

hdeshev commented 7 years ago

Your app bundles and runs fine on my end. I have no idea what's different on my mac machine.

What is your node.js version? I'm using node 6.9.2.

Another thing you can try, since this looks like a strict mode syntax error, would be to disable strict mode by adding "noImplicitUseStrict": true to both tsconfig.json and tsconfig.aot.json.

ignaciolarranaga commented 7 years ago

Ready, it worked successfully with the upadate of node.

Can you please close this one and reopen #33 ?, because there seems to still prevail some issues with the plugins.

hdeshev commented 7 years ago

Good. We're almost there!

http://docs.nativescript.org/angular/tooling/bundling-with-webpack.html#referencing-platform-specific-modules-from-packagejson

I opened a bunch of pull requests for those plugins:

ignaciolarranaga commented 7 years ago

Hey @hdeshev, I try with the updated versions (and manually touch some, because not yet updated), but after get all in shape I still have this error when start:

Project successfully built
Successfully deployed on device with identifier '00A4117D-42D7-4D34-A741-4D4FAA4286CD'.
1   0x1127bc5dc -[TNSRuntime executeModule:referredBy:]
2   0x10f93b802 main
3   0x11529c92d start
Dec 18 05:52:30 MacBook-Pro-de-Ignacio gyntoclient[21305]: 4   0x1
[native code]: JS ERROR Error: Could not find module './'. Computed path '/Users/ignacio/Library/Developer/CoreSimulator/Devices/00A4117D-42D7-4D34-A741-4D4FAA4286CD/data/Containers/Bundle/Application/C0F5BFD9-2687-498B-975C-990B873B3DBE/gyntoclient.app/app'.
Dec 18 05:52:30 MacBook-Pro-de-Ignacio com.apple.CoreSimulator.SimDevice.00A4117D-42D7-4D34-A741-4D4FAA4286CD.launchd_sim[11780] (UIKitApplication:com.gynto.client[0x6ad7][21305]): Service exited due to signal: Segmentation fault: 11

Here is the full log in case useful:

MacBook-Pro-de-Ignacio:gynto-client ignacio$ npm run start-ios-bundle

> gynto@1.1.11 prestart-ios-bundle /Users/ignacio/Workspaces/Gynto/gynto-client
> npm run webpack-ios

> gynto@1.1.11 prewebpack-ios /Users/ignacio/Workspaces/Gynto/gynto-client
> npm run clean-ios

> gynto@1.1.11 clean-ios /Users/ignacio/Workspaces/Gynto/gynto-client
> tns clean-app ios

> gynto@1.1.11 webpack-ios /Users/ignacio/Workspaces/Gynto/gynto-client
> webpack --config=webpack.ios.js --progress

 94% asset optimization GenerateBundleStarterPlugin: /Users/ignacio/Workspaces/Gynto/gynto-client/app
Hash: 567a5f9e6682889d6a86
Version: webpack 2.1.0-beta.28
Time: 49635ms
       Asset       Size  Chunks           Chunk Names
       15.js    1.44 MB  15[emitted]  
        0.js    1.95 MB  0[emitted]  
        2.js    2.24 MB  2[emitted]  
        3.js    1.99 MB  3[emitted]  
        4.js    2.05 MB  4[emitted]  
        5.js    2.01 MB  5[emitted]  
        6.js    1.85 MB  6[emitted]  
        7.js    1.83 MB  7[emitted]  
        8.js    1.73 MB  8[emitted]  
        9.js    1.69 MB  9[emitted]  
       10.js    1.64 MB  10[emitted]  
       11.js    1.65 MB  11[emitted]  
       12.js    1.66 MB  12[emitted]  
       13.js    1.66 MB  13[emitted]  
       14.js    1.65 MB  14[emitted]  
        1.js    1.85 MB  1[emitted]  
       16.js     762 kB  16[emitted]  
       17.js     893 kB  17[emitted]  
       18.js     297 kB  18[emitted]  
       19.js     200 kB  19[emitted]  
       20.js     200 kB  20[emitted]  
       21.js     202 kB  21[emitted]  
       22.js     179 kB  22[emitted]  
       23.js     146 kB  23[emitted]  
   bundle.js    1.63 MB  24[emitted]  bundle
  app.css.js  267 bytes  25[emitted]  app.css
   vendor.js    3.23 MB  26[emitted]  vendor
     app.css       3 kB  25[emitted]  app.css
package.json   25 bytes  [emitted]  
  starter.js   41 bytes  [emitted]  
 [276] .. async 160 bytes {26} [built]
 [386] ./app.module.ts 551 bytes {24} [built]
 [387] ./vendor-platform.ios.ts 47 bytes {26} [built]
 [510] ./shared/util/status-bar.ts 1.68 kB {24} [built]
 [613] ./main.ts 275 bytes {24} [built]
 [614] ./vendor.ts 394 bytes {26} [built]
 [615] ./app.css 41 bytes {25} [built] [1 warning]
 [616] ./pages/associate-company/associate-company.module.ngfactory.ts 25.3 kB {6} [built]
 [617] ./pages/companies/companies.module.ngfactory.ts 22.1 kB {22} [built]
 [618] ./pages/company-business-hours/company-business-hours.module.ngfactory.ts 26.6 kB {4} [built]
 [619] ./pages/company-creation/company-creation.module.ngfactory.ts 25 kB {8} [built]
 [620] ./pages/company-delivery/company-delivery.module.ngfactory.ts 25 kB {9} [built]
 [621] ./pages/company-features/company-features.module.ngfactory.ts 25 kB {11} [built]
 [622] ./pages/company-orders/company-orders.module.ngfactory.ts 25.5 kB {7} [built]
 [623] ./pages/company-products/company-products.module.ngfactory.ts 26.2 kB {5} [built]
 [624] ./pages/company-review/company-review.module.ngfactory.ts 24.4 kB {17} [built]
 [625] ./pages/company-reviews/company-reviews.module.ngfactory.ts 24.6 kB {13} [built]
 [626] ./pages/company-users/company-users.module.ngfactory.ts 24.8 kB {14} [built]
 [627] ./pages/company/company.module.ngfactory.ts 24.6 kB {0} [built]
 [628] ./pages/country-picker/country-picker.module.ngfactory.ts 18.9 kB {23} [built]
 [629] ./pages/date-picker/date-picker.module.ngfactory.ts 19 kB {20} [built]
 [630] ./pages/image-picker/image-picker.module.ngfactory.ts 19 kB {21} [built]
 [631] ./pages/main/main.module.ngfactory.ts 24.8 kB {2} [built]
 [632] ./pages/order-products/order-products.module.ngfactory.ts 25.8 kB {3} [built]
 [633] ./pages/order/order.module.ngfactory.ts 23.5 kB {10} [built]
 [634] ./pages/time-picker/time-picker.module.ngfactory.ts 19 kB {19} [built]
 [635] ./pages/time-zone-picker/time-zone-picker.module.ngfactory.ts 18.9 kB {16} [built]
 [636] ./pages/user-addresses/user-addresses.module.ngfactory.ts 18.9 kB {15} [built]
 [637] ./pages/user-review/user-review.module.ngfactory.ts 22.7 kB {18} [built]
 [638] ./pages/user-reviews/user-reviews.module.ngfactory.ts 24.5 kB {12} [built]
 [639] ./pages/user/user.module.ngfactory.ts 24.4 kB {1} [built]
 [640] ./app.config.ts 3.7 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {20} {21} {22} {23} [built]
 [642] ./shared/dtos/identified-dto.ts 153 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [643] ./shared/services/rest.service.ts 2.29 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} {22} {23} [built]
 [645] ./pages/base.component.ts 3.52 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {20} {21} {22} {23} [built]
 [647] ./shared/dtos/index.ts 868 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [648] ./shared/services/analytics.service.ts 854 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {20} {21} {22} {23} [built]
 [656] ./shared/services/user.service.ts 1.61 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} [built]
 [658] ./shared/services/company-user.service.ts 2.78 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} [built]
 [665] ./shared/services/index.ts 967 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} [built]
 [666] ./shared/services/base.service.ts 1.25 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} {22} {23} [built]
 [668] ./shared/util/index.ts 617 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [687] ./shared/util/auth-http.ts 6.33 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [688] ./shared/services/company.service.ts 3.92 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {22} [built]
 [691] ./shared/errors/index.ts 102 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [693] ./shared/util/order-utilities.ts 3.28 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [695] ./shared/util/global-events-utilities.ts 633 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [696] ./shared/dtos/address.ts 526 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [697] ./shared/dtos/close-time.ts 778 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [698] ./shared/dtos/company-review.ts 557 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [699] ./shared/dtos/company-user.ts 145 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [700] ./shared/dtos/company.ts 526 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [701] ./shared/dtos/country.ts 526 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [702] ./shared/dtos/group.ts 516 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [703] ./shared/dtos/image.ts 120 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [704] ./shared/dtos/location.ts 132 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [705] ./shared/dtos/open-time-instance.ts 166 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [706] ./shared/dtos/open-time.ts 1.8 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [707] ./shared/dtos/order-item.ts 537 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [708] ./shared/dtos/order.ts 1.8 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [709] ./shared/dtos/page.ts 32 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [710] ./shared/dtos/ping.ts 32 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [711] ./shared/dtos/product.ts 526 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [712] ./shared/dtos/purchase-transaction.ts 1.42 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [713] ./shared/dtos/user-review.ts 542 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [714] ./shared/dtos/user.ts 511 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {17} {18} [built]
 [715] ./shared/services/order.service.ts 3.7 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} [built]
 [718] ./shared/services/address.service.ts 1.01 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [719] ./shared/services/google.service.ts 17 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [720] ./shared/services/group.service.ts 1.8 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} [built]
 [976] ./shared/services/company-review.service.ts 1.31 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {17} [built]
 [977] ./shared/services/search.service.ts 1.11 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} [built]
 [978] ./shared/services/user-review.service.ts 1.64 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {18} [built]
 [980] ./shared/errors/gynto.error.ts 520 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [981] ./shared/services/country.service.ts 989 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {23} [built]
 [982] ./shared/services/image.service.ts 2.52 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} [built]
 [983] ./shared/services/product.service.ts 1.7 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} [built]
 [984] ./shared/services/time-zone.service.ts 18.7 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {16} [built]
 [985] ./shared/util/company-user-utilities.ts 521 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [986] ./shared/util/list-utilities.ts 2.71 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [987] ./shared/util/message-utilities.ts 944 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [988] ./shared/util/open-time-utilities.ts 831 bytes {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [989] ./shared/util/phone-utilities.ts 1.87 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [990] ./shared/util/time-zone-utilities.ts 1.16 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [991] ./shared/util/version-utilities.ts 1.51 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} [built]
 [998] ./shared/services/ping.service.ts 1.65 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} [built]
 [999] ./shared/services/purchase.service.ts 4.81 kB {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} [built]
[1003] ./app.context.ts 141 bytes {0} {2} {3} {4} {5} {7} {8} {17} {18} [built]
[1011] ./pages/country-picker/country-picker.component.ts 2.13 kB {0} {1} {2} {3} {4} {5} {6} {23} [built]
[1012] ./pages/date-picker/date-picker.component.ts 1.43 kB {0} {1} {2} {3} {4} {5} {6} {20} [built]
[1013] ./pages/image-picker/image-picker.component.ts 9.81 kB {0} {1} {2} {3} {4} {5} {6} {21} [built]
[1014] ./pages/index.ts 2.62 kB {0} {1} {2} {3} {4} {5} {6} [built]
[1015] ./pages/time-picker/time-picker.component.ts 1.84 kB {0} {1} {2} {3} {4} {5} {6} {19} [built]
[1016] ./pages/time-zone-picker/time-zone-picker.component.ts 1.54 kB {0} {1} {2} {3} {4} {5} {6} {16} [built]
[1017] ./pages/user-addresses/user-addresses.component.ts 9.3 kB {0} {1} {2} {3} {4} {5} {6} {15} [built]
[1019] ./pages/companies/companies.module.ts 161 bytes {0} {1} {2} {3} {4} {5} {6} {22} [built]
[1020] ./pages/company-creation/company-creation.module.ts 186 bytes {0} {1} {2} {3} {4} {5} {6} {8} [built]
[1021] ./pages/company-delivery/company-delivery.module.ts 186 bytes {0} {1} {2} {3} {4} {5} {6} {9} [built]
[1022] ./pages/company-features/company-features.module.ts 186 bytes {0} {1} {2} {3} {4} {5} {6} {11} [built]
[1023] ./pages/company-orders/company-orders.module.ts 178 bytes {0} {1} {2} {3} {4} {5} {6} {7} [built]
[1024] ./pages/company-review/company-review.module.ts 178 bytes {0} {1} {2} {3} {4} {5} {6} {17} [built]
[1025] ./pages/company-reviews/company-reviews.module.ts 182 bytes {0} {1} {2} {3} {4} {5} {6} {13} [built]
[1026] ./pages/company-users/company-users.module.ts 174 bytes {0} {1} {2} {3} {4} {5} {6} {14} [built]
[1027] ./pages/country-picker/country-picker.module.ts 178 bytes {0} {1} {2} {3} {4} {5} {6} {23} [built]
[1028] ./pages/date-picker/date-picker.module.ts 166 bytes {0} {1} {2} {3} {4} {5} {6} {20} [built]
[1029] ./pages/image-picker/image-picker.module.ts 170 bytes {0} {1} {2} {3} {4} {5} {6} {21} [built]
[1030] ./pages/order/order.module.ts 145 bytes {0} {1} {2} {3} {4} {5} {6} {10} [built]
[1031] ./pages/time-picker/time-picker.module.ts 166 bytes {0} {1} {2} {3} {4} {5} {6} {19} [built]
[1032] ./pages/time-zone-picker/time-zone-picker.module.ts 183 bytes {0} {1} {2} {3} {4} {5} {6} {16} [built]
[1033] ./pages/user-addresses/user-addresses.module.ts 178 bytes {0} {1} {2} {3} {4} {5} {6} {15} [built]
[1034] ./pages/user-review/user-review.module.ts 166 bytes {0} {1} {2} {3} {4} {5} {6} {18} [built]
[1035] ./pages/user-reviews/user-reviews.module.ts 170 bytes {0} {1} {2} {3} {4} {5} {6} {12} [built]
[1038] ./pages/associate-company/associate-company.module.ts 190 bytes {0} {1} {2} {3} {4} {5} {6} [built]
[1039] ./pages/company-business-hours/company-business-hours.module.ts 207 bytes {0} {1} {2} {3} {4} {5} {6} [built]
[1040] ./pages/company-products/company-products.module.ts 186 bytes {0} {1} {2} {3} {4} {5} {6} [built]
[1041] ./pages/company/company.module.ts 153 bytes {0} {1} {2} {3} {4} {5} {6} [built]
[1042] ./pages/main/main.module.ts 141 bytes {0} {1} {2} {3} {4} {5} {6} [built]
[1043] ./pages/order-products/order-products.module.ts 178 bytes {0} {1} {2} {3} {4} {5} {6} [built]
[1044] ./pages/user/user.module.ts 141 bytes {0} {1} {2} {3} {4} {5} {6} [built]
[1045] ./pages/registration/registration.module.ts 173 bytes {0} {1} {2} {3} {4} {5} {6} [built]
[1046] ./shared/pipes/pipes.module.ts 145 bytes {2} {3} {4} {5} {7} {10} {17} [built]
[1047] ./pages/pageable-base.component.ts 1.51 kB {2} {7} {8} {12} {13} [built]
[1057] ./shared/pipes/phone.pipe.ts 678 bytes {2} {3} {10} {17} [built]
[1079] ./pages/main/item/item.component.ts 944 bytes {2} [built]
[1085] ./pages/company-business-hours/close-time/close-time.component.ts 5.32 kB {4} [built]
[1086] ./pages/company-business-hours/open-time/open-time.component.ts 12.3 kB {4} [built]
[1087] ./pages/main/item/item.component.ngfactory.ts 95.8 kB {2} [built]
[1088] ./shared.module.ts 387 bytes {2} {7} [built]
[1089] ./shared/pipes/time.pipe.ts 414 bytes {4} [built]
[1138] ./pages/associate-company/associate-company.component.ts 6.05 kB {6} [built]
[1139] ./pages/companies/companies.component.ts 1.2 kB {22} [built]
[1140] ./pages/company-business-hours/close-times/close-times.component.ts 3.88 kB {4} [built]
[1141] ./pages/company-business-hours/company-business-hours.component.ts 12.8 kB {4} [built]
[1142] ./pages/company-business-hours/open-time/business-hour.ts 493 bytes {4} [built]
[1143] ./pages/company-creation/company-creation.component.ts 5.21 kB {8} [built]
[1144] ./pages/company-delivery/company-delivery.component.ts 3.96 kB {9} [built]
[1145] ./pages/company-features/company-features.component.ts 5.71 kB {11} [built]
[1146] ./pages/company-orders/company-orders.component.ts 9.03 kB {7} [built]
[1147] ./pages/company-products/company-products.component.ts 19.2 kB {5} [built]
[1148] ./pages/company-products/group-editor/group-editor.component.ts 5.4 kB {5} [built]
[1149] ./pages/company-products/product-editor/product-editor.component.ts 8.77 kB {5} [built]
[1150] ./pages/company-review/company-review.component.ts 2.71 kB {17} [built]
[1151] ./pages/company-reviews/company-reviews.component.ts 4.17 kB {13} [built]
[1152] ./pages/company-users/company-users.component.ts 2.1 kB {14} [built]
[1153] ./pages/company/company.component.ts 15.3 kB {0} [built]
[1154] ./pages/main/delivery/delivery.component.ts 4.3 kB {2} [built]
[1155] ./pages/main/favorites/favorites.component.ts 3.34 kB {2} [built]
[1156] ./pages/main/main.component.ts 9.54 kB {2} [built]
[1157] ./pages/main/orders/orders.component.ts 5.36 kB {2} [built]
[1158] ./pages/main/pickup/pickup.component.ts 4.27 kB {2} [built]
[1159] ./pages/order-products/order-checkout/order-checkout.component.ts 6.14 kB {3} [built]
[1160] ./pages/order-products/order-item/order-item.component.ts 3.53 kB {3} [built]
[1161] ./pages/order-products/order-products.component.ts 2.5 kB {3} [built]
[1162] ./pages/order/order.component.ts 2.02 kB {10} [built]
[1163] ./pages/user-review/user-review.component.ts 2.63 kB {18} [built]
[1164] ./pages/user-reviews/user-reviews.component.ts 3.9 kB {12} [built]
[1165] ./pages/user/user.component.ts 5.41 kB {1} [built]
[1167] ./pages/associate-company/associate-company-common.css.shim.ts 1.06 kB {6} [built]
[1168] ./pages/associate-company/associate-company.component.ngfactory.ts 66.1 kB {6} [built]
[1169] ./pages/companies/companies.component.ngfactory.ts 21.7 kB {22} [built]
[1170] ./pages/company-business-hours/close-time/close-time-common.css.shim.ts 261 bytes {4} [built]
[1171] ./pages/company-business-hours/close-time/close-time.component.ngfactory.ts 45.1 kB {4} [built]
[1172] ./pages/company-business-hours/close-times/close-times-common.css.shim.ts 262 bytes {4} [built]
[1173] ./pages/company-business-hours/close-times/close-times.component.ngfactory.ts 29.6 kB {4} [built]
[1174] ./pages/company-business-hours/company-business-hours-common.css.shim.ts 1.1 kB {4} [built]
[1175] ./pages/company-business-hours/company-business-hours.component.ngfactory.ts 81 kB {4} [built]
[1176] ./pages/company-business-hours/open-time/open-time-common.css.shim.ts 260 bytes {4} [built]
[1177] ./pages/company-business-hours/open-time/open-time.component.ngfactory.ts 70.8 kB {4} [built]
[1178] ./pages/company-creation/company-creation-common.css.shim.ts 2.43 kB {8} [built]
[1179] ./pages/company-creation/company-creation.component.ngfactory.ts 79.7 kB {8} [built]
[1180] ./pages/company-delivery/company-delivery-common.css.shim.ts 810 bytes {9} [built]
[1181] ./pages/company-delivery/company-delivery.component.ngfactory.ts 55.4 kB {9} [built]
[1182] ./pages/company-features/company-features-common.css.shim.ts 1.18 kB {11} [built]
[1183] ./pages/company-features/company-features.component.ngfactory.ts 44.8 kB {11} [built]
[1184] ./pages/company-orders/company-orders-common.css.shim.ts 3.35 kB {7} [built]
[1185] ./pages/company-orders/company-orders.component.ngfactory.ts 146 kB {7} [built]
[1186] ./pages/company-products/company-products-common.css.shim.ts 1.76 kB {5} [built]
[1187] ./pages/company-products/company-products.component.ngfactory.ts 112 kB {5} [built]
[1188] ./pages/company-products/group-editor/group-editor-common.css.shim.ts 263 bytes {5} [built]
[1189] ./pages/company-products/group-editor/group-editor.component.ngfactory.ts 26 kB {5} [built]
[1190] ./pages/company-products/product-editor/product-editor-common.css.shim.ts 980 bytes {5} [built]
[1191] ./pages/company-products/product-editor/product-editor.component.ngfactory.ts 43.6 kB {5} [built]
[1192] ./pages/company-review/company-review-common.css.shim.ts 611 bytes {17} [built]
[1193] ./pages/company-review/company-review.component.ngfactory.ts 29.4 kB {17} [built]
[1194] ./pages/company-reviews/company-reviews-common.css.shim.ts 1.68 kB {13} [built]
[1195] ./pages/company-reviews/company-reviews.component.ngfactory.ts 53.8 kB {13} [built]
[1196] ./pages/company-users/company-users-common.css.shim.ts 803 bytes {14} [built]
[1197] ./pages/company-users/company-users.component.ngfactory.ts 52.1 kB {14} [built]
[1198] ./pages/company/company-common.css.shim.ts 1.69 kB {0} [built]
[1199] ./pages/company/company.component.ngfactory.ts 114 kB {0} [built]
[1200] ./pages/country-picker/country-picker-common.css.shim.ts 341 bytes {23} [built]
[1201] ./pages/country-picker/country-picker.component.ngfactory.ts 12.9 kB {23} [built]
[1202] ./pages/date-picker/date-picker.component.ngfactory.ts 11.7 kB {20} [built]
[1203] ./pages/image-picker/image-picker-common.css.shim.ts 550 bytes {21} [built]
[1204] ./pages/image-picker/image-picker.component.ngfactory.ts 15.4 kB {21} [built]
[1205] ./pages/main/delivery/delivery-common.css.shim.ts 1.32 kB {2} [built]
[1206] ./pages/main/delivery/delivery.component.ngfactory.ts 48.4 kB {2} [built]
[1207] ./pages/main/favorites/favorites-common.css.shim.ts 466 bytes {2} [built]
[1208] ./pages/main/favorites/favorites.component.ngfactory.ts 17.8 kB {2} [built]
[1209] ./pages/main/item/item-common.css.shim.ts 2 kB {2} [built]
[1210] ./pages/main/main-common.css.shim.ts 2.22 kB {2} [built]
[1211] ./pages/main/main.component.ngfactory.ts 88.8 kB {2} [built]
[1212] ./pages/main/orders/orders-common.css.shim.ts 1.43 kB {2} [built]
[1213] ./pages/main/orders/orders.component.ngfactory.ts 59.2 kB {2} [built]
[1214] ./pages/main/pickup/pickup-common.css.shim.ts 1.31 kB {2} [built]
[1215] ./pages/main/pickup/pickup.component.ngfactory.ts 48.1 kB {2} [built]
[1216] ./pages/order-products/order-checkout/order-checkout-common.css.shim.ts 2.1 kB {3} [built]
[1217] ./pages/order-products/order-checkout/order-checkout.component.ngfactory.ts 87.5 kB {3} [built]
[1218] ./pages/order-products/order-item/order-item-common.css.shim.ts 1.06 kB {3} [built]
[1219] ./pages/order-products/order-item/order-item.component.ngfactory.ts 30.3 kB {3} [built]
[1220] ./pages/order-products/order-products-common.css.shim.ts 1.42 kB {3} [built]
[1221] ./pages/order-products/order-products.component.ngfactory.ts 35.6 kB {3} [built]
[1222] ./pages/order/order-common.css.shim.ts 1.57 kB {10} [built]
[1223] ./pages/order/order.component.ngfactory.ts 56.1 kB {10} [built]
[1224] ./pages/time-picker/time-picker.component.ngfactory.ts 11.4 kB {19} [built]
[1225] ./pages/time-zone-picker/time-zone-picker-common.css.shim.ts 345 bytes {16} [built]
[1226] ./pages/time-zone-picker/time-zone-picker.component.ngfactory.ts 12.9 kB {16} [built]
[1227] ./pages/user-addresses/user-addresses-common.css.shim.ts 1.77 kB {15} [built]
[1228] ./pages/user-addresses/user-addresses.component.ngfactory.ts 63.7 kB {15} [built]
[1229] ./pages/user-review/user-review-common.css.shim.ts 608 bytes {18} [built]
[1230] ./pages/user-review/user-review.component.ngfactory.ts 28.6 kB {18} [built]
[1231] ./pages/user-reviews/user-reviews-common.css.shim.ts 1.67 kB {12} [built]
[1232] ./pages/user-reviews/user-reviews.component.ngfactory.ts 53.7 kB {12} [built]
[1233] ./pages/user/user-common.css.shim.ts 255 bytes {1} [built]
[1234] ./pages/user/user.component.ngfactory.ts 51 kB {1} [built]
    + 1020 hidden modules

WARNING in ./app.css
  resolve-url-loader cannot operate: CSS error
  /Users/ignacio/Workspaces/Gynto/gynto-client/app/app.css:6:63: property missing ':'
  at error (/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/css/lib/parse/index.js:62:15)

WARNING in ./app.css
  resolve-url-loader cannot operate: CSS error
  /Users/ignacio/Workspaces/Gynto/gynto-client/app/app.css:6:63: property missing ':'
  at error (/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/css/lib/parse/index.js:62:15)
Child app/pages/registration/registration.html:
       [0] ./pages/registration/registration.html 542 bytes {0} [built]
Child app/pages/main/main.html:
       [0] ./pages/main/main.html 6.33 kB {0} [built]
Child app/pages/main/delivery/delivery.html:
       [0] ./pages/main/delivery/delivery.html 2.65 kB {0} [built]
Child app/pages/main/pickup/pickup.html:
       [0] ./pages/main/pickup/pickup.html 2.63 kB {0} [built]
Child app/pages/main/favorites/favorites.html:
       [0] ./pages/main/favorites/favorites.html 741 bytes {0} [built]
Child app/pages/main/orders/orders.html:
       [0] ./pages/main/orders/orders.html 4.07 kB {0} [built]
Child app/pages/main/item/item.html:
       [0] ./pages/main/item/item.html 6.29 kB {0} [built]
Child app/pages/order-products/order-item/order-item.html:
       [0] ./pages/order-products/order-item/order-item.html 1.8 kB {0} [built]
Child app/pages/order-products/order-products.html:
       [0] ./pages/order-products/order-products.html 2.26 kB {0} [built]
Child app/pages/order-products/order-checkout/order-checkout.html:
       [0] ./pages/order-products/order-checkout/order-checkout.html 6.4 kB {0} [built]
Child app/pages/order/order.html:
       [0] ./pages/order/order.html 4.28 kB {0} [built]
Child app/pages/user-addresses/user-addresses.html:
       [0] ./pages/user-addresses/user-addresses.html 3.94 kB {0} [built]
Child app/pages/user/user.html:
       [0] ./pages/user/user.html 3.48 kB {0} [built]
Child app/pages/user-reviews/user-reviews.html:
       [0] ./pages/user-reviews/user-reviews.html 3.59 kB {0} [built]
Child app/pages/company-review/company-review.html:
       [0] ./pages/company-review/company-review.html 1.48 kB {0} [built]
Child app/pages/company-reviews/company-reviews.html:
       [0] ./pages/company-reviews/company-reviews.html 3.6 kB {0} [built]
Child app/pages/companies/companies.html:
       [0] ./pages/companies/companies.html 1.4 kB {0} [built]
Child app/pages/company-creation/company-creation.html:
       [0] ./pages/company-creation/company-creation.html 5.69 kB {0} [built]
Child app/pages/company/company.html:
       [0] ./pages/company/company.html 8.79 kB {0} [built]
Child app/pages/company-business-hours/company-business-hours.html:
       [0] ./pages/company-business-hours/company-business-hours.html 5.34 kB {0} [built]
Child app/pages/company-business-hours/open-time/open-time.html:
       [0] ./pages/company-business-hours/open-time/open-time.html 5.68 kB {0} [built]
Child app/pages/company-business-hours/close-time/close-time.html:
       [0] ./pages/company-business-hours/close-time/close-time.html 3.36 kB {0} [built]
Child app/pages/company-business-hours/close-times/close-times.html:
       [0] ./pages/company-business-hours/close-times/close-times.html 1.96 kB {0} [built]
Child app/pages/company-delivery/company-delivery.html:
       [0] ./pages/company-delivery/company-delivery.html 4.47 kB {0} [built]
Child app/pages/company-products/group-editor/group-editor.html:
       [0] ./pages/company-products/group-editor/group-editor.html 1.36 kB {0} [built]
Child app/pages/company-products/company-products.html:
       [0] ./pages/company-products/company-products.html 7.08 kB {0} [built]
Child app/pages/company-products/product-editor/product-editor.html:
       [0] ./pages/company-products/product-editor/product-editor.html 3.12 kB {0} [built]
Child app/pages/company-features/company-features.html:
       [0] ./pages/company-features/company-features.html 3 kB {0} [built]
Child app/pages/associate-company/associate-company.html:
       [0] ./pages/associate-company/associate-company.html 4.57 kB {0} [built]
Child app/pages/company-orders/company-orders.html:
       [0] ./pages/company-orders/company-orders.html 12.2 kB {0} [built]
Child app/pages/company-users/company-users.html:
       [0] ./pages/company-users/company-users.html 3.35 kB {0} [built]
Child app/pages/user-review/user-review.html:
       [0] ./pages/user-review/user-review.html 1.52 kB {0} [built]
Child app/pages/country-picker/country-picker.html:
       [0] ./pages/country-picker/country-picker.html 510 bytes {0} [built]
Child app/pages/time-zone-picker/time-zone-picker.html:
       [0] ./pages/time-zone-picker/time-zone-picker.html 508 bytes {0} [built]
Child app/pages/time-picker/time-picker.html:
       [0] ./pages/time-picker/time-picker.html 239 bytes {0} [built]
Child app/pages/date-picker/date-picker.html:
       [0] ./pages/date-picker/date-picker.html 261 bytes {0} [built]
Child app/pages/image-picker/image-picker.html:
       [0] ./pages/image-picker/image-picker.html 903 bytes {0} [built]
Child app/components/time-badge/time-badge.html:
        + 1 hidden modules
Child app/components/review-badge/review-badge.html:
        + 1 hidden modules
Child app/components/company-header/company-header.html:
        + 1 hidden modules
Child app/components/help-box/help-box.html:
        + 1 hidden modules
Child app/components/user-editor/user-editor.html:
        + 1 hidden modules
Child app/components/processing-dialog/processing-dialog.html:
        + 1 hidden modules
Child app/components/menu/menu.html:
        + 1 hidden modules
Child app/components/action-bar/action-bar.html:
        + 1 hidden modules
Child app/pages/registration/registration-common.css:
       [0] ./pages/registration/registration-common.css 405 bytes {0} [built]
Child app/pages/main/main-common.css:
       [0] ./pages/main/main-common.css 1.72 kB {0} [built]
Child app/pages/main/delivery/delivery-common.css:
       [0] ./pages/main/delivery/delivery-common.css 963 bytes {0} [built]
Child app/pages/main/favorites/favorites-common.css:
       [0] ./pages/main/favorites/favorites-common.css 187 bytes {0} [built]
Child app/pages/main/pickup/pickup-common.css:
       [0] ./pages/main/pickup/pickup-common.css 963 bytes {0} [built]
Child app/pages/main/orders/orders-common.css:
       [0] ./pages/main/orders/orders-common.css 981 bytes {0} [built]
Child app/pages/main/item/item-common.css:
       [0] ./pages/main/item/item-common.css 1.57 kB {0} [built]
Child app/pages/order-products/order-item/order-item-common.css:
       [0] ./pages/order-products/order-item/order-item-common.css 709 bytes {0} [built]
Child app/pages/order-products/order-products-common.css:
       [0] ./pages/order-products/order-products-common.css 1.02 kB {0} [built]
Child app/pages/order-products/order-checkout/order-checkout-common.css:
       [0] ./pages/order-products/order-checkout/order-checkout-common.css 1.54 kB {0} [built]
Child app/pages/order/order-common.css:
       [0] ./pages/order/order-common.css 1.09 kB {0} [built]
Child app/pages/user-addresses/user-addresses-common.css:
       [0] ./pages/user-addresses/user-addresses-common.css 1.3 kB {0} [built]
Child app/pages/user/user-common.css:
       [0] ./pages/user/user-common.css 19 bytes {0} [built]
Child app/pages/user-reviews/user-reviews-common.css:
       [0] ./pages/user-reviews/user-reviews-common.css 1.18 kB {0} [built]
Child app/pages/company-review/company-review-common.css:
       [0] ./pages/company-review/company-review-common.css 308 bytes {0} [built]
Child app/pages/company-reviews/company-reviews-common.css:
       [0] ./pages/company-reviews/company-reviews-common.css 1.18 kB {0} [built]
Child app/pages/company-creation/company-creation-common.css:
       [0] ./pages/company-creation/company-creation-common.css 1.87 kB {0} [built]
Child app/pages/company/company-common.css:
       [0] ./pages/company/company-common.css 1.27 kB {0} [built]
Child app/pages/company-business-hours/company-business-hours-common.css:
       [0] ./pages/company-business-hours/company-business-hours-common.css 734 bytes {0} [built]
Child app/pages/company-business-hours/open-time/open-time-common.css:
       [0] ./pages/company-business-hours/open-time/open-time-common.css 19 bytes {0} [built]
Child app/pages/company-business-hours/close-time/close-time-common.css:
       [0] ./pages/company-business-hours/close-time/close-time-common.css 19 bytes {0} [built]
Child app/pages/company-business-hours/close-times/close-times-common.css:
       [0] ./pages/company-business-hours/close-times/close-times-common.css 19 bytes {0} [built]
Child app/pages/company-delivery/company-delivery-common.css:
       [0] ./pages/company-delivery/company-delivery-common.css 448 bytes {0} [built]
Child app/pages/company-products/group-editor/group-editor-common.css:
       [0] ./pages/company-products/group-editor/group-editor-common.css 19 bytes {0} [built]
Child app/pages/company-products/company-products-common.css:
       [0] ./pages/company-products/company-products-common.css 1.28 kB {0} [built]
Child app/pages/company-products/product-editor/product-editor-common.css:
       [0] ./pages/company-products/product-editor/product-editor-common.css 729 bytes {0} [built]
Child app/pages/company-features/company-features-common.css:
       [0] ./pages/company-features/company-features-common.css 775 bytes {0} [built]
Child app/pages/associate-company/associate-company-common.css:
       [0] ./pages/associate-company/associate-company-common.css 674 bytes {0} [built]
Child app/pages/company-orders/company-orders-common.css:
       [0] ./pages/company-orders/company-orders-common.css 2.63 kB {0} [built]
Child app/pages/company-users/company-users-common.css:
       [0] ./pages/company-users/company-users-common.css 444 bytes {0} [built]
Child app/pages/user-review/user-review-common.css:
       [0] ./pages/user-review/user-review-common.css 308 bytes {0} [built]
Child app/pages/country-picker/country-picker-common.css:
       [0] ./pages/country-picker/country-picker-common.css 76 bytes {0} [built]
Child app/pages/time-zone-picker/time-zone-picker-common.css:
       [0] ./pages/time-zone-picker/time-zone-picker-common.css 78 bytes {0} [built]
Child app/pages/image-picker/image-picker-common.css:
       [0] ./pages/image-picker/image-picker-common.css 249 bytes {0} [built]
Child app/components/review-badge/review-badge-common.css:
        + 1 hidden modules
Child app/components/company-header/company-header-common.css:
        + 1 hidden modules
Child app/components/help-box/help-box-common.css:
        + 1 hidden modules
Child app/components/processing-dialog/processing-dialog-common.css:
        + 1 hidden modules
Child app/components/menu/menu-common.css:
        + 1 hidden modules
Child app/components/action-bar/action-bar-common.css:
        + 1 hidden modules
Child extract-text-webpack-plugin:
       [1] ../~/resolve-url-loader!../~/css-loader!../~/nativescript-dev-webpack/platform-css-loader.js!./app.css 3.36 kB {0} [built] [1 warning]
        + 1 hidden modules

    WARNING in ../~/resolve-url-loader!../~/css-loader!../~/nativescript-dev-webpack/platform-css-loader.js!./app.css
      resolve-url-loader cannot operate: CSS error
      /Users/ignacio/Workspaces/Gynto/gynto-client/app/app.css:6:63: property missing ':'
      at error (/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/css/lib/parse/index.js:62:15)

> gynto@1.1.11 start-ios-bundle /Users/ignacio/Workspaces/Gynto/gynto-client
> tns run ios --bundle --disable-npm-install

Executing before-prepare hook from /Users/ignacio/Workspaces/Gynto/gynto-client/hooks/before-prepare/nativescript-dev-typescript.js
Project successfully prepared (ios)
Executing after-prepare hook from /Users/ignacio/Workspaces/Gynto/gynto-client/hooks/after-prepare/nativescript-unit-test-runner.js
Build settings from command line:
    ARCHS = i386 x86_64
    CODE_SIGN_IDENTITY = 
    CONFIGURATION_BUILD_DIR = /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator
    ONLY_ACTIVE_ARCH = NO
    SDKROOT = iphonesimulator10.2
    SHARED_PRECOMPS_DIR = /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/sharedpch
    VALID_ARCHS = i386 x86_64

=== BUILD TARGET UICKeyChainStore OF PROJECT Pods WITH CONFIGURATION Debug ===

Check dependencies

ProcessInfoPlistFile /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework/Info.plist Target\ Support\ Files/UICKeyChainStore/Info.plist
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-infoPlistUtility /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Target\ Support\ Files/UICKeyChainStore/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework/Info.plist

Ld /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/Objects-normal/x86_64/UICKeyChainStore normal x86_64
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -filelist /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/Objects-normal/x86_64/UICKeyChainStore.LinkFileList -install_name @rpath/UICKeyChainStore.framework/UICKeyChainStore -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/Objects-normal/x86_64/UICKeyChainStore_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -framework Security -framework Foundation -framework Security -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/Objects-normal/x86_64/UICKeyChainStore_dependency_info.dat -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/Objects-normal/x86_64/UICKeyChainStore

Ld /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/Objects-normal/i386/UICKeyChainStore normal i386
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -filelist /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/Objects-normal/i386/UICKeyChainStore.LinkFileList -install_name @rpath/UICKeyChainStore.framework/UICKeyChainStore -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/Objects-normal/i386/UICKeyChainStore_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -framework Security -framework Foundation -framework Security -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/Objects-normal/i386/UICKeyChainStore_dependency_info.dat -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/Objects-normal/i386/UICKeyChainStore

CreateUniversalBinary /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework/UICKeyChainStore normal i386\ x86_64
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/Objects-normal/i386/UICKeyChainStore /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/Objects-normal/x86_64/UICKeyChainStore -output /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework/UICKeyChainStore

CpHeader Target\ Support\ Files/UICKeyChainStore/UICKeyChainStore-umbrella.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework/Headers/UICKeyChainStore-umbrella.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Target\ Support\ Files/UICKeyChainStore/UICKeyChainStore-umbrella.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework/Headers

CpHeader UICKeyChainStore/Lib/UICKeyChainStore/UICKeyChainStore.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework/Headers/UICKeyChainStore.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/UICKeyChainStore/Lib/UICKeyChainStore/UICKeyChainStore.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework/Headers

Ditto /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/module.modulemap /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework/Modules/module.modulemap
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/UICKeyChainStore.build/module.modulemap /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework/Modules

Touch /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /usr/bin/touch -c /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework

CodeSign /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"

Signing Identity:     "-"

    /usr/bin/codesign --force --sign - --timestamp=none /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework

=== BUILD TARGET IQKeyboardManager OF PROJECT Pods WITH CONFIGURATION Debug ===
Check dependencies

ProcessInfoPlistFile /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Info.plist Target\ Support\ Files/IQKeyboardManager/Info.plist
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-infoPlistUtility /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Target\ Support\ Files/IQKeyboardManager/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Info.plist

Ld /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/Objects-normal/i386/IQKeyboardManager normal i386
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -filelist /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/Objects-normal/i386/IQKeyboardManager.LinkFileList -install_name @rpath/IQKeyboardManager.framework/IQKeyboardManager -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/Objects-normal/i386/IQKeyboardManager_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -framework CoreGraphics -framework Foundation -framework UIKit -framework CoreGraphics -framework Foundation -framework UIKit -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/Objects-normal/i386/IQKeyboardManager_dependency_info.dat -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/Objects-normal/i386/IQKeyboardManager

Ld /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/Objects-normal/x86_64/IQKeyboardManager normal x86_64
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -filelist /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/Objects-normal/x86_64/IQKeyboardManager.LinkFileList -install_name @rpath/IQKeyboardManager.framework/IQKeyboardManager -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/Objects-normal/x86_64/IQKeyboardManager_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -framework CoreGraphics -framework Foundation -framework UIKit -framework CoreGraphics -framework Foundation -framework UIKit -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/Objects-normal/x86_64/IQKeyboardManager_dependency_info.dat -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/Objects-normal/x86_64/IQKeyboardManager

CreateUniversalBinary /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/IQKeyboardManager normal i386\ x86_64
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/Objects-normal/i386/IQKeyboardManager /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/Objects-normal/x86_64/IQKeyboardManager -output /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/IQKeyboardManager

CpHeader IQKeyboardManager/IQKeyboardManager/IQToolbar/IQBarButtonItem.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQBarButtonItem.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/IQToolbar/IQBarButtonItem.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader Target\ Support\ Files/IQKeyboardManager/IQKeyboardManager-umbrella.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQKeyboardManager-umbrella.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Target\ Support\ Files/IQKeyboardManager/IQKeyboardManager-umbrella.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/IQKeyboardManager.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQKeyboardManager.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/IQKeyboardManager.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/Constants/IQKeyboardManagerConstants.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQKeyboardManagerConstants.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/Constants/IQKeyboardManagerConstants.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/Constants/IQKeyboardManagerConstantsInternal.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQKeyboardManagerConstantsInternal.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/Constants/IQKeyboardManagerConstantsInternal.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/IQKeyboardReturnKeyHandler.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQKeyboardReturnKeyHandler.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/IQKeyboardReturnKeyHandler.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/Categories/IQNSArray+Sort.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQNSArray+Sort.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/Categories/IQNSArray+Sort.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/IQToolbar/IQPreviousNextView.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQPreviousNextView.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/IQToolbar/IQPreviousNextView.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/IQTextView/IQTextView.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQTextView.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/IQTextView/IQTextView.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQTitleBarButtonItem.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/IQToolbar/IQToolbar.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQToolbar.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/IQToolbar/IQToolbar.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/Categories/IQUIScrollView+Additions.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQUIScrollView+Additions.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/Categories/IQUIScrollView+Additions.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/Categories/IQUITextFieldView+Additions.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQUITextFieldView+Additions.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/Categories/IQUITextFieldView+Additions.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/Categories/IQUIView+Hierarchy.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQUIView+Hierarchy.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/Categories/IQUIView+Hierarchy.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQUIView+IQKeyboardToolbar.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/Categories/IQUIViewController+Additions.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQUIViewController+Additions.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/Categories/IQUIViewController+Additions.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/Categories/IQUIWindow+Hierarchy.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/IQUIWindow+Hierarchy.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/Categories/IQUIWindow+Hierarchy.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpHeader IQKeyboardManager/IQKeyboardManager/KeyboardManager.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers/KeyboardManager.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/KeyboardManager.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Headers

CpResource IQKeyboardManager/IQKeyboardManager/Resources/IQKeyboardManager.bundle /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/IQKeyboardManager.bundle
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/Resources/IQKeyboardManager.bundle /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework

Ditto /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/module.modulemap /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Modules/module.modulemap
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManager.build/module.modulemap /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework/Modules

Touch /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /usr/bin/touch -c /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework

CodeSign /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"

Signing Identity:     "-"

    /usr/bin/codesign --force --sign - --timestamp=none /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework

=== BUILD TARGET FCUUID OF PROJECT Pods WITH CONFIGURATION Debug ===
Check dependencies

ProcessInfoPlistFile /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework/Info.plist Target\ Support\ Files/FCUUID/Info.plist
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-infoPlistUtility /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Target\ Support\ Files/FCUUID/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework/Info.plist

Ld /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/Objects-normal/i386/FCUUID normal i386
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/UICKeyChainStore -filelist /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/Objects-normal/i386/FCUUID.LinkFileList -install_name @rpath/FCUUID.framework/FCUUID -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/Objects-normal/i386/FCUUID_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -framework Foundation -framework Security -framework UIKit -framework Foundation -framework Security -framework UICKeyChainStore -framework UIKit -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/Objects-normal/i386/FCUUID_dependency_info.dat -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/Objects-normal/i386/FCUUID

Ld /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/Objects-normal/x86_64/FCUUID normal x86_64
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/UICKeyChainStore -filelist /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/Objects-normal/x86_64/FCUUID.LinkFileList -install_name @rpath/FCUUID.framework/FCUUID -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/Objects-normal/x86_64/FCUUID_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -framework Foundation -framework Security -framework UIKit -framework Foundation -framework Security -framework UICKeyChainStore -framework UIKit -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/Objects-normal/x86_64/FCUUID_dependency_info.dat -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/Objects-normal/x86_64/FCUUID

CreateUniversalBinary /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework/FCUUID normal i386\ x86_64
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/Objects-normal/i386/FCUUID /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/Objects-normal/x86_64/FCUUID -output /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework/FCUUID

CpHeader Target\ Support\ Files/FCUUID/FCUUID-umbrella.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework/Headers/FCUUID-umbrella.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Target\ Support\ Files/FCUUID/FCUUID-umbrella.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework/Headers

CpHeader FCUUID/FCUUID/FCUUID.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework/Headers/FCUUID.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FCUUID/FCUUID/FCUUID.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework/Headers

CpHeader FCUUID/FCUUID/UIDevice+FCUUID.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework/Headers/UIDevice+FCUUID.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FCUUID/FCUUID/UIDevice+FCUUID.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework/Headers

Ditto /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/module.modulemap /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework/Modules/module.modulemap
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/FCUUID.build/module.modulemap /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework/Modules

Touch /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /usr/bin/touch -c /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework

CodeSign /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"

Signing Identity:     "-"

    /usr/bin/codesign --force --sign - --timestamp=none /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework

=== BUILD TARGET Pods-gyntoclient OF PROJECT Pods WITH CONFIGURATION Debug ===

Check dependencies

ProcessInfoPlistFile /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework/Info.plist Target\ Support\ Files/Pods-gyntoclient/Info.plist
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-infoPlistUtility /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Target\ Support\ Files/Pods-gyntoclient/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework/Info.plist

Libtool /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-gyntoclient.build/Objects-normal/x86_64/Pods_gyntoclient normal x86_64
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleAnalytics/Libraries -filelist /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-gyntoclient.build/Objects-normal/x86_64/Pods_gyntoclient.LinkFileList -framework Foundation -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-gyntoclient.build/Objects-normal/x86_64/Pods_gyntoclient

Libtool /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-gyntoclient.build/Objects-normal/i386/Pods_gyntoclient normal i386
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only i386 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleAnalytics/Libraries -filelist /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-gyntoclient.build/Objects-normal/i386/Pods_gyntoclient.LinkFileList -framework Foundation -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-gyntoclient.build/Objects-normal/i386/Pods_gyntoclient

CreateUniversalBinary /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework/Pods_gyntoclient normal i386\ x86_64
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-gyntoclient.build/Objects-normal/i386/Pods_gyntoclient /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-gyntoclient.build/Objects-normal/x86_64/Pods_gyntoclient -o /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework/Pods_gyntoclient

CpHeader Target\ Support\ Files/Pods-gyntoclient/Pods-gyntoclient-umbrella.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework/Headers/Pods-gyntoclient-umbrella.h
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Target\ Support\ Files/Pods-gyntoclient/Pods-gyntoclient-umbrella.h /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework/Headers

Ditto /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-gyntoclient.build/module.modulemap /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework/Modules/module.modulemap
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-gyntoclient.build/module.modulemap /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework/Modules

Touch /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /usr/bin/touch -c /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework

CodeSign /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods
    export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"

Signing Identity:     "-"

    /usr/bin/codesign --force --sign - --timestamp=none /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/Pods_gyntoclient.framework: replacing existing signature

=== BUILD TARGET gyntoclient OF PROJECT gyntoclient WITH CONFIGURATION Debug ===

Check dependencies

ProcessProductPackaging "" /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/gyntoclient.app.xcent
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"

Entitlements:

{
    "application-identifier" = "3W6HE68B2N.com.gynto.client";
    "keychain-access-groups" =     (
        "3W6HE68B2N.com.gynto.client"
    );
}

    builtin-productPackagingUtility -entitlements -format xml -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/gyntoclient.app.xcent

PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Script-9EB9DCF99C317FE05C1B97F2.sh
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    /bin/sh -c /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Script-9EB9DCF99C317FE05C1B97F2.sh

PhaseScriptExecution NativeScript\ PreBuild /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Script-C97FD7AC1ADE5369004DB2A4.sh
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    /bin/sh -c /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Script-C97FD7AC1ADE5369004DB2A4.sh
~/Workspaces/Gynto/gynto-client/platforms/ios/internal/metadata-generator/bin ~/Workspaces/Gynto/gynto-client/platforms/ios
Python version: 2.7.10 (default, Jul 30 2016, 18:31:42) 
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]
Generating metadata for i386
Metadata Generator Arguments: 
"./objc-metadata-generator", "-output-bin", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/metadata-i386.bin", "-output-umbrella", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/umbrella-i386.h", "-docset-path", "/Users/ignacio/Library/Developer/Shared/Documentation/DocSets/com.apple.adc.documentation.iOS.docset", "Xclang", "-isysroot", "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk", "-arch", "i386", "-mios-simulator-version-min=8.0", "-std=gnu99", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/include", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/../../node_modules/nativescript-google-analytics/platforms/ios/headers", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Google/Headers", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseAnalytics", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseInstanceID", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/Google", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleAnalytics", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleInterchangeUtilities", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleMaps", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleSymbolUtilities", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleUtilities", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator", "-F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/FCUUID", "-F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/IQKeyboardManager", "-F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/UICKeyChainStore", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FirebaseAnalytics/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FirebaseInstanceID/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Google/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleInterchangeUtilities/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleMaps/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleSymbolUtilities/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleUtilities/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal/", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/../../lib/iOS", "-F../../lib/iOS", "-iquote", "/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/FCUUID/FCUUID.framework/Headers", "-iquote", "/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/IQKeyboardManager/IQKeyboardManager.framework/Headers", "-iquote", "/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/UICKeyChainStore/UICKeyChainStore.framework/Headers", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseAnalytics", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseInstanceID", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/Google", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleAnalytics", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleInterchangeUtilities", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleMaps", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleSymbolUtilities", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleUtilities", "-DCOCOAPODS=1", "-DDEBUG=1", 
Clang Arguments: 
"-v", "-x", "objective-c", "-fno-objc-arc", "-fmodule-maps", "-ferror-limit=0", "-Wno-unknown-pragmas", "-Wno-ignored-attributes", "-Wno-nullability-completeness", "-Wno-expansion-to-defined", "-isysroot", "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk", "-arch", "i386", "-mios-simulator-version-min=8.0", "-std=gnu99", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/include", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/../../node_modules/nativescript-google-analytics/platforms/ios/headers", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Google/Headers", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseAnalytics", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseInstanceID", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/Google", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleAnalytics", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleInterchangeUtilities", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleMaps", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleSymbolUtilities", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleUtilities", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator", "-F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/FCUUID", "-F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/IQKeyboardManager", "-F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/UICKeyChainStore", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FirebaseAnalytics/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FirebaseInstanceID/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Google/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleInterchangeUtilities/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleMaps/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleSymbolUtilities/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleUtilities/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal/", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/../../lib/iOS", "-F../../lib/iOS", "-iquote", "/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/FCUUID/FCUUID.framework/Headers", "-iquote", "/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/IQKeyboardManager/IQKeyboardManager.framework/Headers", "-iquote", "/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/UICKeyChainStore/UICKeyChainStore.framework/Headers", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseAnalytics", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseInstanceID", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/Google", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleAnalytics", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleInterchangeUtilities", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleMaps", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleSymbolUtilities", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleUtilities", "-DCOCOAPODS=1", "-DDEBUG=1", 
Merged 553 categories.
Result: 29509 declarations from 115 top level modules
Done! Running time: 2.89436 sec 
Generating metadata for x86_64
Metadata Generator Arguments: 
"./objc-metadata-generator", "-output-bin", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/metadata-x86_64.bin", "-output-umbrella", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/umbrella-x86_64.h", "-docset-path", "/Users/ignacio/Library/Developer/Shared/Documentation/DocSets/com.apple.adc.documentation.iOS.docset", "Xclang", "-isysroot", "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk", "-arch", "x86_64", "-mios-simulator-version-min=8.0", "-std=gnu99", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/include", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/../../node_modules/nativescript-google-analytics/platforms/ios/headers", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Google/Headers", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseAnalytics", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseInstanceID", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/Google", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleAnalytics", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleInterchangeUtilities", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleMaps", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleSymbolUtilities", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleUtilities", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator", "-F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/FCUUID", "-F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/IQKeyboardManager", "-F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/UICKeyChainStore", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FirebaseAnalytics/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FirebaseInstanceID/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Google/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleInterchangeUtilities/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleMaps/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleSymbolUtilities/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleUtilities/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal/", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/../../lib/iOS", "-F../../lib/iOS", "-iquote", "/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/FCUUID/FCUUID.framework/Headers", "-iquote", "/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/IQKeyboardManager/IQKeyboardManager.framework/Headers", "-iquote", "/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/UICKeyChainStore/UICKeyChainStore.framework/Headers", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseAnalytics", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseInstanceID", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/Google", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleAnalytics", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleInterchangeUtilities", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleMaps", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleSymbolUtilities", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleUtilities", "-DCOCOAPODS=1", "-DDEBUG=1", 
Clang Arguments: 
"-v", "-x", "objective-c", "-fno-objc-arc", "-fmodule-maps", "-ferror-limit=0", "-Wno-unknown-pragmas", "-Wno-ignored-attributes", "-Wno-nullability-completeness", "-Wno-expansion-to-defined", "-isysroot", "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk", "-arch", "x86_64", "-mios-simulator-version-min=8.0", "-std=gnu99", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/include", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/../../node_modules/nativescript-google-analytics/platforms/ios/headers", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Google/Headers", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseAnalytics", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseInstanceID", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/Google", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleAnalytics", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleInterchangeUtilities", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleMaps", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleSymbolUtilities", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleUtilities", "-I/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator", "-F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/FCUUID", "-F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/IQKeyboardManager", "-F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/UICKeyChainStore", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FirebaseAnalytics/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FirebaseInstanceID/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Google/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleInterchangeUtilities/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleMaps/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleSymbolUtilities/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleUtilities/Frameworks", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal/", "-F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/../../lib/iOS", "-F../../lib/iOS", "-iquote", "/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/FCUUID/FCUUID.framework/Headers", "-iquote", "/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/IQKeyboardManager/IQKeyboardManager.framework/Headers", "-iquote", "/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/UICKeyChainStore/UICKeyChainStore.framework/Headers", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseAnalytics", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/FirebaseInstanceID", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/Google", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleAnalytics", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleInterchangeUtilities", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleMaps", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleSymbolUtilities", "-isystem", "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Headers/Public/GoogleUtilities", "-DCOCOAPODS=1", "-DDEBUG=1", 
Merged 553 categories.
Result: 29391 declarations from 115 top level modules
Done! Running time: 2.18449 sec 
~/Workspaces/Gynto/gynto-client/platforms/ios

Ld /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Objects-normal/i386/gyntoclient normal i386
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleAnalytics/Libraries -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/FCUUID -F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/IQKeyboardManager -F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/UICKeyChainStore -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FirebaseAnalytics/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FirebaseInstanceID/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Google/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleInterchangeUtilities/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleMaps/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleSymbolUtilities/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleUtilities/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/../../lib/iOS -F../../lib/iOS -filelist /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Objects-normal/i386/gyntoclient.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Objects-normal/i386/gyntoclient_lto.o -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -ObjC -lGoogleAnalytics -lc++ -licucore -lsqlite3 -lstdc++ -lz -framework AVFoundation -framework Accelerate -framework AdSupport -framework AddressBook -framework AssetsLibrary -framework CoreBluetooth -framework CoreData -framework CoreFoundation -framework CoreGraphics -framework CoreLocation -framework CoreMotion -framework CoreText -framework FCUUID -framework FirebaseAnalytics -framework FirebaseInstanceID -framework GGLAnalytics -framework GGLCore -framework GLKit -framework GoogleInterchangeUtilities -framework GoogleMaps -framework GoogleSymbolUtilities -framework GoogleUtilities -framework IQKeyboardManager -framework ImageIO -framework MessageUI -framework OpenGLES -framework QuartzCore -framework SafariServices -framework Security -framework StoreKit -framework SystemConfiguration -framework UICKeyChainStore -framework TKLiveSync -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal/ -ObjC -sectcreate __DATA __TNSMetadata /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/metadata-i386.bin -framework NativeScript -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal -licucore -lz -lc++ -framework Foundation -framework UIKit -framework CoreGraphics -framework MobileCoreServices -framework Security -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/gyntoclient.app.xcent -framework TNSWidgets -framework PushPlugin -framework Pods_gyntoclient -Xlinker -dependency_info -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Objects-normal/i386/gyntoclient_dependency_info.dat -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Objects-normal/i386/gyntoclient

Ld /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Objects-normal/x86_64/gyntoclient normal x86_64
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -L/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleAnalytics/Libraries -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator -F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/FCUUID -F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/IQKeyboardManager -F/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Products/Debug-iphonesimulator/UICKeyChainStore -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FirebaseAnalytics/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/FirebaseInstanceID/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/Google/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleInterchangeUtilities/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleMaps/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleSymbolUtilities/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleUtilities/Frameworks -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/../../lib/iOS -F../../lib/iOS -filelist /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Objects-normal/x86_64/gyntoclient.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Objects-normal/x86_64/gyntoclient_lto.o -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -ObjC -lGoogleAnalytics -lc++ -licucore -lsqlite3 -lstdc++ -lz -framework AVFoundation -framework Accelerate -framework AdSupport -framework AddressBook -framework AssetsLibrary -framework CoreBluetooth -framework CoreData -framework CoreFoundation -framework CoreGraphics -framework CoreLocation -framework CoreMotion -framework CoreText -framework FCUUID -framework FirebaseAnalytics -framework FirebaseInstanceID -framework GGLAnalytics -framework GGLCore -framework GLKit -framework GoogleInterchangeUtilities -framework GoogleMaps -framework GoogleSymbolUtilities -framework GoogleUtilities -framework IQKeyboardManager -framework ImageIO -framework MessageUI -framework OpenGLES -framework QuartzCore -framework SafariServices -framework Security -framework StoreKit -framework SystemConfiguration -framework UICKeyChainStore -framework TKLiveSync -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal/ -ObjC -sectcreate __DATA __TNSMetadata /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/metadata-x86_64.bin -framework NativeScript -F/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/internal -licucore -lz -lc++ -framework Foundation -framework UIKit -framework CoreGraphics -framework MobileCoreServices -framework Security -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/gyntoclient.app.xcent -framework TNSWidgets -framework PushPlugin -framework Pods_gyntoclient -Xlinker -dependency_info -Xlinker /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Objects-normal/x86_64/gyntoclient_dependency_info.dat -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Objects-normal/x86_64/gyntoclient

CreateUniversalBinary build/emulator/gyntoclient.app/gyntoclient normal i386\ x86_64
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Objects-normal/i386/gyntoclient /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Objects-normal/x86_64/gyntoclient -output /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/gyntoclient

PhaseScriptExecution NativeScript\ PreLink /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Script-CD62955B1BB2651D00AE3A93.sh
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    /bin/sh -c /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Script-CD62955B1BB2651D00AE3A93.sh

CpResource gyntoclient/app build/emulator/gyntoclient.app/app
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/app /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app

CopyStringsFile build/emulator/gyntoclient.app/en.lproj/InfoPlist.strings gyntoclient/en.lproj/InfoPlist.strings
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copyStrings --validate --inputencoding utf-8 --outputencoding binary --outdir /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/en.lproj -- gyntoclient/en.lproj/InfoPlist.strings

CpResource gyntoclient/Resources/build.xcconfig build/emulator/gyntoclient.app/build.xcconfig
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/build.xcconfig /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app

CopyPNGFile build/emulator/gyntoclient.app/delivery@1x.png gyntoclient/Resources/delivery@1x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/delivery@1x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/delivery@1x.png

CopyPNGFile build/emulator/gyntoclient.app/delivery@2x.png gyntoclient/Resources/delivery@2x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/delivery@2x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/delivery@2x.png

CopyPNGFile build/emulator/gyntoclient.app/favorites@1x.png gyntoclient/Resources/favorites@1x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/favorites@1x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/favorites@1x.png

CopyPNGFile build/emulator/gyntoclient.app/delivery@3x.png gyntoclient/Resources/delivery@3x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/delivery@3x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/delivery@3x.png

CopyPNGFile build/emulator/gyntoclient.app/favorites@2x.png gyntoclient/Resources/favorites@2x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/favorites@2x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/favorites@2x.png

CopyPNGFile build/emulator/gyntoclient.app/icon@1x.png gyntoclient/Resources/icon@1x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/icon@1x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/icon@1x.png

CopyPNGFile build/emulator/gyntoclient.app/favorites@3x.png gyntoclient/Resources/favorites@3x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/favorites@3x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/favorites@3x.png

CopyPNGFile build/emulator/gyntoclient.app/icon@2x.png gyntoclient/Resources/icon@2x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/icon@2x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/icon@2x.png

CopyPNGFile build/emulator/gyntoclient.app/icon@3x.png gyntoclient/Resources/icon@3x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/icon@3x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/icon@3x.png

CopyPNGFile build/emulator/gyntoclient.app/orders@1x.png gyntoclient/Resources/orders@1x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/orders@1x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/orders@1x.png

CopyPNGFile build/emulator/gyntoclient.app/orders@3x.png gyntoclient/Resources/orders@3x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/orders@3x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/orders@3x.png

CopyPNGFile build/emulator/gyntoclient.app/orders@2x.png gyntoclient/Resources/orders@2x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/orders@2x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/orders@2x.png

CopyPNGFile build/emulator/gyntoclient.app/pickup@1x.png gyntoclient/Resources/pickup@1x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/pickup@1x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/pickup@1x.png

CopyPNGFile build/emulator/gyntoclient.app/pickup@2x.png gyntoclient/Resources/pickup@2x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/pickup@2x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/pickup@2x.png

CopyPNGFile build/emulator/gyntoclient.app/pickup@3x.png gyntoclient/Resources/pickup@3x.png
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/pickup@3x.png /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/pickup@3x.png

CompileStoryboard gyntoclient/Resources/LaunchScreen.storyboard
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
    /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module gyntoclient --output-partial-info-plist /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/LaunchScreen-SBPartialInfo.plist --auto-activate-custom-fonts --target-device iphone --target-device ipad --minimum-deployment-target 8.0 --output-format human-readable-text --compilation-directory /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/LaunchScreen.storyboard

CompileAssetCatalog build/emulator/gyntoclient.app gyntoclient/Resources/Assets.xcassets
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/assetcatalog_dependencies --output-partial-info-plist /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/assetcatalog_generated_info.plist --app-icon AppIcon --launch-image LaunchImage --compress-pngs --enable-on-demand-resources YES --sticker-pack-identifier-prefix .sticker-pack. --target-device iphone --target-device ipad --minimum-deployment-target 8.0 --platform iphonesimulator --product-type com.apple.product-type.application --compile /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets
/* com.apple.actool.document.notices */
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./AppIcon.appiconset/[][iphone][57x57][][][1x]: notice: 57x57 app icons only apply to iPhone apps targeting releases of iOS prior to 7.0
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./AppIcon.appiconset/[][iphone][57x57][][][2x]: notice: 57x57@2x app icons only apply to iPhone apps targeting releases of iOS prior to 7.0
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./AppIcon.appiconset/[][ipad][50x50][][][1x]: notice: 50x50 iPad spotlight icons only apply to iPad apps targeting releases of iOS prior to 7.0
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./AppIcon.appiconset/[][ipad][50x50][][][2x]: notice: 50x50 iPad spotlight icons only apply to iPad apps targeting releases of iOS prior to 7.0
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./AppIcon.appiconset/[][ipad][72x72][][][1x]: notice: 72x72 app icons only apply to iPad apps targeting releases of iOS prior to 7.0
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./AppIcon.appiconset/[][ipad][72x72][][][2x]: notice: 72x72@2x app icons only apply to iPad apps targeting releases of iOS prior to 7.0
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./LaunchImage.launchimage/[iphone][][1x][portrait][full-screen][]: notice: This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./LaunchImage.launchimage/[iphone][][2x][portrait][full-screen][]: notice: This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./LaunchImage.launchimage/[iphone][retina4][2x][portrait][full-screen][]: notice: This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./LaunchImage.launchimage/[ipad][][1x][portrait][full-screen][]: notice: This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./LaunchImage.launchimage/[ipad][][1x][landscape][full-screen][]: notice: This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./LaunchImage.launchimage/[ipad][][2x][portrait][full-screen][]: notice: This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./LaunchImage.launchimage/[ipad][][2x][landscape][full-screen][]: notice: This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./LaunchImage.launchimage/[iphone][736h][3x][portrait][full-screen][8.0]: notice: This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./LaunchImage.launchimage/[iphone][736h][3x][landscape][full-screen][8.0]: notice: This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/Resources/Assets.xcassets:./LaunchImage.launchimage/[iphone][667h][2x][portrait][full-screen][8.0]: notice: This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
/* com.apple.actool.compilation-results */
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon29x29.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon29x29@2x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon29x29@3x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon40x40@2x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon40x40@3x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon57x57.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon57x57@2x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon60x60@2x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon60x60@3x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon29x29~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon29x29@2x~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon40x40~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon40x40@2x~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon50x50~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon50x50@2x~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon72x72~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon72x72@2x~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon76x76~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon76x76@2x~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/AppIcon83.5x83.5@2x~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage@2x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-568h@2x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-Portrait~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-Landscape~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-Portrait@2x~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-Landscape@2x~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-800-Portrait-736h@3x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-800-Landscape-736h@3x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-800-667h@2x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-700@2x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-700-568h@2x.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-700-Portrait~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-700-Landscape~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-700-Portrait@2x~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/LaunchImage-700-Landscape@2x~ipad.png
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Assets.car
/Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/assetcatalog_generated_info.plist

ProcessInfoPlistFile build/emulator/gyntoclient.app/Info.plist gyntoclient/gyntoclient-Info.plist
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-infoPlistUtility /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/gyntoclient/gyntoclient-Info.plist -genpkginfo /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator -additionalcontentfile /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/LaunchScreen-SBPartialInfo.plist -additionalcontentfile /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/assetcatalog_generated_info.plist -o /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Info.plist

GenerateDSYMFile build/emulator/gyntoclient.app.dSYM build/emulator/gyntoclient.app/gyntoclient
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/gyntoclient -o /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app.dSYM

LinkStoryboards
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
    /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module gyntoclient --target-device iphone --target-device ipad --minimum-deployment-target 8.0 --output-format human-readable-text --link /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/LaunchScreen.storyboardc

PBXCp /Users/ignacio/Workspaces/Gynto/gynto-client/lib/iOS/TNSWidgets.framework build/emulator/gyntoclient.app/Frameworks/TNSWidgets.framework
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/lib/iOS/TNSWidgets.framework /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks

PBXCp /Users/ignacio/Workspaces/Gynto/gynto-client/lib/iOS/PushPlugin.framework build/emulator/gyntoclient.app/Frameworks/PushPlugin.framework
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -resolve-src-symlinks /Users/ignacio/Workspaces/Gynto/gynto-client/lib/iOS/PushPlugin.framework /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks

ProcessProductPackaging "" /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/TNSWidgets.framework.xcent
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"

Entitlements:

{
    "application-identifier" = "3W6HE68B2N.com.gynto.client";
    "keychain-access-groups" =     (
        "3W6HE68B2N.com.gynto.client"
    );
}

    builtin-productPackagingUtility -entitlements -format xml -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/TNSWidgets.framework.xcent

ProcessProductPackaging "" /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/PushPlugin.framework.xcent
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"

Entitlements:

{
    "application-identifier" = "3W6HE68B2N.com.gynto.client";
    "keychain-access-groups" =     (
        "3W6HE68B2N.com.gynto.client"
    );
}

    builtin-productPackagingUtility -entitlements -format xml -o /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/PushPlugin.framework.xcent

CodeSign build/emulator/gyntoclient.app/Frameworks/TNSWidgets.framework
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"

Signing Identity:     "-"

    /usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements --timestamp=none /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks/TNSWidgets.framework

CodeSign build/emulator/gyntoclient.app/Frameworks/PushPlugin.framework
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"

Signing Identity:     "-"

    /usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements --timestamp=none /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks/PushPlugin.framework

PhaseScriptExecution NativeScript\ PostBuild /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Script-CD3EAD351B05FF060042DBFC.sh
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    /bin/sh -c /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Script-CD3EAD351B05FF060042DBFC.sh
~/Workspaces/Gynto/gynto-client/platforms/ios/internal ~/Workspaces/Gynto/gynto-client/platforms/ios
Stripping frameworks
Stripped ./NativeScript.framework/NativeScript of architectures: armv7 arm64
Code Signing ./NativeScript.framework/NativeScript with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements ./NativeScript.framework/NativeScript
./NativeScript.framework/NativeScript: replacing existing signature
Stripped ./PushPlugin.framework/PushPlugin of architectures: armv7 arm64
Code Signing ./PushPlugin.framework/PushPlugin with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements ./PushPlugin.framework/PushPlugin
./PushPlugin.framework/PushPlugin: replacing existing signature
Stripped ./TKLiveSync.framework/TKLiveSync of architectures: armv7 arm64
Code Signing ./TKLiveSync.framework/TKLiveSync with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements ./TKLiveSync.framework/TKLiveSync
./TKLiveSync.framework/TKLiveSync: replacing existing signature
Stripped ./TNSWidgets.framework/TNSWidgets of architectures: armv7 arm64
Code Signing ./TNSWidgets.framework/TNSWidgets with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements ./TNSWidgets.framework/TNSWidgets
./TNSWidgets.framework/TNSWidgets: replacing existing signature
~/Workspaces/Gynto/gynto-client/platforms/ios

PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Script-6FE4472D5ECC3C30CDBCF9DB.sh
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    /bin/sh -c /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Script-6FE4472D5ECC3C30CDBCF9DB.sh
mkdir -p /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks
rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/FCUUID.framework" "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks"
building file list ... done
FCUUID.framework/
FCUUID.framework/FCUUID
FCUUID.framework/Info.plist
FCUUID.framework/_CodeSignature/CodeResources

sent 166425 bytes  received 92 bytes  333034.00 bytes/sec
total size is 166073  speedup is 1.00
Code Signing /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks/FCUUID.framework with Identity -
/usr/bin/codesign --force --sign -  --preserve-metadata=identifier,entitlements "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks/FCUUID.framework"
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks/FCUUID.framework: replacing existing signature
rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/IQKeyboardManager.framework" "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks"
building file list ... done
IQKeyboardManager.framework/
IQKeyboardManager.framework/IQKeyboardManager
IQKeyboardManager.framework/Info.plist
IQKeyboardManager.framework/IQKeyboardManager.bundle/
IQKeyboardManager.framework/IQKeyboardManager.bundle/IQButtonBarArrowLeft.png
IQKeyboardManager.framework/IQKeyboardManager.bundle/IQButtonBarArrowLeft@2x.png
IQKeyboardManager.framework/IQKeyboardManager.bundle/IQButtonBarArrowLeft@3x.png
IQKeyboardManager.framework/IQKeyboardManager.bundle/IQButtonBarArrowRight.png
IQKeyboardManager.framework/IQKeyboardManager.bundle/IQButtonBarArrowRight@2x.png
IQKeyboardManager.framework/IQKeyboardManager.bundle/IQButtonBarArrowRight@3x.png
IQKeyboardManager.framework/IQKeyboardManager.bundle/de.lproj/
IQKeyboardManager.framework/IQKeyboardManager.bundle/de.lproj/IQKeyboardManager.strings
IQKeyboardManager.framework/IQKeyboardManager.bundle/en.lproj/
IQKeyboardManager.framework/IQKeyboardManager.bundle/en.lproj/IQKeyboardManager.strings
IQKeyboardManager.framework/IQKeyboardManager.bundle/es.lproj/
IQKeyboardManager.framework/IQKeyboardManager.bundle/es.lproj/IQKeyboardManager.strings
IQKeyboardManager.framework/IQKeyboardManager.bundle/fr.lproj/
IQKeyboardManager.framework/IQKeyboardManager.bundle/fr.lproj/IQKeyboardManager.strings
IQKeyboardManager.framework/IQKeyboardManager.bundle/zh-Hans/
IQKeyboardManager.framework/IQKeyboardManager.bundle/zh-Hans/IQKeyboardManager.strings
IQKeyboardManager.framework/IQKeyboardManager.bundle/zh-Hant/
IQKeyboardManager.framework/IQKeyboardManager.bundle/zh-Hant/IQKeyboardManager.strings
IQKeyboardManager.framework/_CodeSignature/CodeResources

sent 633911 bytes  received 398 bytes  1268618.00 bytes/sec
total size is 632406  speedup is 1.00
Code Signing /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks/IQKeyboardManager.framework with Identity -
/usr/bin/codesign --force --sign -  --preserve-metadata=identifier,entitlements "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks/IQKeyboardManager.framework"
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks/IQKeyboardManager.framework: replacing existing signature
rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/UICKeyChainStore.framework" "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks"
building file list ... done
UICKeyChainStore.framework/
UICKeyChainStore.framework/Info.plist
UICKeyChainStore.framework/UICKeyChainStore
UICKeyChainStore.framework/_CodeSignature/CodeResources

sent 288064 bytes  received 92 bytes  576312.00 bytes/sec
total size is 287672  speedup is 1.00
Code Signing /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks/UICKeyChainStore.framework with Identity -
/usr/bin/codesign --force --sign -  --preserve-metadata=identifier,entitlements "/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks/UICKeyChainStore.framework"
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app/Frameworks/UICKeyChainStore.framework: replacing existing signature

PhaseScriptExecution [CP]\ Copy\ Pods\ Resources /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Script-D1EEB8114B7CDD5E9D6AFCDD.sh
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    /bin/sh -c /Users/ignacio/Library/Developer/Xcode/DerivedData/gyntoclient-gflvbtbhckorxrgxjsvghfvceqta/Build/Intermediates/gyntoclient.build/Debug-iphonesimulator/gyntoclient.build/Script-D1EEB8114B7CDD5E9D6AFCDD.sh
/Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle
building file list ... done

sent 8586 bytes  received 20 bytes  17212.00 bytes/sec
total size is 3296659  speedup is 383.07

Touch build/emulator/gyntoclient.app
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"
    /usr/bin/touch -c /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app

CodeSign build/emulator/gyntoclient.app
    cd /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios
    export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/ignacio/Workspaces/Gynto/gynto-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/android-sdk/tools"

Signing Identity:     "-"

    /usr/bin/codesign --force --sign - --timestamp=none /Users/ignacio/Workspaces/Gynto/gynto-client/platforms/ios/build/emulator/gyntoclient.app

** BUILD SUCCEEDED **

Project successfully built
Successfully deployed on device with identifier '00A4117D-42D7-4D34-A741-4D4FAA4286CD'.
1   0x1127bc5dc -[TNSRuntime executeModule:referredBy:]
2   0x10f93b802 main
3   0x11529c92d start
Dec 18 05:52:30 MacBook-Pro-de-Ignacio gyntoclient[21305]: 4   0x1
[native code]: JS ERROR Error: Could not find module './'. Computed path '/Users/ignacio/Library/Developer/CoreSimulator/Devices/00A4117D-42D7-4D34-A741-4D4FAA4286CD/data/Containers/Bundle/Application/C0F5BFD9-2687-498B-975C-990B873B3DBE/gyntoclient.app/app'.
Dec 18 05:52:30 MacBook-Pro-de-Ignacio com.apple.CoreSimulator.SimDevice.00A4117D-42D7-4D34-A741-4D4FAA4286CD.launchd_sim[11780] (UIKitApplication:com.gynto.client[0x6ad7][21305]): Service exited due to signal: Segmentation fault: 11
hdeshev commented 7 years ago

I think I know what's going wrong here. I'd gotten the platform/ios/... subdir discovery wrong, and there were cases when no files got transferred to the device. Could you try upgrading to nativescript-dev-webpack@0.2.15?

ignaciolarranaga commented 7 years ago

Upgraded, but unfortunately another error:

Project successfully built
Successfully deployed on device with identifier '00A4117D-42D7-4D34-A741-4D4FAA4286CD'.
1   0x10b3aba6b NativeScript::FFICallback<NativeScript::ObjCMethodCallback>::ffiClosureCallback(ffi_cif*, void*, void**, void*)
2   0x10bb2b90e ffi_closure_unix64_inner
Dec 19 14:41:03 MacBook-Pro-de-Ignacio gyntoclient[4678]: 3   0x10bb2c2c2 ffi_closure_unix64
4   0x10c433c98 -[UIViewController __viewWillAppear:]
5   0x10c472dc3 -[UINavigationController _startTransition:fromViewController:toViewController:]
6   0x10c473d8d -[UINavigationController _startDeferredTransitionIfNeeded:]
7   0x10c474cea -[UINavigationController __viewWillLayoutSubviews]
8   0x10c61ac85 -[UILayoutContainerView layoutSubviews]
9   0x10c34fe40 -[UIView(CALayerDelegate) layoutSublayersOfLayer:]
Dec 19 14:41:03 MacBook-Pro-de-Ignacio gyntoclient[4678]: 10  0x10afd859a -[CALayer layoutSublayers]
Dec 19 14:41:03 MacBook-Pro-de-Ignacio gyntoclient[4678]: 11  0x10afcce70 CA::Layer::layout_if_needed(CA::Transaction*)
Dec 19 14:41:03 MacBook-Pro-de-Ignacio gyntoclient[4678]: 12  0x10afcccee CA::Layer::layout_and_display_if_needed(CA::Transaction*)
13  0x10afc1475 CA::Context::commit_transaction(CA::Transaction*)
14  0x10afeec0a CA::Transaction::commit()
15  0x10afef37c CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*)
16  0x109e1c947 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__
17  0x109e1c8b7 __CFRunLoopDoObservers
Dec 19 14:41:03 MacBook-Pro-de-Ignacio gyntoclient[4678]: 18  0x109e11e2c CFRunLoopRunSpecific
Dec 19 14:41:03 MacBook-Pro-de-Ignacio gyntoclient[4678]: 19  0x10c2964f5 -[UIApplication _run]
20  0x10c29b30d UIApplicationMain
21  0x10bb2c11d ffi_call_unix64
22  0x123b55e90
file:///app/bundle.js:14411:170: JS ERROR Error: No NgModule metadata found for 'AppModule'.
Dec 19 14:41:03 MacBook-Pro-de-Ignacio com.apple.CoreSimulator.SimDevice.00A4117D-42D7-4D34-A741-4D4FAA4286CD.launchd_sim[2234] (UIKitApplication:com.gynto.client[0xc338][4678]): Service exited due to signal: Segmentation fault: 11
hdeshev commented 7 years ago

file:///app/bundle.js:14411:170: JS ERROR Error: No NgModule metadata found for 'AppModule'.

Could you double check that all dependency versions are correct, i.e. using Angular 2.2.1, and ng-tools 1.6? I was able to run your samplewepackproblem project. Another cause for this error could be something in the NgModule definition that the AoT compiler doesn't like. How do I reproduce this on my end? Could you perhaps isolate the problem in another demo project?

ignaciolarranaga commented 7 years ago

I created a sample project and just found tns-core-modules-2.4.3 as a difference. I updated it but still having the same issue (I'm running for emulator/ios by the way).

Project successfully built
Successfully deployed on device with identifier '00A4117D-42D7-4D34-A741-4D4FAA4286CD'.
1   0x10aa70a6b NativeScript::FFICallback<NativeScript::ObjCMethodCallback>::ffiClosureCallback(ffi_cif*, void*, void**, void*)
2   0x10b1f090e ffi_closure_unix64_inner
Dec 19 15:02:46 MacBook-Pro-de-Ignacio gyntoclient[15449]: 3   0x10b1f12c2 ffi_closure_unix64
4   0x10baf8c98 -[UIViewController __viewWillAppear:]
5   0x10bb37dc3 -[UINavigationController _startTransition:fromViewController:toViewController:]
6   0x10bb38d8d -[UINavigationController _startDeferredTransitionIfNeeded:]
7   0x10bb39cea -[UINavigationController __viewWillLayoutSubviews]
8   0x10bcdfc85 -[UILayoutContainerView layoutSubviews]
9   0x10ba14e40 -[UIView(CALayerDelegate) layoutSublayersOfLayer:]
Dec 19 15:02:46 MacBook-Pro-de-Ignacio gyntoclient[15449]: 10  0x10a69d59a -[CALayer layoutSublayers]
Dec 19 15:02:46 MacBook-Pro-de-Ignacio gyntoclient[15449]: 11  0x10a691e70 CA::Layer::layout_if_needed(CA::Transaction*)
Dec 19 15:02:46 MacBook-Pro-de-Ignacio gyntoclient[15449]: 12  0x10a691cee CA::Layer::layout_and_display_if_needed(CA::Transaction*)
13  0x10a686475 CA::Context::commit_transaction(CA::Transaction*)
14  0x10a6b3c0a CA::Transaction::commit()
15  0x10a6b437c CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*)
Dec 19 15:02:46 MacBook-Pro-de-Ignacio gyntoclient[15449]: 16  0x1094e1947 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__
17  0x1094e18b7 __CFRunLoopDoObservers
18  0x1094d6e2c CFRunLoopRunSpecific
Dec 19 15:02:46 MacBook-Pro-de-Ignacio gyntoclient[15449]: 19  0x10b95b4f5 -[UIApplication _run]
Dec 19 15:02:46 MacBook-Pro-de-Ignacio gyntoclient[15449]: 20  0x10b96030d UIApplicationMain
21  0x10b1f111d ffi_call_unix64
Dec 19 15:02:46 MacBook-Pro-de-Ignacio gyntoclient[15449]: 22  0x123170cd0
Dec 19 15:02:46 MacBook-Pro-de-Ignacio gyntoclient[15449]: file:///app/bundle.js:14411:170: JS ERROR Error: No NgModule metadata found for 'AppModule'.
Dec 19 15:02:46 MacBook-Pro-de-Ignacio SpringBoard[2251]: BSXPCMessage received error for message: Connection invalid
Dec 19 15:02:46 MacBook-Pro-de-Ignacio com.apple.CoreSimulator.SimDevice.00A4117D-42D7-4D34-A741-4D4FAA4286CD.launchd_sim[2234] (UIKitApplication:com.gynto.client[0xf08f][15449]): Service exited due to signal: Segmentation fault: 11

Here is the part of the bundle that is throwing the error (may be not useful but just incase):

/**
 * Resolves types to {@link NgModule}.
 */
var NgModuleResolver = (function () {
    function NgModuleResolver(_reflector) {
        if (_reflector === void 0) { _reflector = __WEBPACK_IMPORTED_MODULE_2__private_import_core__["B" /* reflector */]; }
        this._reflector = _reflector;
    }
    NgModuleResolver.prototype.isNgModule = function (type) { return this._reflector.annotations(type).some(_isNgModuleMetadata); };
    NgModuleResolver.prototype.resolve = function (type, throwIfNotFound) {
        if (throwIfNotFound === void 0) { throwIfNotFound = true; }
        var ngModuleMeta = this._reflector.annotations(type).find(_isNgModuleMetadata);
        if (__webpack_require__.i(__WEBPACK_IMPORTED_MODULE_1__facade_lang__["b" /* isPresent */])(ngModuleMeta)) {
            return ngModuleMeta;
        }
        else {
            if (throwIfNotFound) {
                throw new Error("No NgModule metadata found for '" + __webpack_require__.i(__WEBPACK_IMPORTED_MODULE_1__facade_lang__["i" /* stringify */])(type) + "'.");
            }
            return null;
        }
    };
    NgModuleResolver.decorators = [
        { type: __WEBPACK_IMPORTED_MODULE_0__angular_core__["Injectable"] },
    ];
    /** @nocollapse */
    NgModuleResolver.ctorParameters = [
        { type: __WEBPACK_IMPORTED_MODULE_2__private_import_core__["J" /* ReflectorReader */], },
    ];
    return NgModuleResolver;
}());

And this is the main module:

// this import should be first in order to load some required settings (like globals and reflect-metadata) import { NgModule, NgModuleFactoryLoader, NO_ERRORS_SCHEMA } from "@angular/core"; import { Http } from "@angular/http"; import { TranslateModule, TranslateLoader, TranslateStaticLoader } from "ng2-translate"; import { NativeScriptModule } from "nativescript-angular/platform"; import { NativeScriptFormsModule } from "nativescript-angular/forms" import { NativeScriptRouterModule } from "nativescript-angular/router"; import { NativeScriptHttpModule } from "nativescript-angular/http"; import { appRoutes } from "./app.routing"; import { AppContext } from "./app.context"; import { PipesModule } from "./shared/pipes/pipes.module"; import { DirectivesModule } from "./shared/directives/directives.module"; import { AppComponent } from "./app.component"; import { RegistrationModule } from "./pages"; import { PingService, CompanyService, CompanyUserService, ProductService, GroupService, CountryService, TimeZoneService, UserService, AddressService, OrderService, GoogleService, SearchService, ImageService, PurchaseService, UserReviewService, CompanyReviewService, AnalyticsService } from "./shared/services"; import { AuthHttp } from "./shared/util/auth-http"; import { SharedModule } from "./shared.module"; import { setStatusBarColors } from "./shared/util/status-bar"; import { NsModuleFactoryLoader } from "./shared/util/ns-module-factory-loader";

setStatusBarColors();

// Changed to avoid issue with webpack: // https://github.com/NativeScript/nativescript-dev-webpack/issues/33#issuecomment-266021629 export function translateFactory(http: Http) { // pass in the path to your locale files return new TranslateStaticLoader(http, "/i18n"); }

@NgModule({
    schemas: [ NO_ERRORS_SCHEMA ],
    imports: [
        NativeScriptModule,
        NativeScriptFormsModule,
        NativeScriptRouterModule,
        NativeScriptHttpModule,
        NativeScriptRouterModule.forRoot(appRoutes),
        TranslateModule.forRoot({
            provide: TranslateLoader,
            deps: [ Http ],
            useFactory: translateFactory
        }),

        SharedModule.forRoot(),

        RegistrationModule
    ],
    declarations: [ AppComponent ],
    providers: [
        { provide: NgModuleFactoryLoader, useClass: NsModuleFactoryLoader },

        AuthHttp,
        AnalyticsService,
        GoogleService,
        AppContext,
        PingService,
        CompanyService,
        CompanyUserService,
        CompanyReviewService,
        ProductService,
        GroupService,
        CountryService,
        TimeZoneService,
        UserService,
        UserReviewService,
        AddressService,
        OrderService,
        SearchService,
        ImageService,
        PurchaseService
    ],
    bootstrap: [ AppComponent ]
})
export class AppModule {}

All the modules except the first one used (RegistrationModule) are lazy loaded. app.routing.ts:

import { Routes } from "@angular/router";

import { RegistrationPage } from "./pages/registration/registration.component";

export const appRoutes: Routes = [
    { path: "", redirectTo: "/RegistrationPage", pathMatch: "full" },
    // Registration Page
    { path: "RegistrationPage", component: RegistrationPage },
    ...

Here is the complete list of dependencies:

npm list
gynto@1.1.15 /Users/ignacio/Workspaces/Gynto/gynto-client
├── @angular/common@2.2.1
├── @angular/compiler@2.2.1
├─┬ @angular/compiler-cli@2.2.1
│ ├─┬ @angular/tsc-wrapped@0.3.0
│ │ └─┬ tsickle@0.1.7
│ │   ├── source-map@0.4.4
│ │   └─┬ source-map-support@0.3.3
│ │     └── source-map@0.1.32
│ └── minimist@1.2.0
├── @angular/core@2.2.1
├── @angular/forms@2.2.1
├── @angular/http@2.2.1
├── @angular/platform-browser@2.2.1
├── @angular/platform-browser-dynamic@2.2.1
├── @angular/router@3.2.1
├─┬ @ngtools/webpack@1.1.6
│ └─┬ @angular-cli/ast-tools@1.0.10
│   └── denodeify@1.2.1
├── @types/jasmine@2.5.38
├─┬ babel-traverse@6.19.0
│ ├─┬ babel-code-frame@6.20.0
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├── strip-ansi@3.0.1
│ │ │ └── supports-color@2.0.0
│ │ └── js-tokens@2.0.0
│ ├── babel-messages@6.8.0
│ ├─┬ babel-runtime@6.20.0
│ │ └── regenerator-runtime@0.10.1
│ ├─┬ debug@2.4.5
│ │ └── ms@0.7.2
│ ├── globals@9.14.0
│ ├─┬ invariant@2.2.2
│ │ └── loose-envify@1.3.0
│ └── lodash@4.17.2
├─┬ babel-types@6.19.0
│ ├── esutils@2.0.2
│ └── to-fast-properties@1.0.2
├── babylon@6.14.1
├─┬ buffer@4.6.0
│ ├── base64-js@1.2.0
│ ├── ieee754@1.1.8
│ └── isarray@1.0.0
├─┬ copy-webpack-plugin@3.0.1
│ ├── bluebird@2.11.0
│ ├─┬ fs-extra@0.26.7
│ │ ├── jsonfile@2.4.0
│ │ ├── klaw@1.3.1
│ │ └── path-is-absolute@1.0.1
│ ├─┬ glob@6.0.4
│ │ ├─┬ inflight@1.0.6
│ │ │ └── wrappy@1.0.2
│ │ ├── inherits@2.0.3
│ │ └── once@1.4.0
│ ├─┬ minimatch@3.0.3
│ │ └─┬ brace-expansion@1.1.6
│ │   ├── balanced-match@0.4.2
│ │   └── concat-map@0.0.1
│ └── node-dir@0.1.16
├─┬ css-loader@0.26.1
│ ├─┬ css-selector-tokenizer@0.7.0
│ │ ├── cssesc@0.1.0
│ │ ├── fastparse@1.1.1
│ │ └─┬ regexpu-core@1.0.0
│ │   ├── regenerate@1.3.2
│ │   ├── regjsgen@0.2.0
│ │   └─┬ regjsparser@0.1.5
│ │     └── jsesc@0.5.0
│ ├─┬ cssnano@3.9.1
│ │ ├─┬ autoprefixer@6.5.4
│ │ │ ├── browserslist@1.4.0
│ │ │ ├── caniuse-db@1.0.30000600
│ │ │ ├── normalize-range@0.1.2
│ │ │ └── num2fraction@1.2.2
│ │ ├── decamelize@1.2.0
│ │ ├── defined@1.0.0
│ │ ├─┬ has@1.0.1
│ │ │ └── function-bind@1.1.0
│ │ ├─┬ postcss-calc@5.3.1
│ │ │ ├── postcss-message-helpers@2.0.0
│ │ │ └─┬ reduce-css-calc@1.3.0
│ │ │   ├─┬ math-expression-evaluator@1.2.14
│ │ │   │ └── lodash.indexof@4.0.5
│ │ │   └── reduce-function-call@1.0.2
│ │ ├─┬ postcss-colormin@2.2.1
│ │ │ └─┬ colormin@1.1.2
│ │ │   ├─┬ color@0.11.4
│ │ │   │ ├── clone@1.0.2
│ │ │   │ ├─┬ color-convert@1.8.2
│ │ │   │ │ └── color-name@1.1.1
│ │ │   │ └── color-string@0.3.0
│ │ │   └── css-color-names@0.0.4
│ │ ├── postcss-convert-values@2.5.0
│ │ ├── postcss-discard-comments@2.0.4
│ │ ├── postcss-discard-duplicates@2.0.2
│ │ ├── postcss-discard-empty@2.1.0
│ │ ├── postcss-discard-overridden@0.1.1
│ │ ├─┬ postcss-discard-unused@2.2.3
│ │ │ └── uniqs@2.0.0
│ │ ├─┬ postcss-filter-plugins@2.0.2
│ │ │ └─┬ uniqid@4.1.0
│ │ │   └── macaddress@0.2.8
│ │ ├── postcss-merge-idents@2.1.7
│ │ ├── postcss-merge-longhand@2.0.1
│ │ ├─┬ postcss-merge-rules@2.0.11
│ │ │ └── vendors@1.0.1
│ │ ├── postcss-minify-font-values@1.0.5
│ │ ├── postcss-minify-gradients@1.0.5
│ │ ├─┬ postcss-minify-params@1.1.0
│ │ │ └── alphanum-sort@1.0.2
│ │ ├─┬ postcss-minify-selectors@2.0.7
│ │ │ └─┬ postcss-selector-parser@2.2.2
│ │ │   ├── flatten@1.0.2
│ │ │   ├── indexes-of@1.0.1
│ │ │   └── uniq@1.0.1
│ │ ├── postcss-normalize-charset@1.1.1
│ │ ├─┬ postcss-normalize-url@3.0.7
│ │ │ ├── is-absolute-url@2.1.0
│ │ │ └─┬ normalize-url@1.8.0
│ │ │   ├── prepend-http@1.0.4
│ │ │   ├─┬ query-string@4.2.3
│ │ │   │ └── strict-uri-encode@1.1.0
│ │ │   └─┬ sort-keys@1.1.2
│ │ │     └── is-plain-obj@1.1.0
│ │ ├── postcss-ordered-values@2.2.2
│ │ ├── postcss-reduce-idents@2.3.1
│ │ ├── postcss-reduce-initial@1.0.0
│ │ ├── postcss-reduce-transforms@1.0.4
│ │ ├─┬ postcss-svgo@2.1.6
│ │ │ ├─┬ is-svg@2.1.0
│ │ │ │ └── html-comment-regex@1.1.1
│ │ │ └─┬ svgo@0.7.1
│ │ │   ├─┬ coa@1.0.1
│ │ │   │ └── q@1.4.1
│ │ │   ├─┬ csso@2.2.1
│ │ │   │ ├── clap@1.1.2
│ │ │   │ └── source-map@0.5.6
│ │ │   ├─┬ js-yaml@3.6.1
│ │ │   │ ├─┬ argparse@1.0.9
│ │ │   │ │ └── sprintf-js@1.0.3
│ │ │   │ └── esprima@2.7.3
│ │ │   ├── sax@1.2.1
│ │ │   └── whet.extend@0.9.9
│ │ ├── postcss-unique-selectors@2.0.2
│ │ ├── postcss-value-parser@3.3.0
│ │ └── postcss-zindex@2.2.0
│ ├─┬ loader-utils@0.2.16
│ │ ├── big.js@3.1.3
│ │ ├── emojis-list@2.1.0
│ │ └── json5@0.5.1
│ ├── lodash.camelcase@4.3.0
│ ├── object-assign@4.1.0
│ ├─┬ postcss@5.2.6
│ │ ├── js-base64@2.1.9
│ │ ├── source-map@0.5.6
│ │ └── supports-color@3.1.2
│ ├── postcss-modules-extract-imports@1.0.1
│ ├─┬ postcss-modules-local-by-default@1.1.1
│ │ └── css-selector-tokenizer@0.6.0
│ ├─┬ postcss-modules-scope@1.0.2
│ │ └── css-selector-tokenizer@0.6.0
│ ├─┬ postcss-modules-values@1.2.2
│ │ └── icss-replace-symbols@1.0.2
│ └── source-list-map@0.1.7
├─┬ extract-text-webpack-plugin@2.0.0-beta.4
│ ├── async@1.5.2
│ └─┬ webpack-sources@0.1.3
│   └── source-map@0.5.6
├── google-libphonenumber@2.0.7
├── jasmine-core@2.5.2
├─┬ karma@1.3.0
│ ├── bluebird@3.4.6
│ ├─┬ body-parser@1.15.2
│ │ ├── bytes@2.4.0
│ │ ├── content-type@1.0.2
│ │ ├─┬ debug@2.2.0
│ │ │ └── ms@0.7.1
│ │ ├── depd@1.1.0
│ │ ├─┬ http-errors@1.5.1
│ │ │ ├── setprototypeof@1.0.2
│ │ │ └── statuses@1.3.1
│ │ ├── iconv-lite@0.4.13
│ │ ├─┬ on-finished@2.3.0
│ │ │ └── ee-first@1.1.1
│ │ ├── qs@6.2.0
│ │ ├─┬ raw-body@2.1.7
│ │ │ └── unpipe@1.0.0
│ │ └─┬ type-is@1.6.14
│ │   ├── media-typer@0.3.0
│ │   └─┬ mime-types@2.1.13
│ │     └── mime-db@1.25.0
│ ├─┬ chokidar@1.6.1
│ │ ├─┬ anymatch@1.3.0
│ │ │ ├── arrify@1.0.1
│ │ │ └─┬ micromatch@2.3.11
│ │ │   ├─┬ arr-diff@2.0.0
│ │ │   │ └── arr-flatten@1.0.1
│ │ │   ├─┬ braces@1.8.5
│ │ │   │ ├─┬ expand-range@1.8.2
│ │ │   │ │ └─┬ fill-range@2.2.3
│ │ │   │ │   ├── is-number@2.1.0
│ │ │   │ │   ├── isobject@2.1.0
│ │ │   │ │   └── randomatic@1.1.6
│ │ │   │ ├── preserve@0.2.0
│ │ │   │ └── repeat-element@1.1.2
│ │ │   ├─┬ expand-brackets@0.1.5
│ │ │   │ └── is-posix-bracket@0.1.1
│ │ │   ├── extglob@0.3.2
│ │ │   ├── filename-regex@2.0.0
│ │ │   ├─┬ kind-of@3.1.0
│ │ │   │ └── is-buffer@1.1.4
│ │ │   ├── normalize-path@2.0.1
│ │ │   ├─┬ object.omit@2.0.1
│ │ │   │ ├─┬ for-own@0.1.4
│ │ │   │ │ └── for-in@0.1.6
│ │ │   │ └── is-extendable@0.1.1
│ │ │   ├─┬ parse-glob@3.0.4
│ │ │   │ ├── glob-base@0.3.0
│ │ │   │ └── is-dotfile@1.0.2
│ │ │   └─┬ regex-cache@0.4.3
│ │ │     ├── is-equal-shallow@0.1.3
│ │ │     └── is-primitive@2.0.0
│ │ ├── async-each@1.0.1
│ │ ├─┬ fsevents@1.0.15
│ │ │ ├── nan@2.4.0
│ │ │ └─┬ node-pre-gyp@0.6.29
│ │ │   ├─┬ mkdirp@0.5.1
│ │ │   │ └── minimist@0.0.8
│ │ │   ├─┬ nopt@3.0.6
│ │ │   │ └── abbrev@1.0.9
│ │ │   ├─┬ npmlog@3.1.2
│ │ │   │ ├─┬ are-we-there-yet@1.1.2
│ │ │   │ │ └── delegates@1.0.0
│ │ │   │ ├── console-control-strings@1.1.0
│ │ │   │ ├─┬ gauge@2.6.0
│ │ │   │ │ ├── aproba@1.0.4
│ │ │   │ │ ├── has-color@0.1.7
│ │ │   │ │ ├── has-unicode@2.0.1
│ │ │   │ │ ├── object-assign@4.1.0
│ │ │   │ │ ├── signal-exit@3.0.0
│ │ │   │ │ ├─┬ string-width@1.0.1
│ │ │   │ │ │ ├─┬ code-point-at@1.0.0
│ │ │   │ │ │ │ └── number-is-nan@1.0.0
│ │ │   │ │ │ └── is-fullwidth-code-point@1.0.0
│ │ │   │ │ ├─┬ strip-ansi@3.0.1
│ │ │   │ │ │ └── ansi-regex@2.0.0
│ │ │   │ │ └── wide-align@1.1.0
│ │ │   │ └── set-blocking@2.0.0
│ │ │   ├─┬ rc@1.1.6
│ │ │   │ ├── deep-extend@0.4.1
│ │ │   │ ├── ini@1.3.4
│ │ │   │ ├── minimist@1.2.0
│ │ │   │ └── strip-json-comments@1.0.4
│ │ │   ├─┬ request@2.73.0
│ │ │   │ ├── aws-sign2@0.6.0
│ │ │   │ ├── aws4@1.4.1
│ │ │   │ ├─┬ bl@1.1.2
│ │ │   │ │ └── readable-stream@2.0.6
│ │ │   │ ├── caseless@0.11.0
│ │ │   │ ├─┬ combined-stream@1.0.5
│ │ │   │ │ └── delayed-stream@1.0.0
│ │ │   │ ├── extend@3.0.0
│ │ │   │ ├── forever-agent@0.6.1
│ │ │   │ ├─┬ form-data@1.0.0-rc4
│ │ │   │ │ └── async@1.5.2
│ │ │   │ ├─┬ har-validator@2.0.6
│ │ │   │ │ ├─┬ chalk@1.1.3
│ │ │   │ │ │ ├── ansi-styles@2.2.1
│ │ │   │ │ │ ├── escape-string-regexp@1.0.5
│ │ │   │ │ │ ├── has-ansi@2.0.0
│ │ │   │ │ │ └── supports-color@2.0.0
│ │ │   │ │ ├─┬ commander@2.9.0
│ │ │   │ │ │ └── graceful-readlink@1.0.1
│ │ │   │ │ ├─┬ is-my-json-valid@2.13.1
│ │ │   │ │ │ ├── generate-function@2.0.0
│ │ │   │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │   │ │ │ │ └── is-property@1.0.2
│ │ │   │ │ │ ├── jsonpointer@2.0.0
│ │ │   │ │ │ └── xtend@4.0.1
│ │ │   │ │ └─┬ pinkie-promise@2.0.1
│ │ │   │ │   └── pinkie@2.0.4
│ │ │   │ ├─┬ hawk@3.1.3
│ │ │   │ │ ├── boom@2.10.1
│ │ │   │ │ ├── cryptiles@2.0.5
│ │ │   │ │ ├── hoek@2.16.3
│ │ │   │ │ └── sntp@1.0.9
│ │ │   │ ├─┬ http-signature@1.1.1
│ │ │   │ │ ├── assert-plus@0.2.0
│ │ │   │ │ ├─┬ jsprim@1.3.0
│ │ │   │ │ │ ├── extsprintf@1.0.2
│ │ │   │ │ │ ├── json-schema@0.2.2
│ │ │   │ │ │ └── verror@1.3.6
│ │ │   │ │ └─┬ sshpk@1.8.3
│ │ │   │ │   ├── asn1@0.2.3
│ │ │   │ │   ├── assert-plus@1.0.0
│ │ │   │ │   ├─┬ dashdash@1.14.0
│ │ │   │ │   │ └── assert-plus@1.0.0
│ │ │   │ │   ├── ecc-jsbn@0.1.1
│ │ │   │ │   ├─┬ getpass@0.1.6
│ │ │   │ │   │ └── assert-plus@1.0.0
│ │ │   │ │   ├── jodid25519@1.0.2
│ │ │   │ │   ├── jsbn@0.1.0
│ │ │   │ │   └── tweetnacl@0.13.3
│ │ │   │ ├── is-typedarray@1.0.0
│ │ │   │ ├── isstream@0.1.2
│ │ │   │ ├── json-stringify-safe@5.0.1
│ │ │   │ ├─┬ mime-types@2.1.11
│ │ │   │ │ └── mime-db@1.23.0
│ │ │   │ ├── node-uuid@1.4.7
│ │ │   │ ├── oauth-sign@0.8.2
│ │ │   │ ├── qs@6.2.0
│ │ │   │ ├── stringstream@0.0.5
│ │ │   │ ├── tough-cookie@2.2.2
│ │ │   │ └── tunnel-agent@0.4.3
│ │ │   ├─┬ rimraf@2.5.3
│ │ │   │ └─┬ glob@7.0.5
│ │ │   │   ├── fs.realpath@1.0.0
│ │ │   │   ├── inflight@1.0.5
│ │ │   │   ├─┬ minimatch@3.0.2
│ │ │   │   │ └─┬ brace-expansion@1.1.5
│ │ │   │   │   ├── balanced-match@0.4.2
│ │ │   │   │   └── concat-map@0.0.1
│ │ │   │   └── path-is-absolute@1.0.0
│ │ │   ├── semver@5.2.0
│ │ │   ├─┬ tar@2.2.1
│ │ │   │ ├── block-stream@0.0.9
│ │ │   │ ├─┬ fstream@1.0.10
│ │ │   │ │ └── graceful-fs@4.1.4
│ │ │   │ └── inherits@2.0.1
│ │ │   └─┬ tar-pack@3.1.4
│ │ │     ├─┬ debug@2.2.0
│ │ │     │ └── ms@0.7.1
│ │ │     ├── fstream-ignore@1.0.5
│ │ │     ├─┬ once@1.3.3
│ │ │     │ └── wrappy@1.0.2
│ │ │     ├─┬ readable-stream@2.1.4
│ │ │     │ ├── buffer-shims@1.0.0
│ │ │     │ ├── core-util-is@1.0.2
│ │ │     │ ├── isarray@1.0.0
│ │ │     │ ├── process-nextick-args@1.0.7
│ │ │     │ ├── string_decoder@0.10.31
│ │ │     │ └── util-deprecate@1.0.2
│ │ │     └── uid-number@0.0.6
│ │ ├── glob-parent@2.0.0
│ │ ├─┬ is-binary-path@1.0.1
│ │ │ └── binary-extensions@1.8.0
│ │ ├─┬ is-glob@2.0.1
│ │ │ └── is-extglob@1.0.0
│ │ └─┬ readdirp@2.1.0
│ │   └── set-immediate-shim@1.0.1
│ ├── colors@1.1.2
│ ├── combine-lists@1.0.1
│ ├─┬ connect@3.5.0
│ │ ├─┬ debug@2.2.0
│ │ │ └── ms@0.7.1
│ │ ├─┬ finalhandler@0.5.0
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ └── escape-html@1.0.3
│ │ ├── parseurl@1.3.1
│ │ └── utils-merge@1.0.0
│ ├── core-js@2.4.1
│ ├── di@0.0.1
│ ├─┬ dom-serialize@2.2.1
│ │ ├── custom-event@1.0.1
│ │ ├── ent@2.2.0
│ │ ├── extend@3.0.0
│ │ └── void-elements@2.0.1
│ ├─┬ expand-braces@0.1.2
│ │ ├── array-slice@0.2.3
│ │ ├── array-unique@0.2.1
│ │ └─┬ braces@0.1.5
│ │   └─┬ expand-range@0.1.1
│ │     ├── is-number@0.1.1
│ │     └── repeat-string@0.2.2
│ ├─┬ glob@7.1.1
│ │ └── fs.realpath@1.0.0
│ ├── graceful-fs@4.1.11
│ ├─┬ http-proxy@1.16.2
│ │ ├── eventemitter3@1.2.0
│ │ └── requires-port@1.0.0
│ ├── isbinaryfile@3.0.1
│ ├── lodash@3.10.1
│ ├─┬ log4js@0.6.38
│ │ ├─┬ readable-stream@1.0.34
│ │ │ ├── core-util-is@1.0.2
│ │ │ └── isarray@0.0.1
│ │ └── semver@4.3.6
│ ├── mime@1.3.4
│ ├─┬ optimist@0.6.1
│ │ ├── minimist@0.0.10
│ │ └── wordwrap@0.0.3
│ ├── qjobs@1.1.5
│ ├── range-parser@1.2.0
│ ├─┬ rimraf@2.5.4
│ │ └── glob@7.1.1
│ ├─┬ socket.io@1.4.7
│ │ ├─┬ debug@2.2.0
│ │ │ └── ms@0.7.1
│ │ ├─┬ engine.io@1.6.10
│ │ │ ├─┬ accepts@1.1.4
│ │ │ │ ├─┬ mime-types@2.0.14
│ │ │ │ │ └── mime-db@1.12.0
│ │ │ │ └── negotiator@0.4.9
│ │ │ ├── base64id@0.1.0
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ ├─┬ engine.io-parser@1.2.4
│ │ │ │ ├── after@0.8.1
│ │ │ │ ├── arraybuffer.slice@0.0.6
│ │ │ │ ├── base64-arraybuffer@0.1.2
│ │ │ │ ├── blob@0.0.4
│ │ │ │ ├─┬ has-binary@0.1.6
│ │ │ │ │ └── isarray@0.0.1
│ │ │ │ └── utf8@2.1.0
│ │ │ └─┬ ws@1.0.1
│ │ │   ├── options@0.0.6
│ │ │   └── ultron@1.0.2
│ │ ├─┬ has-binary@0.1.7
│ │ │ └── isarray@0.0.1
│ │ ├─┬ socket.io-adapter@0.4.0
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ └─┬ socket.io-parser@2.2.2
│ │ │   ├── debug@0.7.4
│ │ │   ├── isarray@0.0.1
│ │ │   └── json3@3.2.6
│ │ ├─┬ socket.io-client@1.4.6
│ │ │ ├── backo2@1.0.2
│ │ │ ├── component-bind@1.0.0
│ │ │ ├── component-emitter@1.2.0
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ ├─┬ engine.io-client@1.6.9
│ │ │ │ ├── component-inherit@0.0.3
│ │ │ │ ├─┬ debug@2.2.0
│ │ │ │ │ └── ms@0.7.1
│ │ │ │ ├── has-cors@1.1.0
│ │ │ │ ├── parsejson@0.0.1
│ │ │ │ ├── parseqs@0.0.2
│ │ │ │ ├── xmlhttprequest-ssl@1.5.1
│ │ │ │ └── yeast@0.1.2
│ │ │ ├── indexof@0.0.1
│ │ │ ├── object-component@0.0.3
│ │ │ ├─┬ parseuri@0.0.4
│ │ │ │ └─┬ better-assert@1.0.2
│ │ │ │   └── callsite@1.0.0
│ │ │ └── to-array@0.1.4
│ │ └─┬ socket.io-parser@2.2.6
│ │   ├── benchmark@1.0.0
│ │   ├── component-emitter@1.1.2
│ │   ├─┬ debug@2.2.0
│ │   │ └── ms@0.7.1
│ │   ├── isarray@0.0.1
│ │   └── json3@3.3.2
│ ├── source-map@0.5.6
│ ├─┬ tmp@0.0.28
│ │ └── os-tmpdir@1.0.2
│ └─┬ useragent@2.1.9
│   └── lru-cache@2.2.4
├── karma-jasmine@1.1.0
├─┬ karma-nativescript-launcher@0.4.0
│ └── shelljs@0.5.3
├── lazy@1.0.11
├─┬ nativescript-angular@1.2.0
│ ├── nativescript-intl@0.0.8
│ ├── parse5@1.3.2
│ ├── punycode@1.3.2
│ ├── querystring@0.2.0
│ └── url@0.10.3
├─┬ nativescript-background-http@2.4.1
│ └─┬ tns-core-modules@2.5.0-2016-12-07-4948
│   └── tns-core-modules-widgets@2.5.0-2016-12-07-162
├─┬ nativescript-dev-typescript@0.3.5
│ └── nativescript-hook@0.2.1
├── nativescript-dev-webpack@0.2.15
├── nativescript-fcuuid@1.0.2
├── nativescript-geolocation@0.0.15
├── nativescript-google-analytics@0.3.0
├── nativescript-google-maps-sdk@1.4.2
├── nativescript-iqkeyboardmanager@1.0.1
├── nativescript-permissions@1.2.2
├── nativescript-phone@1.1.0
├── nativescript-purchase@1.0.2
├── nativescript-push-notifications@0.0.19
├── nativescript-unit-test-runner@0.3.4
├── ng2-translate@4.0.0
├── raw-loader@0.5.1
├── reflect-metadata@0.1.8
├─┬ resolve-url-loader@1.6.1
│ ├── camelcase@1.2.1
│ ├── convert-source-map@1.3.0
│ ├─┬ lodash.defaults@3.1.2
│ │ ├─┬ lodash.assign@3.2.0
│ │ │ ├─┬ lodash._baseassign@3.2.0
│ │ │ │ └── lodash._basecopy@3.0.1
│ │ │ ├─┬ lodash._createassigner@3.1.1
│ │ │ │ ├── lodash._bindcallback@3.0.1
│ │ │ │ └── lodash._isiterateecall@3.0.9
│ │ │ └─┬ lodash.keys@3.1.2
│ │ │   ├── lodash._getnative@3.9.1
│ │ │   ├── lodash.isarguments@3.1.0
│ │ │   └── lodash.isarray@3.0.4
│ │ └── lodash.restparam@3.6.1
│ ├─┬ rework@1.0.1
│ │ ├── convert-source-map@0.3.5
│ │ └─┬ css@2.2.1
│ │   ├── source-map@0.1.43
│ │   └─┬ source-map-resolve@0.3.1
│ │     ├── atob@1.1.3
│ │     ├── resolve-url@0.2.1
│ │     └── source-map-url@0.3.0
│ ├── rework-visit@1.0.0
│ ├─┬ source-map@0.1.43
│ │ └── amdefine@1.0.1
│ └── urix@0.1.0
├─┬ rxjs@5.0.0-beta.12
│ └── symbol-observable@1.0.4
├─┬ tns-core-modules@2.4.3
│ └── tns-core-modules-widgets@2.4.0
├── tns-platform-declarations@2.4.3
├── typescript@2.0.10
├── validator@5.7.0
├─┬ webpack@2.1.0-beta.28
│ ├── acorn@4.0.4
│ ├── acorn-dynamic-import@2.0.1
│ ├─┬ ajv@4.10.0
│ │ ├── co@4.6.0
│ │ └─┬ json-stable-stringify@1.0.1
│ │   └── jsonify@0.0.0
│ ├── ajv-keywords@1.2.0
│ ├── async@2.1.4
│ ├── enhanced-resolve@2.3.0
│ ├── interpret@1.0.1
│ ├── json-loader@0.5.4
│ ├── loader-runner@2.2.0
│ ├─┬ memory-fs@0.3.0
│ │ ├─┬ errno@0.1.4
│ │ │ └── prr@0.0.0
│ │ └─┬ readable-stream@2.2.2
│ │   ├── buffer-shims@1.0.0
│ │   ├── process-nextick-args@1.0.7
│ │   └── util-deprecate@1.0.2
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ node-libs-browser@2.0.0
│ │ ├── assert@1.4.1
│ │ ├─┬ browserify-zlib@0.1.4
│ │ │ └── pako@0.2.9
│ │ ├─┬ console-browserify@1.1.0
│ │ │ └── date-now@0.1.4
│ │ ├── constants-browserify@1.0.0
│ │ ├─┬ crypto-browserify@3.11.0
│ │ │ ├─┬ browserify-cipher@1.0.0
│ │ │ │ ├─┬ browserify-aes@1.0.6
│ │ │ │ │ └── buffer-xor@1.0.3
│ │ │ │ ├─┬ browserify-des@1.0.0
│ │ │ │ │ └─┬ des.js@1.0.0
│ │ │ │ │   └── minimalistic-assert@1.0.0
│ │ │ │ └── evp_bytestokey@1.0.0
│ │ │ ├─┬ browserify-sign@4.0.0
│ │ │ │ ├── bn.js@4.11.6
│ │ │ │ ├── browserify-rsa@4.0.1
│ │ │ │ ├─┬ elliptic@6.3.2
│ │ │ │ │ ├── brorand@1.0.6
│ │ │ │ │ └── hash.js@1.0.3
│ │ │ │ └─┬ parse-asn1@5.0.0
│ │ │ │   └── asn1.js@4.9.0
│ │ │ ├── create-ecdh@4.0.0
│ │ │ ├─┬ create-hash@1.1.2
│ │ │ │ ├── cipher-base@1.0.3
│ │ │ │ ├── ripemd160@1.0.1
│ │ │ │ └── sha.js@2.4.8
│ │ │ ├── create-hmac@1.1.4
│ │ │ ├─┬ diffie-hellman@5.0.2
│ │ │ │ └── miller-rabin@4.0.0
│ │ │ ├── pbkdf2@3.0.9
│ │ │ ├── public-encrypt@4.0.0
│ │ │ └── randombytes@2.0.3
│ │ ├── domain-browser@1.1.7
│ │ ├── events@1.1.1
│ │ ├── https-browserify@0.0.1
│ │ ├── os-browserify@0.2.1
│ │ ├── path-browserify@0.0.0
│ │ ├── process@0.11.9
│ │ ├── querystring-es3@0.2.1
│ │ ├── stream-browserify@2.0.1
│ │ ├─┬ stream-http@2.5.0
│ │ │ ├── builtin-status-codes@2.0.0
│ │ │ ├── to-arraybuffer@1.0.1
│ │ │ └── xtend@4.0.1
│ │ ├── string_decoder@0.10.31
│ │ ├─┬ timers-browserify@2.0.2
│ │ │ └── setimmediate@1.0.5
│ │ ├── tty-browserify@0.0.0
│ │ ├── url@0.11.0
│ │ ├─┬ util@0.10.3
│ │ │ └── inherits@2.0.1
│ │ └── vm-browserify@0.0.4
│ ├── source-map@0.5.6
│ ├─┬ supports-color@3.1.2
│ │ └── has-flag@1.0.0
│ ├── tapable@0.2.5
│ ├─┬ uglify-js@2.7.5
│ │ ├── async@0.2.10
│ │ ├── source-map@0.5.6
│ │ ├── uglify-to-browserify@1.0.2
│ │ └─┬ yargs@3.10.0
│ │   ├─┬ cliui@2.1.0
│ │   │ ├─┬ center-align@0.1.3
│ │   │ │ ├─┬ align-text@0.1.4
│ │   │ │ │ ├── longest@1.0.1
│ │   │ │ │ └── repeat-string@1.6.1
│ │   │ │ └── lazy-cache@1.0.4
│ │   │ ├── right-align@0.1.3
│ │   │ └── wordwrap@0.0.2
│ │   └── window-size@0.1.0
│ ├─┬ watchpack@1.1.0
│ │ └── async@2.0.0-rc.4
│ └─┬ yargs@6.5.0
│   ├── camelcase@3.0.0
│   ├─┬ cliui@3.2.0
│   │ └── wrap-ansi@2.1.0
│   ├── get-caller-file@1.0.2
│   ├─┬ os-locale@1.4.0
│   │ └─┬ lcid@1.0.0
│   │   └── invert-kv@1.0.0
│   ├─┬ read-pkg-up@1.0.1
│   │ ├─┬ find-up@1.1.2
│   │ │ ├── path-exists@2.1.0
│   │ │ └─┬ pinkie-promise@2.0.1
│   │ │   └── pinkie@2.0.4
│   │ └─┬ read-pkg@1.1.0
│   │   ├─┬ load-json-file@1.1.0
│   │   │ ├─┬ parse-json@2.2.0
│   │   │ │ └─┬ error-ex@1.3.0
│   │   │ │   └── is-arrayish@0.2.1
│   │   │ ├── pify@2.3.0
│   │   │ └─┬ strip-bom@2.0.0
│   │   │   └── is-utf8@0.2.1
│   │   ├─┬ normalize-package-data@2.3.5
│   │   │ ├── hosted-git-info@2.1.5
│   │   │ ├─┬ is-builtin-module@1.0.0
│   │   │ │ └── builtin-modules@1.1.1
│   │   │ └─┬ validate-npm-package-license@3.0.1
│   │   │   ├─┬ spdx-correct@1.0.2
│   │   │   │ └── spdx-license-ids@1.2.2
│   │   │   └── spdx-expression-parse@1.0.4
│   │   └── path-type@1.1.0
│   ├── require-directory@2.1.1
│   ├── require-main-filename@1.0.1
│   ├── set-blocking@2.0.0
│   ├─┬ string-width@1.0.2
│   │ ├── code-point-at@1.1.0
│   │ └─┬ is-fullwidth-code-point@1.0.0
│   │   └── number-is-nan@1.0.1
│   ├── which-module@1.0.0
│   ├── window-size@0.2.0
│   ├── y18n@3.2.1
│   └─┬ yargs-parser@4.2.0
│     └── camelcase@3.0.0
└── zone.js@0.6.26

I'll try to create a similar project with all the dependencies and startup part for reproduction.

hdeshev commented 7 years ago

Just wanted to say that samplewepackproblem bundles and runs fine on iOS after upgrading to tns-core-modules@2.4.3

ignaciolarranaga commented 7 years ago

Hey, sorry for the delay, I'm progressing slowly. I'm creating a project from scratch replicating all the things I'm using, step by step so I can detect exactly when gets broken and have more context to solve it.

Here is the first finding. I was doing the import of the platformModule in this way:

import platformModule = require("platform");
....
var locale = platformModule.device.language;

which lead me to this error: EXCEPTION: Can't find variable: platformModule

I solve it just moving to the way it is now presented in here: http://docs.nativescript.org/angular/code-samples/platform.html

Despite the previous and only on ios, this error appears #42, but it does not prevent the application from bootstrap.

hdeshev commented 7 years ago

Oh, God, so it's just the old-school import that could break it?! Good to know -- thanks for sharing that!

ignaciolarranaga commented 7 years ago

@hdeshev thanks for the solution for #42, now I had this issue when trying to add lazy loaded modules: #44 I tried remove/add the platform (I think this already happened to me and I solved this way, but still without success) :(