Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23865] iOS: iOS 10 sim with WatchOS 2 sim doesn't work

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2016-09-12T17:03:46.000+0000
Affected Version/sRelease 5.5.0
Fix Version/sRelease 5.5.0, ioslib 0.15.0, ioslib 0.15.1
ComponentsiOS, Tooling
Labelsqe-5.5.0
ReporterEric Wieber
AssigneeChris Barber
Created2016-09-05T11:25:07.000+0000
Updated2016-09-12T22:34:28.000+0000

Description

When I try to launch a WatchApp on simulator (iOS 10 phone sim, WatchOS 2 watch sim), I get the below error: There is no issue with the iOS 10 phone sim + WatchOS 3 watch sim
[ERROR] :  An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=161):
Unable to pair devices
The requested devices do not have OS versions that are compatible with eachother.
IITEM-AX40113:kk1 kkolipaka$ appc run -p ios --launch-watch-app --watch-device-id F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E -l trace
Appcelerator Command-Line Interface, version 5.4.0
Copyright (c) 2014-2016, Appcelerator, Inc.  All Rights Reserved.

2016-09-05T11:41:37.405Z | TRACE  | set environment to {"registry":"https://software.appcelerator.com","security":"https://security.appcelerator.com","baseurl":"https://platform.appcelerator.com"}
2016-09-05T11:41:37.406Z | TRACE  | checking credentials for existing session
2016-09-05T11:41:37.630Z | TRACE  | Attempting to load session info from config file
2016-09-05T11:41:37.635Z | TRACE  | check if session is invalidated
2016-09-05T11:41:43.454Z | TRACE  | registry result 200 application/json undefined undefined false undefined
2016-09-05T11:41:43.464Z | TRACE  | registry returned { expiry: 1473680494034 }
2016-09-05T11:41:43.464Z | TRACE  | refresh session expiry to:  1473680494034
2016-09-05T11:41:43.466Z | TRACE  | session expiry 1473680494034 false
2016-09-05T11:41:43.466Z | TRACE  | Arrow Cloud config file: /Users/kkolipaka/.acs
2016-09-05T11:41:43.469Z | TRACE  | found Arrow Cloud login { mid: '87d2b0b9eb3b3518fa6c2a16184cf800d60f6bb2',
  publishPort: 443,
  publishHost: 'https://admin.cloudapp-enterprise.appcelerator.com',
  username: 'kkolipaka@appcelerator.com',
  cookie: [ 'connect.sid=s%3AaSzUY%2FTopg6d1FAaO8EBkts4.h%2F5RHDszVkvwD8p2lCqYoWcr7298DHcRm8lo8mcKbCM; Path=/; Expires=Mon, 19 Sep 2016 06:36:52 GMT; HttpOnly' ],
  defaultEP: 
   { publishHost: 'https://admin.cloudapp-enterprise.appcelerator.com',
     publishPort: 443 } } , checking nodeACSEndpoint= https://admin.cloudapp-enterprise.appcelerator.com
2016-09-05T11:41:43.469Z | TRACE  | Arrow Cloud cookie expiry [ 1474267012000 ]
2016-09-05T11:41:43.470Z | TRACE  | session already loaded in opts.session
2016-09-05T11:41:43.471Z | TRACE  | getCredentials() session:
{
  "ipaddress": "10.148.171.21",
  "username": "kkolipaka@appcelerator.com",
  "password": "<OMITTED>",
  "session": "<OMITTED>",
  "nonce": "<OMITTED>",
  "environment": {
    "name": "production",
    "isProduction": true,
    "acsBaseUrl": "https://api.cloud.appcelerator.com",
    "acsAuthBaseUrl": "https://secure-identity.cloud.appcelerator.com",
    "nodeACSEndpoint": "https://admin.cloudapp-enterprise.appcelerator.com"
  },
  "token": "<OMITTED>",
  "fingerprint": "87d2b0b9eb3b3518fa6c2a16184cf800d60f6bb2",
  "fingerprint_description": "Mac OSX Serial Number: C02RR1RMG8WP",
  "org_id": 100000328,
  "expiry": 1473680494034
}
2016-09-05T11:41:43.472Z | TRACE  | loading plugins for command "run"
2016-09-05T11:41:43.525Z | TRACE  | run search paths:
[
  "/Users/kkolipaka/.appcelerator/install/5.4.0/package",
  "/Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules",
  "/Users/kkolipaka/Documents/runtime-Titanium-360/kk1/plugins",
  "/Users/kkolipaka/Documents/runtime-Titanium-360/kk1/node_modules",
  "/Users/kkolipaka/Documents/runtime-Titanium-360/node_modules",
  "/Users/kkolipaka/Documents/node_modules",
  "/Users/kkolipaka/node_modules",
  "/Users/node_modules",
  "/node_modules",
  "/Users/kkolipaka/.appcelerator/.npm/lib/node_modules"
]
2016-09-05T11:41:43.526Z | DEBUG  | [PLUGIN-LOAD] 0ms /Users/kkolipaka/.appcelerator/install/5.4.0/package/appc.js
2016-09-05T11:41:43.844Z | DEBUG  | [PLUGIN-LOAD] 313ms /Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/appc-cli-titanium/appc.js
2016-09-05T11:41:43.845Z | DEBUG  | run plugin: /Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/appc-cli-titanium
2016-09-05T11:41:43.847Z | DEBUG  | [PLUGIN-LOAD] 0ms /Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/arrow/appc.js
2016-09-05T11:41:43.850Z | DEBUG  | run plugin: /Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/arrow
2016-09-05T11:41:43.868Z | TRACE  | plugin "arrow" failed its "when" function check, skipping...
2016-09-05T11:41:43.869Z | TRACE  | loading plugin "titanium" for command "run" CLI options via function
2016-09-05T11:41:43.870Z | TRACE  | loading plugin "titanium" for command "run" CLI options via array
2016-09-05T11:41:43.876Z | TRACE  | executing command "run" with the following plugins:
["titanium"]
2016-09-05T11:41:43.878Z | TRACE  | Attempting to load session info from config file
2016-09-05T11:41:43.878Z | TRACE  | check if session is invalidated
2016-09-05T11:41:47.444Z | TRACE  | registry result 200 application/json undefined undefined false undefined
2016-09-05T11:41:47.444Z | TRACE  | registry returned { expiry: 1473680498266 }
2016-09-05T11:41:47.444Z | TRACE  | refresh session expiry to:  1473680498266
2016-09-05T11:41:47.445Z | TRACE  | session expiry 1473680498266 false
2016-09-05T11:41:47.446Z | TRACE  | session already loaded in opts.session
2016-09-05T11:41:47.448Z | DEBUG  | Titanium Downloads Last Checked: 1473062416786
9/5/2016, 4:41:49 AM

Operating System
  Name                        = Mac OS X
  Version                     = 10.11.6
  Architecture                = 64bit
  # CPUs                      = 8
  Memory                      = 17179869184

Node.js
  Node.js Version             = 6.0.0
  npm Version                 = 3.8.6

Titanium CLI
  CLI Version                 = 5.0.9

Titanium SDK
  SDK Version                 = 5.5.0.v20160904203801
  SDK Path                    = /Users/kkolipaka/Library/Application Support/Titanium/mobilesdk/osx/5.5.0.v20160904203801
  Target Platform             = iphone

Command
  /usr/local/bin/node /Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/titanium/lib/titanium.js build run -p ios --launch-watch-app --watch-device-id F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E -l trace --config-file /var/folders/54/ygfgj59s2f98jtxjv9qt28fh0000gq/T/build-1473075707446.json --no-banner --project-dir /Users/kkolipaka/Documents/runtime-Titanium-360/kk1

[TRACE] [ioslib] No iOS Simulator UDID specified, searching for best match
[TRACE] [ioslib] Validating Watch Simulator UDID F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E
[TRACE] [ioslib] Found Watch Simulator UDID F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E
[TRACE] [ioslib] Scanning Xcodes: 8.0:8S201h
[TRACE] [ioslib] Autoselected iOS Simulator: iPhone SE
[TRACE] [ioslib]   UDID    = 5B7DF50A-CB0A-4D01-A565-EC9E276291C3
[TRACE] [ioslib]   iOS     = 10.0
[TRACE] [ioslib] Selected WatchOS Simulator: Apple Watch - 38mm
[TRACE] [ioslib]   UDID    = F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E
[TRACE] [ioslib]   WatchOS = 2.0
[TRACE] [ioslib] Autoselected Xcode: 8.0
[DEBUG] Detecting modules in /Users/kkolipaka/Library/Application Support/Titanium/modules
[DEBUG] Detected android module: com.appcelerator.apm 1.1.5 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/com.appcelerator.apm/1.1.5
[DEBUG] Detected android module: facebook 5.2.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/facebook/5.2.0
[DEBUG] Detected android module: hyperloop 1.2.6 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/hyperloop/1.2.6
[DEBUG] Detected android module: ti.cloudpush 3.4.1 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/ti.cloudpush/3.4.1
[DEBUG] Detected android module: ti.map 2.3.10 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/ti.map/2.3.10
[DEBUG] Detected android module: ti.touchid 1.0.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/ti.touchid/1.0.0
[DEBUG] Detected commonjs module: ti.cloud 3.2.11 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.11
[DEBUG] Detected iphone module: com.appcelerator.apm 1.1.5 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/com.appcelerator.apm/1.1.5
[DEBUG] Detected iphone module: com.appcelerator.urlSession 2.0.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/com.appcelerator.urlSession/2.0.0
[DEBUG] Detected iphone module: facebook 5.2.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/facebook/5.2.0
[DEBUG] Detected iphone module: hyperloop 1.2.6 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/hyperloop/1.2.6
[DEBUG] Detected iphone module: ti.coremotion 2.0.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/ti.coremotion/2.0.0
[DEBUG] Detected iphone module: ti.map 2.7.1 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/ti.map/2.7.1
[DEBUG] Detected iphone module: ti.safaridialog 1.0.5 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/ti.safaridialog/1.0.5
[DEBUG] Detected iphone module: ti.touchid 1.2.2 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/ti.touchid/1.2.2
[DEBUG] Looking for Titanium module id=hyperloop version=latest platform=iphone deploy-type=development
[INFO]  Found Titanium module id=hyperloop version=1.2.6 platform=iphone deploy-type=development path=/Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/hyperloop/1.2.6
[DEBUG] Looking for Titanium module id=com.appcelerator.apm version=latest platform=iphone deploy-type=development
[INFO]  Found Titanium module id=com.appcelerator.apm version=1.1.5 platform=iphone deploy-type=development path=/Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/com.appcelerator.apm/1.1.5
[DEBUG] Looking for Titanium module id=ti.cloud version=latest platform=commonjs deploy-type=development
[INFO]  Found Titanium module id=ti.cloud version=3.2.11 platform=commonjs deploy-type=development path=/Users/kkolipaka/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.11
[DEBUG] Detecting plugins in /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/plugins
[DEBUG] Detected plugin: ti.alloy @ /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/plugins/ti.alloy
[DEBUG] Detecting plugins in /Users/kkolipaka/Library/Application Support/Titanium/plugins
[DEBUG] Detected plugin: com.appcelerator.test @ /Users/kkolipaka/Library/Application Support/Titanium/plugins/com.appcelerator.test
[DEBUG] Detected plugin: hyperloop @ /Users/kkolipaka/Library/Application Support/Titanium/plugins/hyperloop
[DEBUG] Looking for Titanium plugin id=ti.alloy version=1.0
[INFO]  Found Titanium plugin id=ti.alloy version=1.0 
[DEBUG] Looking for Titanium plugin id=hyperloop version=latest
[INFO]  Found Titanium plugin id=hyperloop version=latest 
[TRACE] Snapshotting build directory
[DEBUG] Titanium SDK iOS directory: /Users/kkolipaka/Library/Application Support/Titanium/mobilesdk/osx/5.5.0.v20160904203801/iphone
[INFO]  Deploy type: development
[INFO]  Building for target: simulator
[INFO]  Building using iOS SDK: 10.0
[INFO]  Building for iOS Simulator: iPhone SE
[DEBUG] UDID: 5B7DF50A-CB0A-4D01-A565-EC9E276291C3
[DEBUG] Simulator type: iphone
[DEBUG] Simulator version: 10.0
[INFO]  Building for device family: universal
[DEBUG] Setting Xcode target to Debug
[DEBUG] Setting Xcode build OS to iphonesimulator
[DEBUG] Xcode installation: /Applications/Xcode-beta.app/Contents/Developer
[DEBUG] iOS WWDR certificate: installed
[INFO]  Minimum iOS version: 8.0
[INFO]  Debugging disabled
[INFO]  Profiler disabled
[INFO]  Set to copy files instead of symlinking
[INFO]  Initializing the build directory
[INFO]  Found Alloy app in /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/app
[INFO]  Executing Alloy compile: /usr/local/bin/node /Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/alloy/bin/alloy compile /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/app --config platform=ios,version=0,simtype=none,devicefamily=universal,deploytype=development,target=simulator
[DEBUG]        .__  .__                
[DEBUG] _____  |  | |  |   ____ ___.__.
[DEBUG] \__  \ |  | |  |  /  _ <   |  |
[DEBUG]  / __ \|  |_|  |_(  <_> )___  |
[DEBUG] (____  /____/____/\____// ____|
[DEBUG]      \/                 \/
[DEBUG] Alloy 1.9.1 by Appcelerator. The MVC app framework for Titanium.
[DEBUG]   
[DEBUG] ----- CONFIGURATION -----
[DEBUG] raw config = "platform=ios,version=0,simtype=none,devicefamily=universal,deploytype=development,target=simulator"
[DEBUG] platform = ios
[DEBUG] version = 0
[DEBUG] simtype = none
[DEBUG] devicefamily = universal
[DEBUG] deploytype = development
[DEBUG] target = simulator
[DEBUG] project path = /Users/kkolipaka/Documents/runtime-Titanium-360/kk1
[DEBUG] app path = /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/app
[DEBUG]   
[WARN]  Generated "/i18n" directory is not ignored by Git, please add it to your .gitignore
[WARN]  Generated "/platform" directory is not ignored by Git, please add it to your .gitignore
[DEBUG]   
[DEBUG] ----- CONFIG.JSON -----
[DEBUG] dependencies = {}
[INFO]   [config.json] config.json unchanged, using cached config.json...
[DEBUG] { 
[DEBUG]   "dependencies": {},
[DEBUG]   "sourcemap": true,
[DEBUG]   "autoStyle": false,
[DEBUG]   "adapters": [
[DEBUG]     "localStorage",
[DEBUG]     "properties",
[DEBUG]     "sql"
[DEBUG]   ]
[DEBUG] } 
[DEBUG]   
[DEBUG] ----- CLEANING RESOURCES -----
[DEBUG] Removing orphaned controllers ...
[DEBUG] Removing orphaned models ...
[DEBUG] Removing orphaned styles ...
[DEBUG] Removing orphaned sync adapters...
[DEBUG] Removing orphaned assets and libs...
[DEBUG]   
[DEBUG] ----- BASE RUNTIME FILES -----
[TRACE] SRC_DIR=/Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/alloy/Alloy/lib
[TRACE] Copying SRC_DIR/alloy/sync/sql.js --> Resources/iphone/alloy/sync/sql.js
[TRACE] Copying SRC_DIR/alloy/sync/properties.js --> Resources/iphone/alloy/sync/properties.js
[TRACE] Copying SRC_DIR/alloy/sync/localStorage.js --> Resources/iphone/alloy/sync/localStorage.js
[TRACE] Copying SRC_DIR/alloy/controllers/BaseController.js --> Resources/iphone/alloy/controllers/BaseController.js
[TRACE] Copying SRC_DIR/alloy/widget.js --> Resources/iphone/alloy/widget.js
[TRACE] Copying SRC_DIR/alloy/underscore.js --> Resources/iphone/alloy/underscore.js
[TRACE]   
[TRACE] Generating ../Resources/iphone/alloy.js
[TRACE] SRC_DIR=/Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/alloy/Alloy/common
[TRACE] Copying SRC_DIR/constants.js --> Resources/iphone/alloy/constants.js
[TRACE]   
[TRACE] SRC_DIR=/Users/kkolipaka/Documents/runtime-Titanium-360/kk1/app/assets
[TRACE]   
[DEBUG] Resetting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/platform/ios
[DEBUG]   
[DEBUG] Resetting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/i18n
[DEBUG]   
[INFO]  ----- MVC GENERATION -----
[INFO]  [global style] loading from cache...
[INFO]  [index.xml] view processing...
[INFO]    style:      "index.tss"
[INFO]    view:       "index.xml"
[INFO]    controller: "index.js"
[TRACE] - Processing "builtins" module...
[TRACE] - Processing "optimizer" module...
[TRACE] - Processing "compress" module...
[INFO]    created:    "Resources/iphone/alloy/controllers/index.js"
[DEBUG]   map:        "build/map/Resources/iphone/alloy/controllers/index.js.map"
[INFO]    created:     "Resources/iphone/alloy/styles/index.js"
[INFO]   
[INFO]  [app.js] using cached app.js...
[INFO]   
[INFO]  ----- OPTIMIZING -----
[INFO]  - iphone/alloy.js
[TRACE]   processing "builtins" module...
[TRACE]   processing "optimizer" module...
[TRACE]   processing "compress" module...
[INFO]  - iphone/alloy/sync/localStorage.js
[TRACE]   processing "builtins" module...
[TRACE]   processing "optimizer" module...
[TRACE]   processing "compress" module...
[INFO]  - iphone/alloy/sync/properties.js
[TRACE]   processing "builtins" module...
[TRACE]   processing "optimizer" module...
[TRACE]   processing "compress" module...
[INFO]  - iphone/alloy/sync/sql.js
[TRACE]   processing "builtins" module...
[TRACE]   processing "optimizer" module...
[TRACE]   processing "compress" module...
[TRACE]   
[TRACE] Benchmarking
[TRACE] ------------
[TRACE] [0.52595s] TOTAL
[INFO]   
[INFO]  Alloy compiled in 0.52595s
[INFO]  Alloy compiler completed successfully
[INFO]  Hyperloop compiler works best with the built-in iOS JavaScript library.
[INFO]  Add the following to your tiapp.xml <ios> section to enable or disable this:
[INFO]   
[INFO]          <use-jscore-framework>true</use-jscore-framework>
[INFO]   
[INFO]  Using Titanium JavaScriptCore by default when not specified.
[DEBUG] Using Hyperloop library -> libhyperloop-ticore.a
[DEBUG] [Hyperloop] No CocoaPods file found
[TRACE] offline build file /var/folders/54/ygfgj59s2f98jtxjv9qt28fh0000gq/T/build-7da7d9faefbda7c19f425e2a3425b692187bf0be.json
[TRACE] online 1
[TRACE] optimizing build, last build was 11790.949 sec ago
[INFO]  Creating Xcode project
[TRACE] Removing pre-compile phase
[TRACE] Adding 2 native module libraries
[TRACE] Adding 1 iOS extension
[WARN]  WatchKit App detected, changing minimum iOS deployment target from 8.0 to 9.0
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/kk1.xcodeproj/project.pbxproj
[INFO]  Creating Entitlements.plist
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/kk1.entitlements
[INFO]  Creating Info.plist
[DEBUG] Checking for Splash Screen localization
[INFO]  Disabling ATS
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Info.plist
[INFO]  Creating main.m
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/main.m
[INFO]  Creating Xcode config files
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/project.xcconfig
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/module.xcconfig
[INFO]  Copying Titanium libraries
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/lib/libTiCore.a
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/lib/libtiverify.a
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/lib/libti_ios_debugger.a
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/lib/libti_ios_profiler.a
[INFO]  Copying Titanium iOS files
[TRACE] Skipping Classes/ApplicationRouting.m, it'll be processed later
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/kk1_Prefix.pch
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/kk1.xcodeproj/xcshareddata/xcschemes/kk1.xcscheme
[INFO]  Installing default LaunchScreen.storyboard
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/LaunchScreen.storyboard
[INFO]  Copying iOS extensions
[DEBUG] Copying watch3test
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-24@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-24@2x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-27.5@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-27.5@2x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-44@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-44@2x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-86@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-86@2x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-98@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-98@2x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Base.lproj/Interface.storyboard => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Base.lproj/Interface.storyboard
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Info.plist
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit Extension/Assets.xcassets/README__ignoredByTemplate__ => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit Extension/Assets.xcassets/README__ignoredByTemplate__
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit Extension/ExtensionDelegate.swift => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit Extension/ExtensionDelegate.swift
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit Extension/Info.plist => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit Extension/Info.plist
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit Extension/InterfaceController.swift => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit Extension/InterfaceController.swift
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit Extension/NotificationController.swift => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit Extension/NotificationController.swift
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit Extension/PushNotificationPayload.apns => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit Extension/PushNotificationPayload.apns
[INFO]  Creating debugger and profiler plists
[DEBUG] Skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/debugger.plist
[DEBUG] Skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/profiler.plist
[INFO]  Analyzing Resources directory
[INFO]  Analyzing platform files
[INFO]  Analyzing module files
[INFO]  Analyzing localized launch images
[INFO]  Analyzing CommonJS modules
[INFO]  Creating asset catalog
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/Contents.json
[INFO]  Creating app icon set
[TRACE] Found generated 29x29 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small.png
[TRACE] Found generated 58x58 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small@2x.png
[TRACE] Found generated 87x87 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small@3x.png
[TRACE] Found generated 40x40 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small-40.png
[TRACE] Found generated 80x80 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small-40@2x.png
[TRACE] Found generated 120x120 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small-40@3x.png
[TRACE] Found generated 120x120 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-60@2x.png
[TRACE] Found generated 180x180 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-60@3x.png
[TRACE] Found generated 76x76 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-76.png
[TRACE] Found generated 152x152 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-76@2x.png
[TRACE] Found generated 167x167 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-83.5@2x.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/Contents.json
[INFO]  Creating launch logo image set
[TRACE] Found generated 320x320 launch logo: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchLogo.imageset/LaunchLogo~iphone.png
[TRACE] Found generated 374x374 launch logo: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchLogo.imageset/LaunchLogo@2x~iphone.png
[TRACE] Found generated 621x621 launch logo: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchLogo.imageset/LaunchLogo@3x~iphone.png
[TRACE] Found generated 384x384 launch logo: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchLogo.imageset/LaunchLogo~ipad.png
[TRACE] Found generated 1024x1024 launch logo: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchLogo.imageset/LaunchLogo@2x~ipad.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchLogo.imageset/Contents.json
[INFO]  Creating launch image set
[DEBUG] Unsupported launch image Resources/iphone/Default.png, skipping
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Contents.json
[INFO]  Creating assets image set
[DEBUG] Copying resources
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/platform/ios/alloy_generated => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/alloy_generated
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-568h@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-667h@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape-736h@3x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-Landscape-736h@3x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape-736h@3x.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-Landscape.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-Landscape@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait-736h@3x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-Portrait-736h@3x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait-736h@3x.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-Portrait.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-Portrait@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default@2x.png
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default@2x.png
[DEBUG] Copying CSS files
[INFO]  Processing JavaScript files
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/CFG.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/CFG.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/CFG.js
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/app.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/app.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/app.js
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/backbone.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/backbone.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/backbone.js
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/constants.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/constants.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/constants.js
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/controllers/BaseController.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/controllers/BaseController.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/controllers/BaseController.js
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/controllers/index.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/controllers/index.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/controllers/index.js
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/styles/index.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/styles/index.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/styles/index.js
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/sync/localStorage.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/sync/localStorage.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/sync/localStorage.js
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/sync/properties.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/sync/properties.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/sync/properties.js
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/sync/sql.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/sync/sql.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/sync/sql.js
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/underscore.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/underscore.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/underscore.js
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/widget.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/widget.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/widget.js
[DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy.js
[DEBUG] Overwriting /Users/kkolipaka/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.11/ti.cloud.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/ti.cloud.js
[DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/ti.cloud.js
[INFO]  Writing app properties
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/_app_props_.json
[DEBUG] Using default application routing
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Classes/ApplicationRouting.m
[INFO]  Writing i18n files
[DEBUG] Compiling localization files
[DEBUG] No i18n files to process
[INFO]  Processing Titanium symbols
[DEBUG] Processing Titanium namespace resources
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/modules/ui/images/badge.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/modules/ui/images/closeButton.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/modules/ui/images/photoDefault.png
[TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Classes/defines.h
[INFO]  Removing files
[DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/metabase-mappings-iphonesimulator-8.0.json
[DEBUG] Removing empty directories
[INFO]  Starting Hyperloop assembly
[INFO]  Skipping Hyperloop compile, no usage found ...
[TRACE] Symbol references up-to-date
[DEBUG] Skipping stub generation
[INFO]  Finished Hyperloop assembly in 0.01 seconds
[INFO]  Skipping xcodebuild
[INFO]  Finished building the application in 6s 862ms
[INFO]  Launching iOS Simulator
[TRACE] [ioslib] Found watchOS 3.0 app: com.appc.watchkitapp
[TRACE] [ioslib] Selected iOS Simulator: iPhone SE
[TRACE] [ioslib]   UDID    = 5B7DF50A-CB0A-4D01-A565-EC9E276291C3
[TRACE] [ioslib]   iOS     = 10.0
[TRACE] [ioslib] Selected WatchOS Simulator: Apple Watch - 38mm
[TRACE] [ioslib]   UDID    = F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E
[TRACE] [ioslib]   WatchOS = 2.0
[TRACE] [ioslib] Autoselected Xcode: 8.0
[TRACE] [ioslib] Running: /Applications/Xcode-beta.app/Contents/Developer/usr/bin/simctl list pairs --json
[TRACE] [ioslib] Pairing iOS and watchOS simulator pair: F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E -> 5B7DF50A-CB0A-4D01-A565-EC9E276291C3
[TRACE] [ioslib] Running: /Applications/Xcode-beta.app/Contents/Developer/usr/bin/simctl pair F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E 5B7DF50A-CB0A-4D01-A565-EC9E276291C3
[ERROR] An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=161):
Unable to pair devices
The requested devices do not have OS versions that are compatible with eachother.
 

Attachments

FileDateSize
tiinfo_ios_version5_1.json2016-09-10T08:46:35.000+0000167814
watchsim.json2016-09-05T11:38:46.000+0000110853

Comments

  1. Kondal Kolipaka 2016-09-05

    Please find the simulator version info
            
            {
       	"ios": {
       		"detectVersion": "4.0",
       		"issues": [],
       		"provisioning": {
       			"profileDir": "/Users/kkolipaka/Library/MobileDevice/Provisioning Profiles",
       			"development": [
       				{
       					"file": "/Users/kkolipaka/Library/MobileDevice/Provisioning Profiles/646b9760-b973-4aec-9ed0-61d37361a91a.mobileprovision",
       					"uuid": "646b9760-b973-4aec-9ed0-61d37361a91a",
       					"name": "Any App Development",
       					"appPrefix": "WY35J6ST95",
       					"creationDate": "2016-02-12T22:23:22.000Z",
       					"expirationDate": "2017-02-11T22:23:22.000Z",
       					"expired": false,
       					"certs": [
       						"MIIFmjCCBIKgAwIBAgIIBDtuzIAqD4EwDQYJKoZIhvcNAQELBQAwgZYxCzAJBgNVBAYTAlVTMRMwEQYDVQQKDApBcHBsZSBJbmMuMSwwKgYDVQQLDCNBcHBsZSBXb3JsZHdpZGUgRGV2ZWxvcGVyIFJlbGF0aW9uczFEMEIGA1UEAww7QXBwbGUgV29ybGR3aWRlIERldmVsb3BlciBSZWxhdGlvbnMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTYwMjEyMjIwNzIxWhcNMTcwMjExMjIwNzIxWjCBjTEaMBgGCgmSJomT8ixkAQEMCkhTVVdZSzVYNjcxNTAzBgNVBAMMLGlQaG9uZSBEZXZlbG9wZXI6IFFFIERlcGFydG1lbnQgKEM2NDg2NFRGMkwpMRMwEQYDVQQLDApXWTM1SjZTVDk1MRYwFAYDVQQKDA1NaWNoYWVsIEFzaGVyMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMMtcXYUKfhZIPhevIlBxZ+MiqZRtPWe3FbMxuvkYwxjhu+pATR3OEPSGP9O7yb7DSXcUgQRx1noe2m0P2oQG09Iq5i+KP4Ergt5JSM5vFKE7r4ECKUku2P0fQ1Kpta1/ZP+0CVT2+j9tm5Pojy++QiqZX/EmRZ0HtXQx4VjXW6wm96PHXeZjaOBAXPf6m3PWK5GoAMJHMwLugDoHI2Nis2CPLXpirAgN2YGn/AMabHalWZ+PSYeK6Hpq2v/ci/OLy1C/umV4hKt0/rXShzE+amb7Fm9ig145n4qmQsOdcMDuKsY6KZcS+LvPnI+zXA0RTvScG0RtUr4XXdljzi0wRECAwEAAaOCAfEwggHtMD8GCCsGAQUFBwEBBDMwMTAvBggrBgEFBQcwAYYjaHR0cDovL29jc3AuYXBwbGUuY29tL29jc3AwMy13d2RyMDEwHQYDVR0OBBYEFI2qVE4AgVFLi63ElPihCofOI2ebMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUiCcXCam2GGCL7Ou69kdZxVJUo7cwggEdBgNVHSAEggEUMIIBEDCCAQwGCSqGSIb3Y2QFATCB/jCBwwYIKwYBBQUHAgIwgbYMgbNSZWxpYW5jZSBvbiB0aGlzIGNlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBhc3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFyZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRlIHBvbGljeSBhbmQgY2VydGlmaWNhdGlvbiBwcmFjdGljZSBzdGF0ZW1lbnRzLjA2BggrBgEFBQcCARYqaHR0cDovL3d3dy5hcHBsZS5jb20vY2VydGlmaWNhdGVhdXRob3JpdHkvMA4GA1UdDwEB/wQEAwIHgDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDAzATBgoqhkiG92NkBgECAQH/BAIFADANBgkqhkiG9w0BAQsFAAOCAQEArN29EL2QvHweEcu5BBcu/Bjfph0S+qYgjvEoDlhH7uZq6iTmXgprJTzM2iZjcuTBmbUdrA2mRbI7k/dzuAIhJ2BTrvWIi8dQZZ51xGnDq6xkFH72uXmzCQAYUGOd8p3+VsEGZiRWK6fWCYnNUmaF7vA5yKoBEBhTRlhxOZg+SAeBudfXwMXETG6YwTzRB2V9XkRxwq0LA0qsISPurEJt7uLM47SN0yjrcq85mQvu3bTEMptg4Jge9nlcIDtXF01+NM7eO7NEjVIBj3lB9ClFw1DQsySXCTARqCwjORsE5mPKiYRuIKVsoPwkTRtCQAC1J8PEA+7m9ASqsBMeYVYzrw=="
       					],
       					"devices": [
       						"a446deb53d437016b19e023c1c3b76770502f562",
       						"76a5e4ebb444793726037b24ebee98021ad94488",
       						"6879afe18340a1f21903bffe27c4832c98705bec",
       						"08c9b48b525c89f669d08d825ba9ff34d8a5a634",
       						"463d88d4ef3a3d8c24e16a91923960ca4f30d7bf",
       						"5ef59f6a14fec448e75f6021a3f48eb9d980ba88",
       						"b4025deb651ac5b1830bff9c228a1385146a82a8",
       						"ff1777937b6edcb73172d888847954950605b0c7",
       						"cc41882bb50f48942b13fec5ccad8ce88e4cc0cf",
       						"a206f64ba5e23080c81d16d814f94254a90254ee",
       						"86892353828481cc020e5a1f8c184fea936d5cbd",
       						"2c7746668ea98c2667e919c341f7b7d1086a10ce",
       						"a48c88ab4fdd34669da3c8140aa68b6bd042dde3",
       						"b9fca061077b098bdb9788dbe26fe01d8ea7da28",
       						"d7fbdf5c72ce332ce65649737414aa0278706314",
       						"1695e43b6a2ef79a8ab6ce90d6ff78f313500671",
       						"02180e12529d8bbb26d68eb1734303d4ceae43ad",
       						"e6521e055850a1a6ddc1c729492bb2425e0ef8ce",
       						"d3af08e80c084399e7787b967950e13fb4945b62",
       						"01dc4d9aee2ac3836d6041c9e0f4623e97603525",
       						"6fc2775223f70cf74bf3e5eed9ae106fb7c76308",
       						"d91f52190101651ff11616c2fc63547df1fca0eb",
       						"2809991a6d680c8d369a3ce282d96dcfa7aa3463",
       						"2a074292cb3a4ffabd81874fb7010d3e661a6668",
       						"eec50dd1d90d92f49bda68209302b6fedcab3ae5",
       						"5a7939220710b7de57fbced5690a00c4959bafcf",
       						"4517c01a416400c14a9515463a2e865dc88f5784",
       						"361defa0639879dea025bcd94875d55ec078df38",
       						"ba9f08368dab05f948e409989a2d2a0a058d846c",
       						"f252506bb75265870a38ac7668d59639c9192cf9",
       						"f8052c8714f0b9585a8f89274f447bbd4eda1601",
       						"aaab7030a0447b3758a6a5633ca6c467caaced6e",
       						"d69b0f4512f0d84ac88ddd0e9a500b428dac8d82",
       						"a56224590cb0aff26104b7895c64e2a96aebd828",
       						"07bd642a76a975b24b349ddbabdf02ebe23d99be",
       						"7c6adaebf8cba832c03598132d12bb235bf88cc9",
       						"63ebc71874c70045671985fce59e80e72ee9dbca",
       						"86807de5afe47a1bc215ef93c983a51b7d486c3a",
       						"674a524bc12590ea1fb827beaae4a957fcccb24b",
       						"08e438859cff384c07529d645ca188746afeb8c7",
       						"85d6771aae4347e3280b01864dbd7af9084c6cfa",
       						"e9299833f5b603d06e1b974a656bd79421304dcf",
       						"8b7aed3ff199c3ff30d6c0c37c8a4d212ebd5edd",
       						"1fe27930ff1dad91ce5d0f9f2ff2fc19e698c7aa",
       						"1c50eb14a9e1936658876a3aeff562c6063234e5",
       						"7724fca72efbfb71b1b1ff015579c148458f1f78",
       						"4f0566e6f45c6e84def79a87ea862fe0d4669c7b",
       						"742e38a2257ba96fb5e63828a36a38bf6977a9bb",
       						"9e2b5ef18d95a56d353809d780585c5d2a0defc0",
       						"6c52e362235a16580f69c9cb0b0a5586d55e88fc",
       						"3a92bb51bf7a81e7ea1edd00163411482e0637f9",
       						"8213f6778adb0fab23334301c737ea3a6842be34",
       						"091aa0a7cdebeb5907e60a37593398af40406f58",
       						"7424d3a92ff64b515570b71c485751fb243151de",
       						"ad8d6105d3c7174713061fe272fb1bfec1052836",
       						"ecebbee5ee76ba1862cc036fa1f015712d356c8e",
       						"abdbf56906b8507685161276982c2a1a268cc4a0",
       						"2b2e2629556e2371deac10e7962c27c53c042a68",
       						"b9e4068e846c3fe035f2a29b00a63fa09fd34ccd",
       						"64dd0d5053d52ca5ce59c2ffd47a47bd1df0a9e9",
       						"11c91f0a210ff4f5b4e5856a8e40dd55e6502faa",
       						"87a929ad39367500f8ac06ae1cacca3ed7fd3a6a",
       						"42ab82ccdde935db875b79ba9d2c41e5d5fc02ed",
       						"5932cfe81ed688270feea10ab694b8abb2815c62",
       						"632600f05f4fef89532f7a8111719b892dc98dad",
       						"5838dd59dc5effd713300850dad4d4de4ea38ff6",
       						"6b1a4d63177f249894658ff0fb70f761faa0dbfa"
       					],
       					"team": [
       						"WY35J6ST95"
       					],
       					"appId": "*",
       					"getTaskAllow": true,
       					"apsEnvironment": ""
       				},
       				{
       					"file": "/Users/kkolipaka/Library/MobileDevice/Provisioning Profiles/8a1a483c-1037-40a2-8b50-5ecabd47d34d.mobileprovision",
       					"uuid": "8a1a483c-1037-40a2-8b50-5ecabd47d34d",
       					"name": "SGAppcProfile",
       					"appPrefix": "WP4952RUHJ",
       					"creationDate": "2016-08-16T07:48:38.000Z",
       					"expirationDate": "2017-08-16T07:48:38.000Z",
       					"expired": false,
       					"certs": [
       						"MIIFoTCCBImgAwIBAgIITPi33Wnw1FMwDQYJKoZIhvcNAQELBQAwgZYxCzAJBgNVBAYTAlVTMRMwEQYDVQQKDApBcHBsZSBJbmMuMSwwKgYDVQQLDCNBcHBsZSBXb3JsZHdpZGUgRGV2ZWxvcGVyIFJlbGF0aW9uczFEMEIGA1UEAww7QXBwbGUgV29ybGR3aWRlIERldmVsb3BlciBSZWxhdGlvbnMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTYwMjE1MDYxOTU1WhcNMTcwMjE0MDYxOTU1WjCBlDEaMBgGCgmSJomT8ixkAQEMCjdYWkhLVllKUU0xNzA1BgNVBAMMLmlQaG9uZSBEZXZlbG9wZXI6IGtvbmRhbCBrb2xpcGFrYSAoVTM3OTM0QllORCkxEzARBgNVBAsMCldQNDk1MlJVSEoxGzAZBgNVBAoMEkFwcGNlbGVyYXRvciwgSW5jLjELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC+wI072+KFKRxY4lz1A9Xver3v3TpDcpJXcu0OMcS5KBV6X2ShoVxMXhK/ZTaMeiCv/Bpy719fgmm295uEsFh5hg33H62FQhRUxFqdszrytQNfdL4ie9xXgbLV9seJrW2SDwpj9kVSdjcDpCfJLR7zJjEbb6ao2u1VKw6Pb4CD73I6wXEbmczo9qsT3lJkGB/mpbmX5xr704iDjZybtUzLsiomAVHUhQ9MJ17zEGhuOHUMOCMpG5y0z8Mfsb5G0NtHtlfkErlEZpTK+QPTOEGxx3YV+asFRjuobmk1+1mtBZxTkLBHWZzYi1gcGVXLhedLRhsvCTTdQ378XUiRNTwDAgMBAAGjggHxMIIB7TA/BggrBgEFBQcBAQQzMDEwLwYIKwYBBQUHMAGGI2h0dHA6Ly9vY3NwLmFwcGxlLmNvbS9vY3NwMDMtd3dkcjAxMB0GA1UdDgQWBBRFaW/IUCQ3NeRJJydUPHZnGYJEfjAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFIgnFwmpthhgi+zruvZHWcVSVKO3MIIBHQYDVR0gBIIBFDCCARAwggEMBgkqhkiG92NkBQEwgf4wgcMGCCsGAQUFBwICMIG2DIGzUmVsaWFuY2Ugb24gdGhpcyBjZXJ0aWZpY2F0ZSBieSBhbnkgcGFydHkgYXNzdW1lcyBhY2NlcHRhbmNlIG9mIHRoZSB0aGVuIGFwcGxpY2FibGUgc3RhbmRhcmQgdGVybXMgYW5kIGNvbmRpdGlvbnMgb2YgdXNlLCBjZXJ0aWZpY2F0ZSBwb2xpY3kgYW5kIGNlcnRpZmljYXRpb24gcHJhY3RpY2Ugc3RhdGVtZW50cy4wNgYIKwYBBQUHAgEWKmh0dHA6Ly93d3cuYXBwbGUuY29tL2NlcnRpZmljYXRlYXV0aG9yaXR5LzAOBgNVHQ8BAf8EBAMCB4AwFgYDVR0lAQH/BAwwCgYIKwYBBQUHAwMwEwYKKoZIhvdjZAYBAgEB/wQCBQAwDQYJKoZIhvcNAQELBQADggEBAIqP05Xhi0VuNNykBa4zIVX5+rJ/vnAJEgyKQw5heAR7eMlpFFjaIfG5NmVqdblSlx8e78m+0Vl06PdOH1g4Jn7CMvan6hk90Xx4IPo9Gg1+z3KhHQfzofchQxkA+Te6iGuC93gOi7GsRRDRd3Tuq9gYtM3TPpUR7Zn1OF7u36A6rHFX0T1whNV2CsiH4JAMbI5xYJqUl86Ehv4MShgXonKwWXGX6AsgXzEul8vyYuHn+FzFsaVJnwD3nKaXTGFEZUIcg5gYDTdqRQe4thE+H0oBPKzZuE6NBcl1xzS7o+JDgfNH1EaqkxRz+k+tkOAVrsCLJppbjC3c9UkRhXp+uAo=",
       						"MIIFoTCCBImgAwIBAgIIU4m6j/6y9jgwDQYJKoZIhvcNAQELBQAwgZYxCzAJBgNVBAYTAlVTMRMwEQYDVQQKDApBcHBsZSBJbmMuMSwwKgYDVQQLDCNBcHBsZSBXb3JsZHdpZGUgRGV2ZWxvcGVyIFJlbGF0aW9uczFEMEIGA1UEAww7QXBwbGUgV29ybGR3aWRlIERldmVsb3BlciBSZWxhdGlvbnMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTYwMjEyMDM0ODU2WhcNMTcwMjExMDM0ODU2WjCBlDEaMBgGCgmSJomT8ixkAQEMCjdYWkhLVllKUU0xNzA1BgNVBAMMLmlQaG9uZSBEZXZlbG9wZXI6IGtvbmRhbCBrb2xpcGFrYSAoVTM3OTM0QllORCkxEzARBgNVBAsMCldQNDk1MlJVSEoxGzAZBgNVBAoMEkFwcGNlbGVyYXRvciwgSW5jLjELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDnZ9ZFs5F/B1Mw+essd+JMlMWzXoOIDKG/1gfyr2RfhR64qtrIY5cQl/dhLEfL7RNxmY3Rz+63VHi/Ph5oD6A4nVq8RIpPHHX8UwEjbXQBuEKtSgKn+PFNmIVJp5TjWiIDXOMjHHI4Uuh0m5+Y6z0opnCempo5f6alJ5GPS2e4+jLpearbnbRimAPoPXQoUem/2or7SZMXdmcXUo63lEe4s31oXmfnFD5ND/lz/M7yOk2CSR15ykKu8M7xY0LkwxSpsUdtPhou6uKtM/bYY/vwcHEyJJB8uvq8yS70H40V50TRXStc0ZS0eJG6iKYdHyqonjcEG4cqfCa188nRc1w5AgMBAAGjggHxMIIB7TA/BggrBgEFBQcBAQQzMDEwLwYIKwYBBQUHMAGGI2h0dHA6Ly9vY3NwLmFwcGxlLmNvbS9vY3NwMDMtd3dkcjAxMB0GA1UdDgQWBBS8agt8EHH4lkf9BSS7/UF6u4kpazAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFIgnFwmpthhgi+zruvZHWcVSVKO3MIIBHQYDVR0gBIIBFDCCARAwggEMBgkqhkiG92NkBQEwgf4wgcMGCCsGAQUFBwICMIG2DIGzUmVsaWFuY2Ugb24gdGhpcyBjZXJ0aWZpY2F0ZSBieSBhbnkgcGFydHkgYXNzdW1lcyBhY2NlcHRhbmNlIG9mIHRoZSB0aGVuIGFwcGxpY2FibGUgc3RhbmRhcmQgdGVybXMgYW5kIGNvbmRpdGlvbnMgb2YgdXNlLCBjZXJ0aWZpY2F0ZSBwb2xpY3kgYW5kIGNlcnRpZmljYXRpb24gcHJhY3RpY2Ugc3RhdGVtZW50cy4wNgYIKwYBBQUHAgEWKmh0dHA6Ly93d3cuYXBwbGUuY29tL2NlcnRpZmljYXRlYXV0aG9yaXR5LzAOBgNVHQ8BAf8EBAMCB4AwFgYDVR0lAQH/BAwwCgYIKwYBBQUHAwMwEwYKKoZIhvdjZAYBAgEB/wQCBQAwDQYJKoZIhvcNAQELBQADggEBAKtJCDrHttpbkrJfXaMIYh0zjzqgu/02aeuyu1n6D7WA31i7OYSdqKbIlMJCGJLeykiB3Ygm131fouT0NMGElFCI3eCb8Q/WPMWZ+sjjOUnbEEgH6YQTK685y373feWr2D0u+EWZCKtXVsVo6UFre3PPF26Ki2y79kvJ1OX4j2MIABYcJ0xEcejNxcXx6zou4KVdsJbVE8q8WfxIQJ55PR/0FoM9BlX9m2/iBOdpycdXOwbclpHfOh303JngRXixSDTbrsIYnV6H6UPVBnZwoBd+PPm3KQXUfmoxVShZtRT0/1cqtvaGGbL+CZ+JIglp1jL9BG2/PCv/4R8Xr1kSEHI=",
       						"MIIFmTCCBIGgAwIBAgIIL3WnpnliS0EwDQYJKoZIhvcNAQELBQAwgZYxCzAJBgNVBAYTAlVTMRMwEQYDVQQKDApBcHBsZSBJbmMuMSwwKgYDVQQLDCNBcHBsZSBXb3JsZHdpZGUgRGV2ZWxvcGVyIFJlbGF0aW9uczFEMEIGA1UEAww7QXBwbGUgV29ybGR3aWRlIERldmVsb3BlciBSZWxhdGlvbnMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTYwNDA1MDQyMzE4WhcNMTcwNDA1MDQyMzE4WjCBjDEaMBgGCgmSJomT8ixkAQEMClRTMzNOMlcyTjkxLzAtBgNVBAMMJmlQaG9uZSBEZXZlbG9wZXI6IENoZWUgTmcgKFI4RzMyV043Sk0pMRMwEQYDVQQLDApXUDQ5NTJSVUhKMRswGQYDVQQKDBJBcHBjZWxlcmF0b3IsIEluYy4xCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsn70KH2vXAWzyLP4llbZOCnq+zeirg8FBxewUFqtu5kaEJ2CiBpbTcOT2+dPtjU8PljlUkx+4DLxoGyMUlaVTtIlu6XDxkWvdxnNKC5Zid8ts9JigxiZZIhqKbRMQlsWHwVFsoiggD2fe+KANobennx9zySuGVo4WXezMUDdkwbuEHSr+PG9NuRpkbKR0BsZvm+u5PqtKc0lAUrCjxy0RDVUCdeag3PutYQPOEqgsC382ctBzXDAz0ps7fUYw7G6mZXtW8XH/049uxemc0iKeKC4hBRxGObDZQWwWLHnB3AH2IRyY1ss4yVF0MEOnm7YxJgkTqbP7r6g8DkPGXZL0wIDAQABo4IB8TCCAe0wPwYIKwYBBQUHAQEEMzAxMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5hcHBsZS5jb20vb2NzcDAzLXd3ZHIwMTAdBgNVHQ4EFgQU7gM//1YpbOFI5yy86LYNDbQme58wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBSIJxcJqbYYYIvs67r2R1nFUlSjtzCCAR0GA1UdIASCARQwggEQMIIBDAYJKoZIhvdjZAUBMIH+MIHDBggrBgEFBQcCAjCBtgyBs1JlbGlhbmNlIG9uIHRoaXMgY2VydGlmaWNhdGUgYnkgYW55IHBhcnR5IGFzc3VtZXMgYWNjZXB0YW5jZSBvZiB0aGUgdGhlbiBhcHBsaWNhYmxlIHN0YW5kYXJkIHRlcm1zIGFuZCBjb25kaXRpb25zIG9mIHVzZSwgY2VydGlmaWNhdGUgcG9saWN5IGFuZCBjZXJ0aWZpY2F0aW9uIHByYWN0aWNlIHN0YXRlbWVudHMuMDYGCCsGAQUFBwIBFipodHRwOi8vd3d3LmFwcGxlLmNvbS9jZXJ0aWZpY2F0ZWF1dGhvcml0eS8wDgYDVR0PAQH/BAQDAgeAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMDMBMGCiqGSIb3Y2QGAQIBAf8EAgUAMA0GCSqGSIb3DQEBCwUAA4IBAQBeI2zFlvlwCkNjHsS7/buhvvTPJE4JNiuHCjtI7shMPI9m2PFpdzXdGW/tIYtu/LbD3o3A4r91XL2NDT5j+wRDhbMY28S/EI6uaFuX3w27N26ngOZghpVtJBYHYHB/FzwDOdTfsYAu6ZCTwAHdehdCD8cj3r+ER++dxI+qgGhXLOldXPLphpggtLn+ldRadXH96ZpE6G7zsfEnVkvErwbkVime92EjvwFcH/eY0Vi2sou1vGQN/VF/skEgXPjCmB/E3mgRoNZmsYt20p85STiLHXCa0MW6CbrqPJ7Dc4I4STMYYpPg42QHhrmXAIvElyKuBqEQiURsBYhg1EZl2B/j"
       					],
       					"devices": [
       						"eec50dd1d90d92f49bda68209302b6fedcab3ae5",
       						"a56224590cb0aff26104b7895c64e2a96aebd828",
       						"361defa0639879dea025bcd94875d55ec078df38",
       						"5a067a62135ba7c0bd66b009ade17182d8eb6111",
       						"07bd642a76a975b24b349ddbabdf02ebe23d99be",
       						"aaab7030a0447b3758a6a5633ca6c467caaced6e",
       						"42ab82ccdde935db875b79ba9d2c41e5d5fc02ed",
       						"87a929ad39367500f8ac06ae1cacca3ed7fd3a6a",
       						"b4025deb651ac5b1830bff9c228a1385146a82a8",
       						"3a92bb51bf7a81e7ea1edd00163411482e0637f9",
       						"5a7939220710b7de57fbced5690a00c4959bafcf",
       						"9e2b5ef18d95a56d353809d780585c5d2a0defc0",
       						"52d4b63a23ff3ab641541767b1a3054f84440e18"
       					],
       					"team": [
       						"WP4952RUHJ"
       					],
       					"appId": "com.appcelerator.sg.*",
       					"getTaskAllow": true,
       					"apsEnvironment": ""
       				}
       			],
       			"adhoc": [
       				{
       					"file": "/Users/kkolipaka/Library/MobileDevice/Provisioning Profiles/eb7a376f-db7e-4651-b50f-690926f0f2a9.mobileprovision",
       					"uuid": "eb7a376f-db7e-4651-b50f-690926f0f2a9",
       					"name": "Any App Adhoc Distribution",
       					"appPrefix": "WY35J6ST95",
       					"creationDate": "2016-02-12T22:22:50.000Z",
       					"expirationDate": "2017-02-11T22:08:53.000Z",
       					"expired": false,
       					"certs": [
       						"MIIFnTCCBIWgAwIBAgIIED0cg2kT7xQwDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNVBAYTAlVTMRMwEQYDVQQKDApBcHBsZSBJbmMuMSwwKgYDVQQLDCNBcHBsZSBXb3JsZHdpZGUgRGV2ZWxvcGVyIFJlbGF0aW9uczFEMEIGA1UEAww7QXBwbGUgV29ybGR3aWRlIERldmVsb3BlciBSZWxhdGlvbnMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTYwMjEyMjIwODUzWhcNMTcwMjExMjIwODUzWjCBkDEaMBgGCgmSJomT8ixkAQEMCldZMzVKNlNUOTUxODA2BgNVBAMML2lQaG9uZSBEaXN0cmlidXRpb246IE1pY2hhZWwgQXNoZXIgKFdZMzVKNlNUOTUpMRMwEQYDVQQLDApXWTM1SjZTVDk1MRYwFAYDVQQKDA1NaWNoYWVsIEFzaGVyMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMMtcXYUKfhZIPhevIlBxZ+MiqZRtPWe3FbMxuvkYwxjhu+pATR3OEPSGP9O7yb7DSXcUgQRx1noe2m0P2oQG09Iq5i+KP4Ergt5JSM5vFKE7r4ECKUku2P0fQ1Kpta1/ZP+0CVT2+j9tm5Pojy++QiqZX/EmRZ0HtXQx4VjXW6wm96PHXeZjaOBAXPf6m3PWK5GoAMJHMwLugDoHI2Nis2CPLXpirAgN2YGn/AMabHalWZ+PSYeK6Hpq2v/ci/OLy1C/umV4hKt0/rXShzE+amb7Fm9ig145n4qmQsOdcMDuKsY6KZcS+LvPnI+zXA0RTvScG0RtUr4XXdljzi0wRECAwEAAaOCAfEwggHtMB0GA1UdDgQWBBSNqlROAIFRS4utxJT4oQqHziNnmzAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFIgnFwmpthhgi+zruvZHWcVSVKO3MIIBDwYDVR0gBIIBBjCCAQIwgf8GCSqGSIb3Y2QFATCB8TCBwwYIKwYBBQUHAgIwgbYMgbNSZWxpYW5jZSBvbiB0aGlzIGNlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBhc3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFyZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRlIHBvbGljeSBhbmQgY2VydGlmaWNhdGlvbiBwcmFjdGljZSBzdGF0ZW1lbnRzLjApBggrBgEFBQcCARYdaHR0cDovL3d3dy5hcHBsZS5jb20vYXBwbGVjYS8wTQYDVR0fBEYwRDBCoECgPoY8aHR0cDovL2RldmVsb3Blci5hcHBsZS5jb20vY2VydGlmaWNhdGlvbmF1dGhvcml0eS93d2RyY2EuY3JsMA4GA1UdDwEB/wQEAwIHgDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDAzATBgoqhkiG92NkBgEEAQH/BAIFADANBgkqhkiG9w0BAQUFAAOCAQEAMHF341608/EnsfO13cpu6CHYRl1PbzxPVzm3aqXDkGkVqEthJtx9JEaDnqoMBlV7urioSstb4NC4Jp5rAQc+N5b81aYKCE0KpC88U4HHb+T7xlPWjYFxCZIZttBpIzg5NDMpBLjdDrmqrORQt3j0dRbjmx26G9Pc6OXxSHDM9jeL7NRY6jCxjc9sbHmgCgy+haV0FjL7b1NLebRFhgI6kOuSDys3d3aZrvxcA40vSVQ+QgZxwm8YpEXqA6MCEbogPoxIv4lfz7owdcNYSQV5tGaRYA1PSTBIpckTD/Sn1iQkXgp97Eum5PTHV41zGWicq4/6DLjxe8da1mpEE/dr4w=="
       					],
       					"devices": [
       						"a446deb53d437016b19e023c1c3b76770502f562",
       						"76a5e4ebb444793726037b24ebee98021ad94488",
       						"6879afe18340a1f21903bffe27c4832c98705bec",
       						"08c9b48b525c89f669d08d825ba9ff34d8a5a634",
       						"463d88d4ef3a3d8c24e16a91923960ca4f30d7bf",
       						"5ef59f6a14fec448e75f6021a3f48eb9d980ba88",
       						"b4025deb651ac5b1830bff9c228a1385146a82a8",
       						"ff1777937b6edcb73172d888847954950605b0c7",
       						"cc41882bb50f48942b13fec5ccad8ce88e4cc0cf",
       						"a206f64ba5e23080c81d16d814f94254a90254ee",
       						"86892353828481cc020e5a1f8c184fea936d5cbd",
       						"2c7746668ea98c2667e919c341f7b7d1086a10ce",
       						"a48c88ab4fdd34669da3c8140aa68b6bd042dde3",
       						"b9fca061077b098bdb9788dbe26fe01d8ea7da28",
       						"d7fbdf5c72ce332ce65649737414aa0278706314",
       						"1695e43b6a2ef79a8ab6ce90d6ff78f313500671",
       						"02180e12529d8bbb26d68eb1734303d4ceae43ad",
       						"e6521e055850a1a6ddc1c729492bb2425e0ef8ce",
       						"d3af08e80c084399e7787b967950e13fb4945b62",
       						"01dc4d9aee2ac3836d6041c9e0f4623e97603525",
       						"6fc2775223f70cf74bf3e5eed9ae106fb7c76308",
       						"d91f52190101651ff11616c2fc63547df1fca0eb",
       						"2809991a6d680c8d369a3ce282d96dcfa7aa3463",
       						"2a074292cb3a4ffabd81874fb7010d3e661a6668",
       						"eec50dd1d90d92f49bda68209302b6fedcab3ae5",
       						"5a7939220710b7de57fbced5690a00c4959bafcf",
       						"4517c01a416400c14a9515463a2e865dc88f5784",
       						"361defa0639879dea025bcd94875d55ec078df38",
       						"ba9f08368dab05f948e409989a2d2a0a058d846c",
       						"f252506bb75265870a38ac7668d59639c9192cf9",
       						"f8052c8714f0b9585a8f89274f447bbd4eda1601",
       						"aaab7030a0447b3758a6a5633ca6c467caaced6e",
       						"d69b0f4512f0d84ac88ddd0e9a500b428dac8d82",
       						"a56224590cb0aff26104b7895c64e2a96aebd828",
       						"07bd642a76a975b24b349ddbabdf02ebe23d99be",
       						"7c6adaebf8cba832c03598132d12bb235bf88cc9",
       						"63ebc71874c70045671985fce59e80e72ee9dbca",
       						"86807de5afe47a1bc215ef93c983a51b7d486c3a",
       						"674a524bc12590ea1fb827beaae4a957fcccb24b",
       						"08e438859cff384c07529d645ca188746afeb8c7",
       						"85d6771aae4347e3280b01864dbd7af9084c6cfa",
       						"e9299833f5b603d06e1b974a656bd79421304dcf",
       						"8b7aed3ff199c3ff30d6c0c37c8a4d212ebd5edd",
       						"1fe27930ff1dad91ce5d0f9f2ff2fc19e698c7aa",
       						"1c50eb14a9e1936658876a3aeff562c6063234e5",
       						"7724fca72efbfb71b1b1ff015579c148458f1f78",
       						"4f0566e6f45c6e84def79a87ea862fe0d4669c7b",
       						"742e38a2257ba96fb5e63828a36a38bf6977a9bb",
       						"9e2b5ef18d95a56d353809d780585c5d2a0defc0",
       						"6c52e362235a16580f69c9cb0b0a5586d55e88fc",
       						"3a92bb51bf7a81e7ea1edd00163411482e0637f9",
       						"8213f6778adb0fab23334301c737ea3a6842be34",
       						"091aa0a7cdebeb5907e60a37593398af40406f58",
       						"7424d3a92ff64b515570b71c485751fb243151de",
       						"ad8d6105d3c7174713061fe272fb1bfec1052836",
       						"ecebbee5ee76ba1862cc036fa1f015712d356c8e",
       						"abdbf56906b8507685161276982c2a1a268cc4a0",
       						"2b2e2629556e2371deac10e7962c27c53c042a68",
       						"b9e4068e846c3fe035f2a29b00a63fa09fd34ccd",
       						"64dd0d5053d52ca5ce59c2ffd47a47bd1df0a9e9",
       						"11c91f0a210ff4f5b4e5856a8e40dd55e6502faa",
       						"87a929ad39367500f8ac06ae1cacca3ed7fd3a6a",
       						"42ab82ccdde935db875b79ba9d2c41e5d5fc02ed",
       						"5932cfe81ed688270feea10ab694b8abb2815c62",
       						"632600f05f4fef89532f7a8111719b892dc98dad",
       						"5838dd59dc5effd713300850dad4d4de4ea38ff6",
       						"6b1a4d63177f249894658ff0fb70f761faa0dbfa"
       					],
       					"team": [
       						"WY35J6ST95"
       					],
       					"appId": "*",
       					"getTaskAllow": false,
       					"apsEnvironment": ""
       				}
       			],
       			"distribution": [
       				{
       					"file": "/Users/kkolipaka/Library/MobileDevice/Provisioning Profiles/c8de0aef-5899-44fa-ad8e-97c722f5ab1f.mobileprovision",
       					"uuid": "c8de0aef-5899-44fa-ad8e-97c722f5ab1f",
       					"name": "Any App AppStore Distribution",
       					"appPrefix": "WY35J6ST95",
       					"creationDate": "2016-02-12T22:23:11.000Z",
       					"expirationDate": "2017-02-11T22:08:53.000Z",
       					"expired": false,
       					"certs": [
       						"MIIFnTCCBIWgAwIBAgIIED0cg2kT7xQwDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNVBAYTAlVTMRMwEQYDVQQKDApBcHBsZSBJbmMuMSwwKgYDVQQLDCNBcHBsZSBXb3JsZHdpZGUgRGV2ZWxvcGVyIFJlbGF0aW9uczFEMEIGA1UEAww7QXBwbGUgV29ybGR3aWRlIERldmVsb3BlciBSZWxhdGlvbnMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTYwMjEyMjIwODUzWhcNMTcwMjExMjIwODUzWjCBkDEaMBgGCgmSJomT8ixkAQEMCldZMzVKNlNUOTUxODA2BgNVBAMML2lQaG9uZSBEaXN0cmlidXRpb246IE1pY2hhZWwgQXNoZXIgKFdZMzVKNlNUOTUpMRMwEQYDVQQLDApXWTM1SjZTVDk1MRYwFAYDVQQKDA1NaWNoYWVsIEFzaGVyMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMMtcXYUKfhZIPhevIlBxZ+MiqZRtPWe3FbMxuvkYwxjhu+pATR3OEPSGP9O7yb7DSXcUgQRx1noe2m0P2oQG09Iq5i+KP4Ergt5JSM5vFKE7r4ECKUku2P0fQ1Kpta1/ZP+0CVT2+j9tm5Pojy++QiqZX/EmRZ0HtXQx4VjXW6wm96PHXeZjaOBAXPf6m3PWK5GoAMJHMwLugDoHI2Nis2CPLXpirAgN2YGn/AMabHalWZ+PSYeK6Hpq2v/ci/OLy1C/umV4hKt0/rXShzE+amb7Fm9ig145n4qmQsOdcMDuKsY6KZcS+LvPnI+zXA0RTvScG0RtUr4XXdljzi0wRECAwEAAaOCAfEwggHtMB0GA1UdDgQWBBSNqlROAIFRS4utxJT4oQqHziNnmzAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFIgnFwmpthhgi+zruvZHWcVSVKO3MIIBDwYDVR0gBIIBBjCCAQIwgf8GCSqGSIb3Y2QFATCB8TCBwwYIKwYBBQUHAgIwgbYMgbNSZWxpYW5jZSBvbiB0aGlzIGNlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBhc3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFyZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRlIHBvbGljeSBhbmQgY2VydGlmaWNhdGlvbiBwcmFjdGljZSBzdGF0ZW1lbnRzLjApBggrBgEFBQcCARYdaHR0cDovL3d3dy5hcHBsZS5jb20vYXBwbGVjYS8wTQYDVR0fBEYwRDBCoECgPoY8aHR0cDovL2RldmVsb3Blci5hcHBsZS5jb20vY2VydGlmaWNhdGlvbmF1dGhvcml0eS93d2RyY2EuY3JsMA4GA1UdDwEB/wQEAwIHgDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDAzATBgoqhkiG92NkBgEEAQH/BAIFADANBgkqhkiG9w0BAQUFAAOCAQEAMHF341608/EnsfO13cpu6CHYRl1PbzxPVzm3aqXDkGkVqEthJtx9JEaDnqoMBlV7urioSstb4NC4Jp5rAQc+N5b81aYKCE0KpC88U4HHb+T7xlPWjYFxCZIZttBpIzg5NDMpBLjdDrmqrORQt3j0dRbjmx26G9Pc6OXxSHDM9jeL7NRY6jCxjc9sbHmgCgy+haV0FjL7b1NLebRFhgI6kOuSDys3d3aZrvxcA40vSVQ+QgZxwm8YpEXqA6MCEbogPoxIv4lfz7owdcNYSQV5tGaRYA1PSTBIpckTD/Sn1iQkXgp97Eum5PTHV41zGWicq4/6DLjxe8da1mpEE/dr4w=="
       					],
       					"devices": null,
       					"team": [
       						"WY35J6ST95"
       					],
       					"appId": "*",
       					"getTaskAllow": false,
       					"apsEnvironment": ""
       				}
       			]
       		},
       		"devices": [
       			{
       				"udid": "itunes",
       				"name": "iTunes Sync"
       			}
       		],
       		"executables": {
       			"xcodeSelect": "/usr/bin/xcode-select",
       			"security": "/usr/bin/security"
       		},
       		"simulators": {
       			"ios": {
       				"9.0": [
       					{
       						"udid": "08F6CCC4-0772-4BFA-A9A2-ED70DAAE1E53",
       						"name": "iPad 2",
       						"version": "9.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPad-2",
       						"deviceName": "iPad 2",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/08F6CCC4-0772-4BFA-A9A2-ED70DAAE1E53",
       						"model": "iPad2,1",
       						"family": "ipad",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": false
       						},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-9-0",
       						"runtimeName": "iOS 9.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/08F6CCC4-0772-4BFA-A9A2-ED70DAAE1E53/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/08F6CCC4-0772-4BFA-A9A2-ED70DAAE1E53/data"
       					},
       					{
       						"udid": "DE757E78-4923-4347-88BE-9E1413BF1B27",
       						"name": "iPad Retina",
       						"version": "9.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPad-Retina",
       						"deviceName": "iPad Retina",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DE757E78-4923-4347-88BE-9E1413BF1B27",
       						"model": "iPad3,1",
       						"family": "ipad",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": false
       						},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-9-0",
       						"runtimeName": "iOS 9.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DE757E78-4923-4347-88BE-9E1413BF1B27/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DE757E78-4923-4347-88BE-9E1413BF1B27/data"
       					},
       					{
       						"udid": "5251C64A-D7A7-4CF9-8442-E5D6D98A2D3B",
       						"name": "iPad Air",
       						"version": "9.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPad-Air",
       						"deviceName": "iPad Air",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/5251C64A-D7A7-4CF9-8442-E5D6D98A2D3B",
       						"model": "iPad4,2",
       						"family": "ipad",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": false
       						},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-9-0",
       						"runtimeName": "iOS 9.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/5251C64A-D7A7-4CF9-8442-E5D6D98A2D3B/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/5251C64A-D7A7-4CF9-8442-E5D6D98A2D3B/data"
       					},
       					{
       						"udid": "F2D55453-0BF1-4192-81B0-7598E8DBFD5D",
       						"name": "iPad Air 2",
       						"version": "9.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPad-Air-2",
       						"deviceName": "iPad Air 2",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F2D55453-0BF1-4192-81B0-7598E8DBFD5D",
       						"model": "iPad5,4",
       						"family": "ipad",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": false
       						},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-9-0",
       						"runtimeName": "iOS 9.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F2D55453-0BF1-4192-81B0-7598E8DBFD5D/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F2D55453-0BF1-4192-81B0-7598E8DBFD5D/data"
       					},
       					{
       						"udid": "3368D536-DAF8-43BA-93E9-54A893A8EC2A",
       						"name": "iPhone 4s",
       						"version": "9.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-4s",
       						"deviceName": "iPhone 4s",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/3368D536-DAF8-43BA-93E9-54A893A8EC2A",
       						"model": "iPhone4,1",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": false
       						},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-9-0",
       						"runtimeName": "iOS 9.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/3368D536-DAF8-43BA-93E9-54A893A8EC2A/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/3368D536-DAF8-43BA-93E9-54A893A8EC2A/data"
       					},
       					{
       						"udid": "B77F3B4D-E850-4FFA-9AAE-A813B165D3DC",
       						"name": "iPhone 5",
       						"version": "9.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-5",
       						"deviceName": "iPhone 5",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/B77F3B4D-E850-4FFA-9AAE-A813B165D3DC",
       						"model": "iPhone5,1",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-9-0",
       						"runtimeName": "iOS 9.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/B77F3B4D-E850-4FFA-9AAE-A813B165D3DC/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/B77F3B4D-E850-4FFA-9AAE-A813B165D3DC/data"
       					},
       					{
       						"udid": "FD13789A-FD7A-4C9E-BE2B-AD5FE700A386",
       						"name": "iPhone 5s",
       						"version": "9.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-5s",
       						"deviceName": "iPhone 5s",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/FD13789A-FD7A-4C9E-BE2B-AD5FE700A386",
       						"model": "iPhone6,1",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-9-0",
       						"runtimeName": "iOS 9.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/FD13789A-FD7A-4C9E-BE2B-AD5FE700A386/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/FD13789A-FD7A-4C9E-BE2B-AD5FE700A386/data"
       					},
       					{
       						"udid": "51ECA9B5-A850-439F-8648-FC8D0D6E0FCE",
       						"name": "iPhone 6 Plus",
       						"version": "9.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus",
       						"deviceName": "iPhone 6 Plus",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/51ECA9B5-A850-439F-8648-FC8D0D6E0FCE",
       						"model": "iPhone7,1",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-9-0",
       						"runtimeName": "iOS 9.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/51ECA9B5-A850-439F-8648-FC8D0D6E0FCE/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/51ECA9B5-A850-439F-8648-FC8D0D6E0FCE/data"
       					},
       					{
       						"udid": "BE85BC5E-ACD2-40D7-8599-68F41EF93B18",
       						"name": "iPhone 6",
       						"version": "9.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-6",
       						"deviceName": "iPhone 6",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/BE85BC5E-ACD2-40D7-8599-68F41EF93B18",
       						"model": "iPhone7,2",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-9-0",
       						"runtimeName": "iOS 9.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/BE85BC5E-ACD2-40D7-8599-68F41EF93B18/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/BE85BC5E-ACD2-40D7-8599-68F41EF93B18/data"
       					},
       					{
       						"udid": "50994E10-2504-4114-BED3-7C48F1E3C670",
       						"name": "iPhone 6s",
       						"version": "9.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-6s",
       						"deviceName": "iPhone 6s",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/50994E10-2504-4114-BED3-7C48F1E3C670",
       						"model": "iPhone8,1",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-9-0",
       						"runtimeName": "iOS 9.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/50994E10-2504-4114-BED3-7C48F1E3C670/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/50994E10-2504-4114-BED3-7C48F1E3C670/data"
       					},
       					{
       						"udid": "959148F8-C58F-40CE-B70A-96B85FFF7F23",
       						"name": "iPhone 6s Plus",
       						"version": "9.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus",
       						"deviceName": "iPhone 6s Plus",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/959148F8-C58F-40CE-B70A-96B85FFF7F23",
       						"model": "iPhone8,2",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-9-0",
       						"runtimeName": "iOS 9.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/959148F8-C58F-40CE-B70A-96B85FFF7F23/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/959148F8-C58F-40CE-B70A-96B85FFF7F23/data"
       					}
       				],
       				"10.0": [
       					{
       						"udid": "CDAB6799-E199-43A9-9DE9-C5200D50A266",
       						"name": "iPad Retina",
       						"version": "10.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPad-Retina",
       						"deviceName": "iPad Retina",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/CDAB6799-E199-43A9-9DE9-C5200D50A266",
       						"model": "iPad3,1",
       						"family": "ipad",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": false
       						},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-10-0",
       						"runtimeName": "iOS 10.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/CDAB6799-E199-43A9-9DE9-C5200D50A266/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/CDAB6799-E199-43A9-9DE9-C5200D50A266/data"
       					},
       					{
       						"udid": "655779EF-5CA1-449A-BFEC-32C67B43229B",
       						"name": "iPad Air",
       						"version": "10.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPad-Air",
       						"deviceName": "iPad Air",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/655779EF-5CA1-449A-BFEC-32C67B43229B",
       						"model": "iPad4,2",
       						"family": "ipad",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": false
       						},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-10-0",
       						"runtimeName": "iOS 10.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/655779EF-5CA1-449A-BFEC-32C67B43229B/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/655779EF-5CA1-449A-BFEC-32C67B43229B/data"
       					},
       					{
       						"udid": "DE6E2F55-5393-4854-9495-C24417190189",
       						"name": "iPad Air 2",
       						"version": "10.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPad-Air-2",
       						"deviceName": "iPad Air 2",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DE6E2F55-5393-4854-9495-C24417190189",
       						"model": "iPad5,4",
       						"family": "ipad",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": false
       						},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-10-0",
       						"runtimeName": "iOS 10.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DE6E2F55-5393-4854-9495-C24417190189/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DE6E2F55-5393-4854-9495-C24417190189/data"
       					},
       					{
       						"udid": "2D03EFE0-7EFE-4AF2-BDA7-2085B65F6F5F",
       						"name": "iPad Pro (9.7 inch)",
       						"version": "10.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
       						"deviceName": "iPad Pro (9.7-inch)",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/2D03EFE0-7EFE-4AF2-BDA7-2085B65F6F5F",
       						"model": "iPad6,4",
       						"family": "ipad",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": false
       						},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-10-0",
       						"runtimeName": "iOS 10.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/2D03EFE0-7EFE-4AF2-BDA7-2085B65F6F5F/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/2D03EFE0-7EFE-4AF2-BDA7-2085B65F6F5F/data"
       					},
       					{
       						"udid": "097A7C26-2833-4691-A549-16EC7DB363A4",
       						"name": "iPad Pro (12.9 inch)",
       						"version": "10.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPad-Pro",
       						"deviceName": "iPad Pro (12.9-inch)",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/097A7C26-2833-4691-A549-16EC7DB363A4",
       						"model": "iPad6,8",
       						"family": "ipad",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": false
       						},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-10-0",
       						"runtimeName": "iOS 10.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/097A7C26-2833-4691-A549-16EC7DB363A4/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/097A7C26-2833-4691-A549-16EC7DB363A4/data"
       					},
       					{
       						"udid": "3B6D1E54-5A25-476E-A012-6F51D22AD422",
       						"name": "iPhone 5",
       						"version": "10.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-5",
       						"deviceName": "iPhone 5",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/3B6D1E54-5A25-476E-A012-6F51D22AD422",
       						"model": "iPhone5,1",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-10-0",
       						"runtimeName": "iOS 10.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/3B6D1E54-5A25-476E-A012-6F51D22AD422/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/3B6D1E54-5A25-476E-A012-6F51D22AD422/data"
       					},
       					{
       						"udid": "20D42F70-BB71-43A6-A98D-5430D3708B0A",
       						"name": "iPhone 5s",
       						"version": "10.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-5s",
       						"deviceName": "iPhone 5s",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/20D42F70-BB71-43A6-A98D-5430D3708B0A",
       						"model": "iPhone6,1",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-10-0",
       						"runtimeName": "iOS 10.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/20D42F70-BB71-43A6-A98D-5430D3708B0A/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/20D42F70-BB71-43A6-A98D-5430D3708B0A/data"
       					},
       					{
       						"udid": "8EDBB933-4D8F-4F7E-852D-1F786E1FC163",
       						"name": "iPhone 6 Plus",
       						"version": "10.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus",
       						"deviceName": "iPhone 6 Plus",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/8EDBB933-4D8F-4F7E-852D-1F786E1FC163",
       						"model": "iPhone7,1",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-10-0",
       						"runtimeName": "iOS 10.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/8EDBB933-4D8F-4F7E-852D-1F786E1FC163/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/8EDBB933-4D8F-4F7E-852D-1F786E1FC163/data"
       					},
       					{
       						"udid": "309E6E7F-23B6-47BA-9D4F-DD21C135B122",
       						"name": "iPhone 6",
       						"version": "10.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-6",
       						"deviceName": "iPhone 6",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/309E6E7F-23B6-47BA-9D4F-DD21C135B122",
       						"model": "iPhone7,2",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-10-0",
       						"runtimeName": "iOS 10.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/309E6E7F-23B6-47BA-9D4F-DD21C135B122/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/309E6E7F-23B6-47BA-9D4F-DD21C135B122/data"
       					},
       					{
       						"udid": "63B64935-27FE-4B0E-A927-52F7B7D16257",
       						"name": "iPhone 6s",
       						"version": "10.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-6s",
       						"deviceName": "iPhone 6s",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/63B64935-27FE-4B0E-A927-52F7B7D16257",
       						"model": "iPhone8,1",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-10-0",
       						"runtimeName": "iOS 10.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/63B64935-27FE-4B0E-A927-52F7B7D16257/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/63B64935-27FE-4B0E-A927-52F7B7D16257/data"
       					},
       					{
       						"udid": "30F33A37-91DB-4D7E-A4C9-BE7E42448AEA",
       						"name": "iPhone 6s Plus",
       						"version": "10.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus",
       						"deviceName": "iPhone 6s Plus",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/30F33A37-91DB-4D7E-A4C9-BE7E42448AEA",
       						"model": "iPhone8,2",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-10-0",
       						"runtimeName": "iOS 10.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/30F33A37-91DB-4D7E-A4C9-BE7E42448AEA/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/30F33A37-91DB-4D7E-A4C9-BE7E42448AEA/data"
       					},
       					{
       						"udid": "5B7DF50A-CB0A-4D01-A565-EC9E276291C3",
       						"name": "iPhone SE",
       						"version": "10.0",
       						"type": "ios",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.iPhone-SE",
       						"deviceName": "iPhone SE",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/5B7DF50A-CB0A-4D01-A565-EC9E276291C3",
       						"model": "iPhone8,4",
       						"family": "iphone",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {
       							"8.0:8S201h": true
       						},
       						"watchCompanion": {
       							"DD693E6D-D794-4F38-ACB5-58D233807E5F": {
       								"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"name": "Apple Watch - 42mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       							},
       							"F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E": {
       								"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"name": "Apple Watch - 38mm",
       								"version": "2.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       								"runtimeName": "watchOS 2.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       							},
       							"1F8E285B-AA37-4582-80F2-1D1DD173812D": {
       								"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"name": "Apple Watch - 42mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       								"deviceName": "Apple Watch - 42mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       								"model": "Watch1,2",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       							},
       							"A2A392C2-0675-44D9-B119-A894192CAE42": {
       								"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       								"name": "Apple Watch - 38mm",
       								"version": "3.0",
       								"type": "watchos",
       								"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       								"deviceName": "Apple Watch - 38mm",
       								"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       								"model": "Watch1,1",
       								"family": "watch",
       								"supportsXcode": {
       									"8.0:8S201h": true
       								},
       								"supportsWatch": {},
       								"watchCompanion": {},
       								"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       								"runtimeName": "watchOS 3.0",
       								"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       								"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       							}
       						},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.iOS-10-0",
       						"runtimeName": "iOS 10.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/5B7DF50A-CB0A-4D01-A565-EC9E276291C3/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/5B7DF50A-CB0A-4D01-A565-EC9E276291C3/data"
       					}
       				]
       			},
       			"watchos": {
       				"3.0": [
       					{
       						"udid": "A2A392C2-0675-44D9-B119-A894192CAE42",
       						"name": "Apple Watch - 38mm",
       						"version": "3.0",
       						"type": "watchos",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       						"deviceName": "Apple Watch - 38mm",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42",
       						"model": "Watch1,1",
       						"family": "watch",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       						"runtimeName": "watchOS 3.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/A2A392C2-0675-44D9-B119-A894192CAE42/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/A2A392C2-0675-44D9-B119-A894192CAE42/data"
       					},
       					{
       						"udid": "1F8E285B-AA37-4582-80F2-1D1DD173812D",
       						"name": "Apple Watch - 42mm",
       						"version": "3.0",
       						"type": "watchos",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       						"deviceName": "Apple Watch - 42mm",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D",
       						"model": "Watch1,2",
       						"family": "watch",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-3-0",
       						"runtimeName": "watchOS 3.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/1F8E285B-AA37-4582-80F2-1D1DD173812D/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/1F8E285B-AA37-4582-80F2-1D1DD173812D/data"
       					}
       				],
       				"2.0": [
       					{
       						"udid": "F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       						"name": "Apple Watch - 38mm",
       						"version": "2.0",
       						"type": "watchos",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm",
       						"deviceName": "Apple Watch - 38mm",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E",
       						"model": "Watch1,1",
       						"family": "watch",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       						"runtimeName": "watchOS 2.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E/data"
       					},
       					{
       						"udid": "DD693E6D-D794-4F38-ACB5-58D233807E5F",
       						"name": "Apple Watch - 42mm",
       						"version": "2.0",
       						"type": "watchos",
       						"deviceType": "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm",
       						"deviceName": "Apple Watch - 42mm",
       						"deviceDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F",
       						"model": "Watch1,2",
       						"family": "watch",
       						"supportsXcode": {
       							"8.0:8S201h": true
       						},
       						"supportsWatch": {},
       						"watchCompanion": {},
       						"runtime": "com.apple.CoreSimulator.SimRuntime.watchOS-2-0",
       						"runtimeName": "watchOS 2.0",
       						"systemLog": "/Users/kkolipaka/Library/Logs/CoreSimulator/DD693E6D-D794-4F38-ACB5-58D233807E5F/system.log",
       						"dataDir": "/Users/kkolipaka/Library/Developer/CoreSimulator/Devices/DD693E6D-D794-4F38-ACB5-58D233807E5F/data"
       					}
       				]
       			},
       			"crashDir": "/Users/kkolipaka/Library/Logs/DiagnosticReports"
       		},
       		"teams": [
       			{
       				"id": "WY35J6ST95",
       				"name": "Unknown"
       			},
       			{
       				"id": "WP4952RUHJ",
       				"name": "Unknown"
       			}
       		],
       		"selectedXcode": {
       			"xcodeapp": "/Applications/Xcode-beta.app",
       			"path": "/Applications/Xcode-beta.app/Contents/Developer",
       			"selected": true,
       			"version": "8.0",
       			"build": "8S201h",
       			"supported": true,
       			"eulaAccepted": true,
       			"sdks": [
       				"10.0"
       			],
       			"sims": [
       				"10.0"
       			],
       			"simDeviceTypes": {
       				"com.apple.CoreSimulator.SimDeviceType.iPad-2": {
       					"name": "iPad 2",
       					"model": "iPad2,1",
       					"supportsWatch": false
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPad-Air-2": {
       					"name": "iPad Air 2",
       					"model": "iPad5,4",
       					"supportsWatch": false
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPad-Air": {
       					"name": "iPad Air",
       					"model": "iPad4,2",
       					"supportsWatch": false
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPad-Pro": {
       					"name": "iPad Pro (12.9-inch)",
       					"model": "iPad6,8",
       					"supportsWatch": false
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-": {
       					"name": "iPad Pro (9.7-inch)",
       					"model": "iPad6,4",
       					"supportsWatch": false
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPad-Retina": {
       					"name": "iPad Retina",
       					"model": "iPad3,1",
       					"supportsWatch": false
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPhone-4s": {
       					"name": "iPhone 4s",
       					"model": "iPhone4,1",
       					"supportsWatch": false
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPhone-5": {
       					"name": "iPhone 5",
       					"model": "iPhone5,1",
       					"supportsWatch": true
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPhone-5s": {
       					"name": "iPhone 5s",
       					"model": "iPhone6,1",
       					"supportsWatch": true
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus": {
       					"name": "iPhone 6 Plus",
       					"model": "iPhone7,1",
       					"supportsWatch": true
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPhone-6": {
       					"name": "iPhone 6",
       					"model": "iPhone7,2",
       					"supportsWatch": true
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus": {
       					"name": "iPhone 6s Plus",
       					"model": "iPhone8,2",
       					"supportsWatch": true
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPhone-6s": {
       					"name": "iPhone 6s",
       					"model": "iPhone8,1",
       					"supportsWatch": true
       				},
       				"com.apple.CoreSimulator.SimDeviceType.iPhone-SE": {
       					"name": "iPhone SE",
       					"model": "iPhone8,4",
       					"supportsWatch": true
       				},
       				"com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm": {
       					"name": "Apple Watch - 38mm",
       					"model": "Watch1,1",
       					"supportsWatch": false
       				},
       				"com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm": {
       					"name": "Apple Watch - 42mm",
       					"model": "Watch1,2",
       					"supportsWatch": false
       				}
       			},
       			"simRuntimes": {
       				"com.apple.CoreSimulator.SimRuntime.iOS-9-0": {
       					"name": "iOS 9.0",
       					"version": "9.0"
       				},
       				"com.apple.CoreSimulator.SimRuntime.watchOS-2-0": {
       					"name": "watchOS 2.0",
       					"version": "2.0"
       				},
       				"com.apple.CoreSimulator.SimRuntime.iOS-10-0": {
       					"name": "iOS 10.0",
       					"version": "10.0"
       				},
       				"com.apple.CoreSimulator.SimRuntime.watchOS-3-0": {
       					"name": "watchOS 3.0",
       					"version": "3.0"
       				}
       			},
       			"watchos": {
       				"sdks": [
       					"3.0"
       				],
       				"sims": [
       					"3.0",
       					"2.0"
       				]
       			},
       			"tvos": {
       				"sdks": [
       					"10.0"
       				],
       				"sims": [
       					"10.0"
       				]
       			},
       			"teams": {},
       			"executables": {
       				"xcodebuild": "/Applications/Xcode-beta.app/Contents/Developer/usr/bin/xcodebuild",
       				"clang": "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang",
       				"clang_xx": "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++",
       				"libtool": "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool",
       				"lipo": "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo",
       				"otool": "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool",
       				"pngcrush": "/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush",
       				"simulator": "/Applications/Xcode-beta.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator",
       				"watchsimulator": "/Applications/Xcode-beta.app/Contents/Developer/Applications/Simulator (Watch).app/Contents/MacOS/Simulator (Watch)",
       				"simctl": "/Applications/Xcode-beta.app/Contents/Developer/usr/bin/simctl"
       			}
       		},
       		"xcode": {
       			"8.0:8S201h": {
       				"xcodeapp": "/Applications/Xcode-beta.app",
       				"path": "/Applications/Xcode-beta.app/Contents/Developer",
       				"selected": true,
       				"version": "8.0",
       				"build": "8S201h",
       				"supported": true,
       				"eulaAccepted": true,
       				"sdks": [
       					"10.0"
       				],
       				"sims": [
       					"10.0"
       				],
       				"simDeviceTypes": {
       					"com.apple.CoreSimulator.SimDeviceType.iPad-2": {
       						"name": "iPad 2",
       						"model": "iPad2,1",
       						"supportsWatch": false
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPad-Air-2": {
       						"name": "iPad Air 2",
       						"model": "iPad5,4",
       						"supportsWatch": false
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPad-Air": {
       						"name": "iPad Air",
       						"model": "iPad4,2",
       						"supportsWatch": false
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPad-Pro": {
       						"name": "iPad Pro (12.9-inch)",
       						"model": "iPad6,8",
       						"supportsWatch": false
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-": {
       						"name": "iPad Pro (9.7-inch)",
       						"model": "iPad6,4",
       						"supportsWatch": false
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPad-Retina": {
       						"name": "iPad Retina",
       						"model": "iPad3,1",
       						"supportsWatch": false
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPhone-4s": {
       						"name": "iPhone 4s",
       						"model": "iPhone4,1",
       						"supportsWatch": false
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPhone-5": {
       						"name": "iPhone 5",
       						"model": "iPhone5,1",
       						"supportsWatch": true
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPhone-5s": {
       						"name": "iPhone 5s",
       						"model": "iPhone6,1",
       						"supportsWatch": true
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus": {
       						"name": "iPhone 6 Plus",
       						"model": "iPhone7,1",
       						"supportsWatch": true
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPhone-6": {
       						"name": "iPhone 6",
       						"model": "iPhone7,2",
       						"supportsWatch": true
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus": {
       						"name": "iPhone 6s Plus",
       						"model": "iPhone8,2",
       						"supportsWatch": true
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPhone-6s": {
       						"name": "iPhone 6s",
       						"model": "iPhone8,1",
       						"supportsWatch": true
       					},
       					"com.apple.CoreSimulator.SimDeviceType.iPhone-SE": {
       						"name": "iPhone SE",
       						"model": "iPhone8,4",
       						"supportsWatch": true
       					},
       					"com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm": {
       						"name": "Apple Watch - 38mm",
       						"model": "Watch1,1",
       						"supportsWatch": false
       					},
       					"com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm": {
       						"name": "Apple Watch - 42mm",
       						"model": "Watch1,2",
       						"supportsWatch": false
       					}
       				},
       				"simRuntimes": {
       					"com.apple.CoreSimulator.SimRuntime.iOS-9-0": {
       						"name": "iOS 9.0",
       						"version": "9.0"
       					},
       					"com.apple.CoreSimulator.SimRuntime.watchOS-2-0": {
       						"name": "watchOS 2.0",
       						"version": "2.0"
       					},
       					"com.apple.CoreSimulator.SimRuntime.iOS-10-0": {
       						"name": "iOS 10.0",
       						"version": "10.0"
       					},
       					"com.apple.CoreSimulator.SimRuntime.watchOS-3-0": {
       						"name": "watchOS 3.0",
       						"version": "3.0"
       					}
       				},
       				"watchos": {
       					"sdks": [
       						"3.0"
       					],
       					"sims": [
       						"3.0",
       						"2.0"
       					]
       				},
       				"tvos": {
       					"sdks": [
       						"10.0"
       					],
       					"sims": [
       						"10.0"
       					]
       				},
       				"teams": {},
       				"executables": {
       					"xcodebuild": "/Applications/Xcode-beta.app/Contents/Developer/usr/bin/xcodebuild",
       					"clang": "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang",
       					"clang_xx": "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++",
       					"libtool": "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool",
       					"lipo": "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo",
       					"otool": "/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool",
       					"pngcrush": "/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush",
       					"simulator": "/Applications/Xcode-beta.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator",
       					"watchsimulator": "/Applications/Xcode-beta.app/Contents/Developer/Applications/Simulator (Watch).app/Contents/MacOS/Simulator (Watch)",
       					"simctl": "/Applications/Xcode-beta.app/Contents/Developer/usr/bin/simctl"
       				}
       			}
       		},
       		"certs": {
       			"keychains": {
       				"/Users/kkolipaka/Library/Keychains/login.keychain": {
       					"developer": [
       						{
       							"name": "QE Department (C64864TF2L)",
       							"fullname": "iPhone Developer: QE Department (C64864TF2L)",
       							"pem": "-----BEGIN CERTIFICATE-----\nMIIFmjCCBIKgAwIBAgIIBDtuzIAqD4EwDQYJKoZIhvcNAQELBQAwgZYxCzAJBgNV\nBAYTAlVTMRMwEQYDVQQKDApBcHBsZSBJbmMuMSwwKgYDVQQLDCNBcHBsZSBXb3Js\nZHdpZGUgRGV2ZWxvcGVyIFJlbGF0aW9uczFEMEIGA1UEAww7QXBwbGUgV29ybGR3\naWRlIERldmVsb3BlciBSZWxhdGlvbnMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkw\nHhcNMTYwMjEyMjIwNzIxWhcNMTcwMjExMjIwNzIxWjCBjTEaMBgGCgmSJomT8ixk\nAQEMCkhTVVdZSzVYNjcxNTAzBgNVBAMMLGlQaG9uZSBEZXZlbG9wZXI6IFFFIERl\ncGFydG1lbnQgKEM2NDg2NFRGMkwpMRMwEQYDVQQLDApXWTM1SjZTVDk1MRYwFAYD\nVQQKDA1NaWNoYWVsIEFzaGVyMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEB\nBQADggEPADCCAQoCggEBAMMtcXYUKfhZIPhevIlBxZ+MiqZRtPWe3FbMxuvkYwxj\nhu+pATR3OEPSGP9O7yb7DSXcUgQRx1noe2m0P2oQG09Iq5i+KP4Ergt5JSM5vFKE\n7r4ECKUku2P0fQ1Kpta1/ZP+0CVT2+j9tm5Pojy++QiqZX/EmRZ0HtXQx4VjXW6w\nm96PHXeZjaOBAXPf6m3PWK5GoAMJHMwLugDoHI2Nis2CPLXpirAgN2YGn/AMabHa\nlWZ+PSYeK6Hpq2v/ci/OLy1C/umV4hKt0/rXShzE+amb7Fm9ig145n4qmQsOdcMD\nuKsY6KZcS+LvPnI+zXA0RTvScG0RtUr4XXdljzi0wRECAwEAAaOCAfEwggHtMD8G\nCCsGAQUFBwEBBDMwMTAvBggrBgEFBQcwAYYjaHR0cDovL29jc3AuYXBwbGUuY29t\nL29jc3AwMy13d2RyMDEwHQYDVR0OBBYEFI2qVE4AgVFLi63ElPihCofOI2ebMAwG\nA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUiCcXCam2GGCL7Ou69kdZxVJUo7cwggEd\nBgNVHSAEggEUMIIBEDCCAQwGCSqGSIb3Y2QFATCB/jCBwwYIKwYBBQUHAgIwgbYM\ngbNSZWxpYW5jZSBvbiB0aGlzIGNlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBhc3N1\nbWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFyZCB0\nZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRlIHBvbGljeSBh\nbmQgY2VydGlmaWNhdGlvbiBwcmFjdGljZSBzdGF0ZW1lbnRzLjA2BggrBgEFBQcC\nARYqaHR0cDovL3d3dy5hcHBsZS5jb20vY2VydGlmaWNhdGVhdXRob3JpdHkvMA4G\nA1UdDwEB/wQEAwIHgDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDAzATBgoqhkiG92Nk\nBgECAQH/BAIFADANBgkqhkiG9w0BAQsFAAOCAQEArN29EL2QvHweEcu5BBcu/Bjf\nph0S+qYgjvEoDlhH7uZq6iTmXgprJTzM2iZjcuTBmbUdrA2mRbI7k/dzuAIhJ2BT\nrvWIi8dQZZ51xGnDq6xkFH72uXmzCQAYUGOd8p3+VsEGZiRWK6fWCYnNUmaF7vA5\nyKoBEBhTRlhxOZg+SAeBudfXwMXETG6YwTzRB2V9XkRxwq0LA0qsISPurEJt7uLM\n47SN0yjrcq85mQvu3bTEMptg4Jge9nlcIDtXF01+NM7eO7NEjVIBj3lB9ClFw1DQ\nsySXCTARqCwjORsE5mPKiYRuIKVsoPwkTRtCQAC1J8PEA+7m9ASqsBMeYVYzrw==\n-----END CERTIFICATE-----",
       							"before": "2016-02-12T22:07:21.000Z",
       							"after": "2017-02-11T22:07:21.000Z",
       							"expired": false,
       							"invalid": false
       						}
       					],
       					"distribution": [
       						{
       							"name": "Michael Asher (WY35J6ST95)",
       							"fullname": "iPhone Distribution: Michael Asher (WY35J6ST95)",
       							"pem": "-----BEGIN CERTIFICATE-----\nMIIFnTCCBIWgAwIBAgIIED0cg2kT7xQwDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV\nBAYTAlVTMRMwEQYDVQQKDApBcHBsZSBJbmMuMSwwKgYDVQQLDCNBcHBsZSBXb3Js\nZHdpZGUgRGV2ZWxvcGVyIFJlbGF0aW9uczFEMEIGA1UEAww7QXBwbGUgV29ybGR3\naWRlIERldmVsb3BlciBSZWxhdGlvbnMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkw\nHhcNMTYwMjEyMjIwODUzWhcNMTcwMjExMjIwODUzWjCBkDEaMBgGCgmSJomT8ixk\nAQEMCldZMzVKNlNUOTUxODA2BgNVBAMML2lQaG9uZSBEaXN0cmlidXRpb246IE1p\nY2hhZWwgQXNoZXIgKFdZMzVKNlNUOTUpMRMwEQYDVQQLDApXWTM1SjZTVDk1MRYw\nFAYDVQQKDA1NaWNoYWVsIEFzaGVyMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcN\nAQEBBQADggEPADCCAQoCggEBAMMtcXYUKfhZIPhevIlBxZ+MiqZRtPWe3FbMxuvk\nYwxjhu+pATR3OEPSGP9O7yb7DSXcUgQRx1noe2m0P2oQG09Iq5i+KP4Ergt5JSM5\nvFKE7r4ECKUku2P0fQ1Kpta1/ZP+0CVT2+j9tm5Pojy++QiqZX/EmRZ0HtXQx4Vj\nXW6wm96PHXeZjaOBAXPf6m3PWK5GoAMJHMwLugDoHI2Nis2CPLXpirAgN2YGn/AM\nabHalWZ+PSYeK6Hpq2v/ci/OLy1C/umV4hKt0/rXShzE+amb7Fm9ig145n4qmQsO\ndcMDuKsY6KZcS+LvPnI+zXA0RTvScG0RtUr4XXdljzi0wRECAwEAAaOCAfEwggHt\nMB0GA1UdDgQWBBSNqlROAIFRS4utxJT4oQqHziNnmzAMBgNVHRMBAf8EAjAAMB8G\nA1UdIwQYMBaAFIgnFwmpthhgi+zruvZHWcVSVKO3MIIBDwYDVR0gBIIBBjCCAQIw\ngf8GCSqGSIb3Y2QFATCB8TCBwwYIKwYBBQUHAgIwgbYMgbNSZWxpYW5jZSBvbiB0\naGlzIGNlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBhc3N1bWVzIGFjY2VwdGFuY2Ug\nb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFyZCB0ZXJtcyBhbmQgY29uZGl0\naW9ucyBvZiB1c2UsIGNlcnRpZmljYXRlIHBvbGljeSBhbmQgY2VydGlmaWNhdGlv\nbiBwcmFjdGljZSBzdGF0ZW1lbnRzLjApBggrBgEFBQcCARYdaHR0cDovL3d3dy5h\ncHBsZS5jb20vYXBwbGVjYS8wTQYDVR0fBEYwRDBCoECgPoY8aHR0cDovL2RldmVs\nb3Blci5hcHBsZS5jb20vY2VydGlmaWNhdGlvbmF1dGhvcml0eS93d2RyY2EuY3Js\nMA4GA1UdDwEB/wQEAwIHgDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDAzATBgoqhkiG\n92NkBgEEAQH/BAIFADANBgkqhkiG9w0BAQUFAAOCAQEAMHF341608/EnsfO13cpu\n6CHYRl1PbzxPVzm3aqXDkGkVqEthJtx9JEaDnqoMBlV7urioSstb4NC4Jp5rAQc+\nN5b81aYKCE0KpC88U4HHb+T7xlPWjYFxCZIZttBpIzg5NDMpBLjdDrmqrORQt3j0\ndRbjmx26G9Pc6OXxSHDM9jeL7NRY6jCxjc9sbHmgCgy+haV0FjL7b1NLebRFhgI6\nkOuSDys3d3aZrvxcA40vSVQ+QgZxwm8YpEXqA6MCEbogPoxIv4lfz7owdcNYSQV5\ntGaRYA1PSTBIpckTD/Sn1iQkXgp97Eum5PTHV41zGWicq4/6DLjxe8da1mpEE/dr\n4w==\n-----END CERTIFICATE-----",
       							"before": "2016-02-12T22:08:53.000Z",
       							"after": "2017-02-11T22:08:53.000Z",
       							"expired": false,
       							"invalid": false
       						}
       					]
       				},
       				"/Library/Keychains/System.keychain": {
       					"developer": [],
       					"distribution": []
       				}
       			},
       			"wwdr": true
       		},
       		"tisdk": "5.5.0.v20160904203801"
       	}
       }
       
       
  2. Kondal Kolipaka 2016-09-05

    [~cbarber] - FYI.
  3. Kondal Kolipaka 2016-09-05

    Here is the appc ti info -t ios -o json output - [^watchsim.json]
  4. Kondal Kolipaka 2016-09-06

    [~cbarber] [~cng] - Here is the status matrix. iOS 10.0 simulator+ Apple watch 38mm 2.0 - Unable to pair devices Error iOS 10.0 simulator+ Apple watch 38mm 3.0 - Works iOS 10.0 simulator+ Apple watch 42mm 2.0 - Unable to pair devices Error iOS 10.0 simulator+ Apple watch 42mm 3.0 - Works iOS 9.0 simulator+ Apple watch 38mm 2.0 - Failed to install app iOS 9.0 simulator+ Apple watch 38mm 3.0 - Unable to pair devices iOS 9.0 simulator+ Apple watch 42mm 2.0 - Failed to install app iOS 9.0 simulator+ Apple watch 42mm 3.0 - Unable to pair devices Find the failed to install app error:
       TRACE] :  [ioslib] App failed to install
       [TRACE] :  [ioslib] An error was encountered processing the command (domain=NSMachErrorDomain, code=-308):
       [ERROR] :  Failed to install app
       [TRACE] :  [ioslib] The operation couldn’t be completed. (Mach error -308 - (ipc/mig) server died)
       
  5. Chris Barber 2016-09-06

    ioslib PR: https://github.com/appcelerator/ioslib/pull/42 Published ioslib@0.13.3.
  6. Chris Barber 2016-09-06

    TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/8317 TiSDK 6_0_X PR: https://github.com/appcelerator/titanium_mobile/pull/8318 TiSDK 5_5_X PR: https://github.com/appcelerator/titanium_mobile/pull/8319
  7. Chris Barber 2016-09-08

    The ioslib PR above was inadequate. It was missing a few iOS versions in the device pair map and the watchCompanions is wrong. ioslib PR: https://github.com/appcelerator/ioslib/pull/43 Published ioslib@0.14.0.
  8. Chris Barber 2016-09-09

    TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/8330 TiSDK 6_0_X PR: https://github.com/appcelerator/titanium_mobile/pull/8331 TiSDK 5_5_X PR: https://github.com/appcelerator/titanium_mobile/pull/8332
  9. Chris Barber 2016-09-09

    Here are the following changes to the ti info -t ios -o json output. 1. The detectVersion has been incremented to 5.0 2. For iOS Simulators, the watchCompanion property has changed. Before it was an object where the key was the compatible watch sim udid and the value was the watch sim info. This is wrong and didn't take into account that device pairs are Xcode version dependent. Here's the new format:
       "watchCompanion": {
       	"7.3.1:7D1014": {
       		"04324590-A357-4D79-955A-1B257E4FB113": { <snip> },
       		"2DB158C6-4262-4436-BD28-F22283ED8A93": { <snip> },
       		"0840F627-0EC3-4DDD-8E27-E4EF33A742FD": { <snip> },
       		"2CF58288-AFDB-4424-91F4-ED2F7071745E": { <snip> },
       		"1030CB19-E41D-4D55-89FD-97BFE2830250": { <snip> },
       		"85AA9683-75E7-4C94-BC36-07DD01F1A8B0": { <snip> }
       	},
       	"8.0:8A218a": {
       		"0840F627-0EC3-4DDD-8E27-E4EF33A742FD": { <snip> },
       		"2CF58288-AFDB-4424-91F4-ED2F7071745E": { <snip> },
       		"1030CB19-E41D-4D55-89FD-97BFE2830250": { <snip> },
       		"85AA9683-75E7-4C94-BC36-07DD01F1A8B0": { <snip> }
       	}
       }
       
    The keys are now the Xcode IDs (<xcode version>:<xcode build>). The value is the same as before where it is an object of watch sim udids to watch sim info objects. You must look up the watch sim info using the udid to determine a specific watch sim's name and watchos version. 3. Each detected Xcode version's info now has a simDevicePairs property. This exists for internal use, but may come in handy, especially to verify the logic used in determining the device pairs. 4. Added a new top-level iOS info property iosSDKtoXcode. This is a map of iOS SDKs to the preferred Xcode version ID.
       "iosSDKtoXcode": {
       	"10.0": "8.0:8A218a",
       	"9.3": "7.3.1:7D1014"
       }
       
    Titanium doesn't care about specific Xcode versions. It only cares about the iOS SDK version you want to compile with. Since the device pairs are Xcode specific, you need to look at iosSDKtoXcode to determine the correct Xcode. Steps to determine device pairs:

    Determine the iOS SDK that will be used to compile the app. Defaults to latest iOS SDK version.

    Look up Xcode ID in iosSDKtoXcode using the iOS SDK version

    For each iOS simulator, the valid list of compatible watch sim udids can be found by look at the watchCompanion\[<xcode id>\]

  10. Kondal Kolipaka 2016-09-09

    [~cbarber] - Seems to be some issue. Build is getting failed with the every watchOS simulator with the following error. {color:red}[ERROR] Specified Watch Simulator "A2A392C2-0675-44D9-B119-A894192CAE42" is not compatible with iOS Simulator "5B7DF50A-CB0A-4D01-A565-EC9E276291C3".{color} Please find the build trace log.
        item-ax40113:kk1 kkolipaka$ appc run -p ios --launch-watch-app --watch-device-id -l trace
        Appcelerator Command-Line Interface, version 5.4.0
        Copyright (c) 2014-2016, Appcelerator, Inc.  All Rights Reserved.
        
        2016-09-09T10:22:43.444Z | TRACE  | set environment to {"registry":"https://software.appcelerator.com","security":"https://security.appcelerator.com","baseurl":"https://platform.appcelerator.com"}
        2016-09-09T10:22:43.445Z | TRACE  | checking credentials for existing session
        2016-09-09T10:22:43.582Z | TRACE  | Attempting to load session info from config file
        2016-09-09T10:22:43.587Z | TRACE  | check if session is invalidated
        2016-09-09T10:22:44.589Z | TRACE  | registry result 200 application/json undefined undefined false undefined
        2016-09-09T10:22:44.598Z | TRACE  | registry returned { expiry: 1474021364952 }
        2016-09-09T10:22:44.599Z | TRACE  | refresh session expiry to:  1474021364952
        2016-09-09T10:22:44.600Z | TRACE  | session expiry 1474021364952 false
        2016-09-09T10:22:44.601Z | TRACE  | Arrow Cloud config file: /Users/kkolipaka/.acs
        2016-09-09T10:22:44.602Z | TRACE  | found Arrow Cloud login { mid: '87d2b0b9eb3b3518fa6c2a16184cf800d60f6bb2',
          publishPort: 443,
          publishHost: 'https://admin.cloudapp-enterprise.appcelerator.com',
          username: 'kkolipaka@appcelerator.com',
          cookie: [ 'connect.sid=s%3AoLGamxnZGsamj1Wxk2jbBSA5.Basaj%2FDHSwvdlsafozx9%2B2RP6Rh%2FADOdLuTvfMyWd9s; Path=/; Expires=Wed, 21 Sep 2016 08:20:54 GMT; HttpOnly' ],
          defaultEP: 
           { publishHost: 'https://admin.cloudapp-enterprise.appcelerator.com',
             publishPort: 443 } } , checking nodeACSEndpoint= https://admin.cloudapp-enterprise.appcelerator.com
        2016-09-09T10:22:44.602Z | TRACE  | Arrow Cloud cookie expiry [ 1474446054000 ]
        2016-09-09T10:22:44.603Z | TRACE  | session already loaded in opts.session
        2016-09-09T10:22:44.604Z | TRACE  | getCredentials() session:
        {
          "ipaddress": "10.148.13.177",
          "username": "kkolipaka@appcelerator.com",
          "password": "<OMITTED>",
          "session": "<OMITTED>",
          "nonce": "<OMITTED>",
          "environment": {
            "name": "production",
            "isProduction": true,
            "acsBaseUrl": "https://api.cloud.appcelerator.com",
            "acsAuthBaseUrl": "https://secure-identity.cloud.appcelerator.com",
            "nodeACSEndpoint": "https://admin.cloudapp-enterprise.appcelerator.com"
          },
          "token": "<OMITTED>",
          "fingerprint": "87d2b0b9eb3b3518fa6c2a16184cf800d60f6bb2",
          "fingerprint_description": "Mac OSX Serial Number: C02RR1RMG8WP",
          "org_id": 100000328,
          "expiry": 1474021364952
        }
        2016-09-09T10:22:44.605Z | TRACE  | loading plugins for command "run"
        2016-09-09T10:22:44.638Z | TRACE  | run search paths:
        [
          "/Users/kkolipaka/.appcelerator/install/5.4.0/package",
          "/Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules",
          "/Users/kkolipaka/Documents/runtime-Titanium-360/kk1/plugins",
          "/Users/kkolipaka/Documents/runtime-Titanium-360/kk1/node_modules",
          "/Users/kkolipaka/Documents/runtime-Titanium-360/node_modules",
          "/Users/kkolipaka/Documents/node_modules",
          "/Users/kkolipaka/node_modules",
          "/Users/node_modules",
          "/node_modules",
          "/Users/kkolipaka/.appcelerator/.npm/lib/node_modules"
        ]
        2016-09-09T10:22:44.638Z | DEBUG  | [PLUGIN-LOAD] 0ms /Users/kkolipaka/.appcelerator/install/5.4.0/package/appc.js
        2016-09-09T10:22:44.794Z | DEBUG  | [PLUGIN-LOAD] 151ms /Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/appc-cli-titanium/appc.js
        2016-09-09T10:22:44.795Z | DEBUG  | run plugin: /Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/appc-cli-titanium
        2016-09-09T10:22:44.796Z | DEBUG  | [PLUGIN-LOAD] 0ms /Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/arrow/appc.js
        2016-09-09T10:22:44.797Z | DEBUG  | run plugin: /Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/arrow
        2016-09-09T10:22:44.814Z | TRACE  | plugin "arrow" failed its "when" function check, skipping...
        2016-09-09T10:22:44.815Z | TRACE  | loading plugin "titanium" for command "run" CLI options via function
        2016-09-09T10:22:44.816Z | TRACE  | loading plugin "titanium" for command "run" CLI options via array
        2016-09-09T10:22:44.819Z | TRACE  | executing command "run" with the following plugins:
        ["titanium"]
        2016-09-09T10:22:44.820Z | TRACE  | Attempting to load session info from config file
        2016-09-09T10:22:44.825Z | TRACE  | check if session is invalidated
        2016-09-09T10:22:45.530Z | TRACE  | registry result 200 application/json undefined undefined false undefined
        2016-09-09T10:22:45.530Z | TRACE  | registry returned { expiry: 1474021365893 }
        2016-09-09T10:22:45.530Z | TRACE  | refresh session expiry to:  1474021365893
        2016-09-09T10:22:45.531Z | TRACE  | session expiry 1474021365893 false
        2016-09-09T10:22:45.532Z | TRACE  | session already loaded in opts.session
        2016-09-09T10:22:45.534Z | DEBUG  | Titanium Downloads Last Checked: 1473411012631
        Which simulator do you want to launch your app in?
        3.0
           1)  Apple Watch - 38mm  A2A392C2-0675-44D9-B119-A894192CAE42
           2)  Apple Watch - 42mm  1F8E285B-AA37-4582-80F2-1D1DD173812D
        2.2
           3)  Apple Watch - 38mm  9939ACAF-9789-4264-836C-9DEC2AB93AB2
           4)  Apple Watch - 42mm  64F525A2-D90E-4091-8DD3-11586780E14B
        2.0
           5)  Apple Watch - 38mm  F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E
           6)  Apple Watch - 42mm  DD693E6D-D794-4F38-ACB5-58D233807E5F
        Select an simulator by number or name [1]: 1
         
        9/9/2016, 6:22:51 PM
        
        Operating System
          Name                        = Mac OS X
          Version                     = 10.11.6
          Architecture                = 64bit
          # CPUs                      = 8
          Memory                      = 17179869184
        
        Node.js
          Node.js Version             = 6.0.0
          npm Version                 = 3.8.6
        
        Titanium CLI
          CLI Version                 = 5.0.9
        
        Titanium SDK
          SDK Version                 = 5.5.0.v20160909001141
          SDK Path                    = /Users/kkolipaka/Library/Application Support/Titanium/mobilesdk/osx/5.5.0.v20160909001141
          Target Platform             = iphone
        
        Command
          /usr/local/bin/node /Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/titanium/lib/titanium.js build run -p ios --launch-watch-app --watch-device-id -l trace --config-file /var/folders/54/ygfgj59s2f98jtxjv9qt28fh0000gq/T/build-1473416565532.json --no-banner --project-dir /Users/kkolipaka/Documents/runtime-Titanium-360/kk1
        
        [TRACE] [ioslib] No iOS Simulator UDID specified, searching for best match
        [TRACE] [ioslib] Validating Watch Simulator UDID A2A392C2-0675-44D9-B119-A894192CAE42
        [TRACE] [ioslib] Found Watch Simulator UDID A2A392C2-0675-44D9-B119-A894192CAE42
        [TRACE] [ioslib] Scanning Xcodes: 8.0:8S201h
        [TRACE] [ioslib] Autoselected iOS Simulator: iPhone SE
        [TRACE] [ioslib]   UDID    = 5B7DF50A-CB0A-4D01-A565-EC9E276291C3
        [TRACE] [ioslib]   iOS     = 10.0
        [TRACE] [ioslib] Selected WatchOS Simulator: Apple Watch - 38mm
        [TRACE] [ioslib]   UDID    = A2A392C2-0675-44D9-B119-A894192CAE42
        [TRACE] [ioslib]   WatchOS = 3.0
        [TRACE] [ioslib] Autoselected Xcode: 8.0
        [DEBUG] Detecting modules in /Users/kkolipaka/Library/Application Support/Titanium/modules
        [DEBUG] Detected android module: com.appcelerator.apm 1.1.5 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/com.appcelerator.apm/1.1.5
        [DEBUG] Detected android module: facebook 5.2.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/facebook/5.2.0
        [DEBUG] Detected android module: facebook 6.0.1 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/facebook/6.0.1
        [DEBUG] Detected android module: hyperloop 1.2.6 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/hyperloop/1.2.6
        [DEBUG] Detected android module: ti.cloudpush 3.4.1 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/ti.cloudpush/3.4.1
        [DEBUG] Detected android module: ti.cloudpush 4.0.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/ti.cloudpush/4.0.0
        [DEBUG] Detected android module: ti.map 2.3.10 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/ti.map/2.3.10
        [DEBUG] Detected android module: ti.map 3.0.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/ti.map/3.0.0
        [DEBUG] Detected android module: ti.touchid 1.0.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/ti.touchid/1.0.0
        [DEBUG] Detected android module: ti.touchid 2.0.1 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/android/ti.touchid/2.0.1
        [DEBUG] Detected commonjs module: ti.cloud 3.2.11 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.11
        [DEBUG] Detected iphone module: com.appcelerator.apm 1.1.5 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/com.appcelerator.apm/1.1.5
        [DEBUG] Detected iphone module: com.appcelerator.urlSession 2.0.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/com.appcelerator.urlSession/2.0.0
        [DEBUG] Detected iphone module: facebook 5.2.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/facebook/5.2.0
        [DEBUG] Detected iphone module: facebook 5.2.4 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/facebook/5.2.4
        [DEBUG] Detected iphone module: hyperloop 1.2.6 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/hyperloop/1.2.6
        [DEBUG] Detected iphone module: ti.coremotion 2.0.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/ti.coremotion/2.0.0
        [DEBUG] Detected iphone module: ti.map 2.7.1 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/ti.map/2.7.1
        [DEBUG] Detected iphone module: ti.map 2.8.0 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/ti.map/2.8.0
        [DEBUG] Detected iphone module: ti.safaridialog 1.0.5 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/ti.safaridialog/1.0.5
        [DEBUG] Detected iphone module: ti.touchid 1.2.2 @ /Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/ti.touchid/1.2.2
        [DEBUG] Looking for Titanium module id=hyperloop version=latest platform=iphone deploy-type=development
        [INFO]  Found Titanium module id=hyperloop version=1.2.6 platform=iphone deploy-type=development path=/Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/hyperloop/1.2.6
        [DEBUG] Looking for Titanium module id=com.appcelerator.apm version=latest platform=iphone deploy-type=development
        [INFO]  Found Titanium module id=com.appcelerator.apm version=1.1.5 platform=iphone deploy-type=development path=/Users/kkolipaka/Library/Application Support/Titanium/modules/iphone/com.appcelerator.apm/1.1.5
        [DEBUG] Looking for Titanium module id=ti.cloud version=latest platform=commonjs deploy-type=development
        [INFO]  Found Titanium module id=ti.cloud version=3.2.11 platform=commonjs deploy-type=development path=/Users/kkolipaka/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.11
        [DEBUG] Detecting plugins in /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/plugins
        [DEBUG] Detected plugin: ti.alloy @ /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/plugins/ti.alloy
        [DEBUG] Detecting plugins in /Users/kkolipaka/Library/Application Support/Titanium/plugins
        [DEBUG] Detected plugin: com.appcelerator.test @ /Users/kkolipaka/Library/Application Support/Titanium/plugins/com.appcelerator.test
        [DEBUG] Detected plugin: hyperloop 1.2.6 @ /Users/kkolipaka/Library/Application Support/Titanium/plugins/hyperloop/1.2.6
        [DEBUG] Looking for Titanium plugin id=ti.alloy version=1.0
        [INFO]  Found Titanium plugin id=ti.alloy version=1.0 
        [DEBUG] Looking for Titanium plugin id=hyperloop version=latest
        [INFO]  Found Titanium plugin id=hyperloop version=latest 
        [TRACE] Snapshotting build directory
        [DEBUG] Titanium SDK iOS directory: /Users/kkolipaka/Library/Application Support/Titanium/mobilesdk/osx/5.5.0.v20160909001141/iphone
        [INFO]  Deploy type: development
        [INFO]  Building for target: simulator
        [INFO]  Building using iOS SDK: 10.0
        [INFO]  Building for iOS Simulator: iPhone SE
        [DEBUG] UDID: 5B7DF50A-CB0A-4D01-A565-EC9E276291C3
        [DEBUG] Simulator type: iphone
        [DEBUG] Simulator version: 10.0
        [INFO]  Building for device family: universal
        [DEBUG] Setting Xcode target to Debug
        [DEBUG] Setting Xcode build OS to iphonesimulator
        [DEBUG] Xcode installation: /Applications/Xcode-beta.app/Contents/Developer
        [DEBUG] iOS WWDR certificate: installed
        [INFO]  Minimum iOS version: 8.0
        [INFO]  Debugging disabled
        [INFO]  Profiler disabled
        [INFO]  Set to copy files instead of symlinking
        [INFO]  Initializing the build directory
        [INFO]  Found Alloy app in /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/app
        [INFO]  Executing Alloy compile: /usr/local/bin/node /Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/alloy/bin/alloy compile /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/app --config platform=ios,version=0,simtype=none,devicefamily=universal,deploytype=development,target=simulator
        [DEBUG]        .__  .__                
        [DEBUG] _____  |  | |  |   ____ ___.__.
        [DEBUG] \__  \ |  | |  |  /  _ <   |  |
        [DEBUG]  / __ \|  |_|  |_(  <_> )___  |
        [DEBUG] (____  /____/____/\____// ____|
        [DEBUG]      \/                 \/
        [DEBUG] Alloy 1.9.1 by Appcelerator. The MVC app framework for Titanium.
        [DEBUG]   
        [DEBUG] ----- CONFIGURATION -----
        [DEBUG] raw config = "platform=ios,version=0,simtype=none,devicefamily=universal,deploytype=development,target=simulator"
        [DEBUG] platform = ios
        [DEBUG] version = 0
        [DEBUG] simtype = none
        [DEBUG] devicefamily = universal
        [DEBUG] deploytype = development
        [DEBUG] target = simulator
        [DEBUG] project path = /Users/kkolipaka/Documents/runtime-Titanium-360/kk1
        [DEBUG] app path = /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/app
        [DEBUG]   
        [DEBUG]   
        [DEBUG] ----- CONFIG.JSON -----
        [WARN]  Generated "/i18n" directory is not ignored by Git, please add it to your .gitignore
        [WARN]  Generated "/platform" directory is not ignored by Git, please add it to your .gitignore
        [DEBUG] dependencies = {}
        [INFO]   [config.json] config.json unchanged, using cached config.json...
        [DEBUG] { 
        [DEBUG]   "dependencies": {},
        [DEBUG]   "sourcemap": true,
        [DEBUG]   "autoStyle": false,
        [DEBUG]   "adapters": [
        [DEBUG]     "localStorage",
        [DEBUG]     "properties",
        [DEBUG]     "sql"
        [DEBUG]   ]
        [DEBUG] } 
        [DEBUG]   
        [DEBUG] ----- CLEANING RESOURCES -----
        [DEBUG] Removing orphaned controllers ...
        [DEBUG] Removing orphaned models ...
        [DEBUG] Removing orphaned styles ...
        [DEBUG] Removing orphaned sync adapters...
        [DEBUG] Removing orphaned assets and libs...
        [DEBUG]   
        [DEBUG] ----- BASE RUNTIME FILES -----
        [TRACE] SRC_DIR=/Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/alloy/Alloy/lib
        [TRACE] Copying SRC_DIR/alloy/sync/sql.js --> Resources/iphone/alloy/sync/sql.js
        [TRACE] Copying SRC_DIR/alloy/sync/properties.js --> Resources/iphone/alloy/sync/properties.js
        [TRACE] Copying SRC_DIR/alloy/sync/localStorage.js --> Resources/iphone/alloy/sync/localStorage.js
        [TRACE] Copying SRC_DIR/alloy/controllers/BaseController.js --> Resources/iphone/alloy/controllers/BaseController.js
        [TRACE] Copying SRC_DIR/alloy/widget.js --> Resources/iphone/alloy/widget.js
        [TRACE] Copying SRC_DIR/alloy/underscore.js --> Resources/iphone/alloy/underscore.js
        [TRACE]   
        [TRACE] Generating ../Resources/iphone/alloy.js
        [TRACE] SRC_DIR=/Users/kkolipaka/.appcelerator/install/5.4.0/package/node_modules/alloy/Alloy/common
        [TRACE] Copying SRC_DIR/constants.js --> Resources/iphone/alloy/constants.js
        [TRACE]   
        [TRACE] SRC_DIR=/Users/kkolipaka/Documents/runtime-Titanium-360/kk1/app/assets
        [TRACE]   
        [DEBUG] Resetting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/platform/ios
        [DEBUG]   
        [DEBUG] Resetting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/i18n
        [DEBUG]   
        [INFO]  ----- MVC GENERATION -----
        [INFO]  [global style] loading from cache...
        [INFO]  [index.xml] view processing...
        [INFO]    style:      "index.tss"
        [INFO]    view:       "index.xml"
        [INFO]    controller: "index.js"
        [TRACE] - Processing "builtins" module...
        [TRACE] - Processing "optimizer" module...
        [TRACE] - Processing "compress" module...
        [INFO]    created:    "Resources/iphone/alloy/controllers/index.js"
        [DEBUG]   map:        "build/map/Resources/iphone/alloy/controllers/index.js.map"
        [INFO]    created:     "Resources/iphone/alloy/styles/index.js"
        [INFO]   
        [INFO]  [app.js] using cached app.js...
        [INFO]   
        [INFO]  ----- OPTIMIZING -----
        [INFO]  - iphone/alloy.js
        [TRACE]   processing "builtins" module...
        [TRACE]   processing "optimizer" module...
        [TRACE]   processing "compress" module...
        [INFO]  - iphone/alloy/sync/localStorage.js
        [TRACE]   processing "builtins" module...
        [TRACE]   processing "optimizer" module...
        [TRACE]   processing "compress" module...
        [INFO]  - iphone/alloy/sync/properties.js
        [TRACE]   processing "builtins" module...
        [TRACE]   processing "optimizer" module...
        [TRACE]   processing "compress" module...
        [INFO]  - iphone/alloy/sync/sql.js
        [TRACE]   processing "builtins" module...
        [TRACE]   processing "optimizer" module...
        [TRACE]   processing "compress" module...
        [TRACE]   
        [TRACE] Benchmarking
        [TRACE] ------------
        [TRACE] [0.48838s] TOTAL
        [INFO]   
        [INFO]  Alloy compiled in 0.48838s
        [INFO]  Alloy compiler completed successfully
        [INFO]  Hyperloop compiler works best with the built-in iOS JavaScript library.
        [INFO]  Add the following to your tiapp.xml <ios> section to enable or disable this:
        [INFO]   
        [INFO]          <use-jscore-framework>true</use-jscore-framework>
        [INFO]   
        [INFO]  Using Titanium JavaScriptCore by default when not specified.
        [DEBUG] Using Hyperloop library -> libhyperloop-ticore.a
        [DEBUG] [Hyperloop] No CocoaPods file found
        [TRACE] offline build file /var/folders/54/ygfgj59s2f98jtxjv9qt28fh0000gq/T/build-946c7ccafdc128e8fda66c71e736e0acdc12fa12.json
        [TRACE] online 1
        [TRACE] optimizing build, last build was 4911.048 sec ago
        [INFO]  Creating Xcode project
        [TRACE] Removing pre-compile phase
        [TRACE] Adding 2 native module libraries
        [TRACE] Adding 1 iOS extension
        [WARN]  WatchKit App detected, changing minimum iOS deployment target from 8.0 to 9.0
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/kk1.xcodeproj/project.pbxproj
        [INFO]  Creating Entitlements.plist
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/kk1.entitlements
        [INFO]  Creating Info.plist
        [DEBUG] Checking for Splash Screen localization
        [INFO]  Disabling ATS
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Info.plist
        [INFO]  Creating main.m
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/main.m
        [INFO]  Creating Xcode config files
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/project.xcconfig
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/module.xcconfig
        [INFO]  Copying Titanium libraries
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/lib/libTiCore.a
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/lib/libtiverify.a
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/lib/libti_ios_debugger.a
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/lib/libti_ios_profiler.a
        [INFO]  Copying Titanium iOS files
        [TRACE] Skipping Classes/ApplicationRouting.m, it'll be processed later
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/kk1_Prefix.pch
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/kk1.xcodeproj/xcshareddata/xcschemes/kk1.xcscheme
        [INFO]  Installing default LaunchScreen.storyboard
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/LaunchScreen.storyboard
        [INFO]  Copying iOS extensions
        [DEBUG] Copying watch3test
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-24@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-24@2x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-27.5@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-27.5@2x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-44@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-44@2x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-86@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-86@2x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-98@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Assets.xcassets/AppIcon.appiconset/icon-98@2x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit App/Base.lproj/Interface.storyboard => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Base.lproj/Interface.storyboard
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit App/Info.plist
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit Extension/Assets.xcassets/README__ignoredByTemplate__ => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit Extension/Assets.xcassets/README__ignoredByTemplate__
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit Extension/ExtensionDelegate.swift => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit Extension/ExtensionDelegate.swift
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit Extension/Info.plist => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit Extension/Info.plist
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit Extension/InterfaceController.swift => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit Extension/InterfaceController.swift
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit Extension/NotificationController.swift => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit Extension/NotificationController.swift
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/extensions/watch3test/watch3test WatchKit Extension/PushNotificationPayload.apns => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/extensions/watch3test/watch3test WatchKit Extension/PushNotificationPayload.apns
        [INFO]  Creating debugger and profiler plists
        [DEBUG] Skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/debugger.plist
        [DEBUG] Skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/profiler.plist
        [INFO]  Analyzing Resources directory
        [INFO]  Analyzing platform files
        [INFO]  Analyzing module files
        [INFO]  Analyzing localized launch images
        [INFO]  Analyzing CommonJS modules
        [INFO]  Creating asset catalog
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/Contents.json
        [INFO]  Creating app icon set
        [TRACE] Found generated 29x29 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small.png
        [TRACE] Found generated 58x58 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small@2x.png
        [TRACE] Found generated 87x87 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small@3x.png
        [TRACE] Found generated 40x40 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small-40.png
        [TRACE] Found generated 80x80 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small-40@2x.png
        [TRACE] Found generated 120x120 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small-40@3x.png
        [TRACE] Found generated 120x120 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-60@2x.png
        [TRACE] Found generated 180x180 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-60@3x.png
        [TRACE] Found generated 76x76 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-76.png
        [TRACE] Found generated 152x152 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-76@2x.png
        [TRACE] Found generated 167x167 app icon: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-83.5@2x.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/AppIcon.appiconset/Contents.json
        [INFO]  Creating launch logo image set
        [TRACE] Found generated 320x320 launch logo: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchLogo.imageset/LaunchLogo~iphone.png
        [TRACE] Found generated 374x374 launch logo: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchLogo.imageset/LaunchLogo@2x~iphone.png
        [TRACE] Found generated 621x621 launch logo: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchLogo.imageset/LaunchLogo@3x~iphone.png
        [TRACE] Found generated 384x384 launch logo: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchLogo.imageset/LaunchLogo~ipad.png
        [TRACE] Found generated 1024x1024 launch logo: /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchLogo.imageset/LaunchLogo@2x~ipad.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchLogo.imageset/Contents.json
        [INFO]  Creating launch image set
        [DEBUG] Unsupported launch image Resources/iphone/Default.png, skipping
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Contents.json
        [INFO]  Creating assets image set
        [DEBUG] Copying resources
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/platform/ios/alloy_generated => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/alloy_generated
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-568h@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-667h@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape-736h@3x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-Landscape-736h@3x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape-736h@3x.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-Landscape.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-Landscape@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait-736h@3x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-Portrait-736h@3x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait-736h@3x.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-Portrait.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default-Portrait@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default@2x.png
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/Default@2x.png => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default@2x.png
        [DEBUG] Copying CSS files
        [INFO]  Processing JavaScript files
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/CFG.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/CFG.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/CFG.js
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/app.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/app.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/app.js
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/backbone.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/backbone.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/backbone.js
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/constants.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/constants.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/constants.js
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/controllers/BaseController.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/controllers/BaseController.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/controllers/BaseController.js
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/controllers/index.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/controllers/index.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/controllers/index.js
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/styles/index.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/styles/index.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/styles/index.js
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/sync/localStorage.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/sync/localStorage.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/sync/localStorage.js
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/sync/properties.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/sync/properties.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/sync/properties.js
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/sync/sql.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/sync/sql.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/sync/sql.js
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/underscore.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/underscore.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/underscore.js
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy/widget.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/widget.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy/widget.js
        [DEBUG] Overwriting /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/Resources/iphone/alloy.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/alloy.js
        [DEBUG] Overwriting /Users/kkolipaka/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.11/ti.cloud.js => /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/ti.cloud.js
        [DEBUG] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/ti.cloud.js
        [INFO]  Writing app properties
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/_app_props_.json
        [DEBUG] Using default application routing
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Classes/ApplicationRouting.m
        [INFO]  Writing i18n files
        [DEBUG] Compiling localization files
        [DEBUG] No i18n files to process
        [INFO]  Processing Titanium symbols
        [DEBUG] Processing Titanium namespace resources
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/modules/ui/images/badge.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/modules/ui/images/closeButton.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-iphonesimulator/kk1.app/modules/ui/images/photoDefault.png
        [TRACE] No change, skipping /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/Classes/defines.h
        [INFO]  Removing files
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/AppIcon24x24@2x.png
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/AppIcon27.5x27.5@2x.png
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/AppIcon29x29@2x.png
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/AppIcon29x29@3x.png
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/AppIcon40x40@2x.png
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/AppIcon44x44@2x.png
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/AppIcon86x86@2x.png
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/AppIcon98x98@2x.png
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Base.lproj/Interface-notification.plist
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Base.lproj/Interface.plist
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftCore.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftCoreGraphics.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftCoreLocation.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftDarwin.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftDispatch.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftFoundation.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftHomeKit.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftObjectiveC.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftSceneKit.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftUIKit.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftWatchKit.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftos.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Frameworks/libswiftsimd.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/Info.plist
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/PkgInfo
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/PlugIns/watch3test WatchKit Extension.appex/Info.plist
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/PlugIns/watch3test WatchKit Extension.appex/_CodeSignature/CodeResources
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/PlugIns/watch3test WatchKit Extension.appex/watch3test WatchKit Extension
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/_CodeSignature/CodeResources
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/_WatchKitStub/WK
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/libswiftRemoteMirror.dylib
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit App.app/watch3test WatchKit App
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit Extension.appex/Info.plist
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit Extension.appex/_CodeSignature/CodeResources
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit Extension.appex/watch3test WatchKit Extension
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit Extension.appex.dSYM/Contents/Info.plist
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test WatchKit Extension.appex.dSYM/Contents/Resources/DWARF/watch3test WatchKit Extension
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test_WatchKit_Extension.swiftmodule/i386.swiftdoc
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/build/Products/Debug-watchsimulator/watch3test_WatchKit_Extension.swiftmodule/i386.swiftmodule
        [DEBUG] Removing /Users/kkolipaka/Documents/runtime-Titanium-360/kk1/build/iphone/metabase-mappings-iphonesimulator-8.0.json
        [DEBUG] Removing empty directories
        [INFO]  Starting Hyperloop assembly
        [INFO]  Skipping Hyperloop compile, no usage found ...
        [TRACE] Symbol references up-to-date
        [DEBUG] Skipping stub generation
        [INFO]  Finished Hyperloop assembly in 0.01 seconds
        [INFO]  Skipping xcodebuild
        [INFO]  Finished building the application in 3s 384ms
        [INFO]  Launching iOS Simulator
        [TRACE] [ioslib] Found watchOS 3.0 app: com.appc.watchkitapp
        [ERROR] Specified Watch Simulator "A2A392C2-0675-44D9-B119-A894192CAE42" is not compatible with iOS Simulator "5B7DF50A-CB0A-4D01-A565-EC9E276291C3".
        
  11. Kondal Kolipaka 2016-09-09

    [~ewieber] - Can you also confirm on the above error with the latest 5_5_X SDK build.
  12. Chee Kiat Ng 2016-09-09

    Unfortunately I also got the same error. Reopened ticket. Here's my environment: Ti SDK: 5.5.0.v20160909001141 Appc CLI: 5.5.0-5 Appc NPM: 4.2.7 Xcode 8 GM

    Steps to reproduce

    1. *appc new -t titanium* 2. Enter project, *appc new -t applewatch* 3. Include this in tiapp.xml TEAM ID 4. *appc run -p ios -I 10.0 --launch-watch-app -l trace*

    Expected behavior

    App builds and launches watch successfully.

    Actual behavior

    App fails to build with this error:
        [TRACE] [ioslib] Found watchOS 3.0 app: com.appcelerator.sg.SGWatch2.watchkitapp
        [ERROR] Specified Watch Simulator "670B1890-6118-40DD-85AD-747B1F3F2638" is not compatible with iOS Simulator "DDA403A3-CE67-46B2-B4E8-17705B667937".
        
    This is my ti info
        iOS Simulators
        10.0
          iPhone 7 Plus (iphone)
            UDID                      = DDA403A3-CE67-46B2-B4E8-17705B667937
            Supports Watch Apps       = yes
        WatchOS Simulators
        2.2
          Apple Watch - 38mm (watch)
            UDID                      = 79CD86D1-0994-4FA0-803D-7ACE2471A73B
          Apple Watch - 42mm (watch)
            UDID                      = A92248F9-1588-4CC7-809A-88DDA16096C9
        
        3.0
          Apple Watch - 38mm (watch)
            UDID                      = 3E12A7A9-2E07-454B-8E18-07AE56E48507
          Apple Watch - 42mm (watch)
            UDID                      = C8C0ED0B-627A-4789-BD1B-DC70094737E9
          Apple Watch Series 2 - 38mm (watch)
            UDID                      = A49690A0-78D5-49FD-B1DD-ABC5EA6AE60A
          Apple Watch Series 2 - 42mm (watch)
            UDID                      = 670B1890-6118-40DD-85AD-747B1F3F2638
        
    As you can see, these devices are supposed to be valid. And if you look at Xcode device manager, these devices are rightly paired. Manually setting device ids doesn't work either.
  13. Chris Barber 2016-09-09

    ioslib PR #3: https://github.com/appcelerator/ioslib/pull/44 ioslib@0.15.0 published
  14. Chris Barber 2016-09-09

    I have updated the timob PRs to use the new ioslib@0.15.0. I've gone back to the original format of watchCompanion, but still group by Xcode IDs. I've updated the comment above, but I'll reiterate:
        "watchCompanion": {
        	"7.3.1:7D1014": {
        		"04324590-A357-4D79-955A-1B257E4FB113": { <snip> },
        		"2DB158C6-4262-4436-BD28-F22283ED8A93": { <snip> },
        		"0840F627-0EC3-4DDD-8E27-E4EF33A742FD": { <snip> },
        		"2CF58288-AFDB-4424-91F4-ED2F7071745E": { <snip> },
        		"1030CB19-E41D-4D55-89FD-97BFE2830250": { <snip> },
        		"85AA9683-75E7-4C94-BC36-07DD01F1A8B0": { <snip> }
        	},
        	"8.0:8A218a": {
        		"0840F627-0EC3-4DDD-8E27-E4EF33A742FD": { <snip> },
        		"2CF58288-AFDB-4424-91F4-ED2F7071745E": { <snip> },
        		"1030CB19-E41D-4D55-89FD-97BFE2830250": { <snip> },
        		"85AA9683-75E7-4C94-BC36-07DD01F1A8B0": { <snip> }
        	}
        }
        
    This means that there is no longer an array of watch sim udids that I introduced in an earlier commit in this ticket. This also simplifies the process of finding compatible watch sims since you no longer need to go fetch the watch sim info in order to determine the name and version.
  15. Chris Barber 2016-09-10

    TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/8336 TiSDK 6_0_X PR: https://github.com/appcelerator/titanium_mobile/pull/8337 TiSDK 5_5_X PR: https://github.com/appcelerator/titanium_mobile/pull/8338
  16. Chris Barber 2016-09-10

    ioslib@0.15.1 PR: https://github.com/appcelerator/ioslib/pull/45
  17. Chris Barber 2016-09-10

    TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/8339 TiSDK 6_0_X PR: https://github.com/appcelerator/titanium_mobile/pull/8340 TiSDK 5_5_X PR: https://github.com/appcelerator/titanium_mobile/pull/8341
  18. Kondal Kolipaka 2016-09-10

    [~cbarber] - Found couple of issues. *Environment:* SDK 5.5.0.v20160909225604/CLI 5.4.0/Node 6.0 [^tiinfo_ios_version5_1.json] *Here is the status matrix.* iOS SDK 10.0 + iOS 10.0 simulator + iPhone 6 - Works iOS SDK 10.0 + iOS 10.0 simulator + Apple watch 2.2 - Unable to find any Xcode installations that support both iOS 10.0 and iOS Simulator iOS SDK 10.0 + iOS 10.0 simulator+ Apple watch 3.0 - Works iOS SDK 10.0 + iOS 9.0 simulator + iPhone 6 - Works iOS SDK 10.0 + iOS 9.0 simulator+ Apple watch 38mm 2.0 - Build failed iOS SDK 9.3 + iOS 9.3 simulator + iPhone 6 - Build failed iOS SDK 9.3 + iOS 9.3 simulator+ Apple watch 38mm 2.0 - Build failed iOS SDK 9.3 + iOS 9.3 simulator+ Apple watch 38mm 2.2 - Build failed Hers is the build error:
        [ERROR] :  ** BUILD FAILED **
        [ERROR] :  The following build commands failed:
        [ERROR] :  	CompileSwift normal i386 /Users/kkolipaka/Documents/runtime-Titanium-360/watchostest/build/iphone/extensions/waApp/waApp WatchKit Extension/NotificationController.swift
        [ERROR] :  	CompileSwift normal i386 /Users/kkolipaka/Documents/runtime-Titanium-360/watchostest/build/iphone/extensions/waApp/waApp WatchKit Extension/ExtensionDelegate.swift
        [ERROR] :  	CompileSwift normal i386 /Users/kkolipaka/Documents/runtime-Titanium-360/watchostest/build/iphone/extensions/waApp/waApp WatchKit Extension/InterfaceController.swift
        [ERROR] :  	CompileSwiftSources normal i386 com.apple.xcode.tools.swift.compiler
        [ERROR] :  (4 failures)
        
        
    There is also a discrepancy between watchOS simulators which are shown during the CLI build and watchCompanion list from the ti info. *Example:* As you can see below, after selecting iOS SDK 10.0 it showed watchOS 2.0 simulators. However, will end up with the build failure if I select 2.0. There are no 2.0 watchOS simulators in watchCompanion list - which is correct.
        $ appc run -p ios --launch-watch-app --watch-device-id --sim-version 10.0 --ios-version 10.0
        Appcelerator Command-Line Interface, version 5.4.0
        Copyright (c) 2014-2016, Appcelerator, Inc.  All Rights Reserved.
        
        Which simulator do you want to launch your app in?
        3.0
           1)  Apple Watch - 38mm  A2A392C2-0675-44D9-B119-A894192CAE42
           2)  Apple Watch - 42mm  1F8E285B-AA37-4582-80F2-1D1DD173812D
        2.0
           3)  Apple Watch - 38mm  F3F5BB7A-0BC5-4DB7-B2B7-26283AF0E31E
           4)  Apple Watch - 42mm  DD693E6D-D794-4F38-ACB5-58D233807E5F
        Select an simulator by number or name [1]: 3
        
        
    Another intermittent issue is, build is throwing "Unexpected end of JSON input"
        [TRACE] [ioslib] Found watchOS 3.0 app: com.appc.watchkitapp
        [TRACE] [ioslib] Selected iOS Simulator: iPhone 6s Plus
        [TRACE] [ioslib]   UDID    = 8381AFF4-FC15-47D4-8F2F-6046964006CD
        [TRACE] [ioslib]   iOS     = 9.3
        [TRACE] [ioslib] Selected WatchOS Simulator: Apple Watch - 38mm
        [TRACE] [ioslib]   UDID    = 9939ACAF-9789-4264-836C-9DEC2AB93AB2
        [TRACE] [ioslib]   WatchOS = 2.2
        [TRACE] [ioslib] Autoselected Xcode: 7.3.1
        [TRACE] [ioslib] Running: /Applications/Xcode.app/Contents/Developer/usr/bin/simctl list pairs --json
        
        [ERROR] Unexpected end of JSON input
        
  19. Chee Kiat Ng 2016-09-12

  20. Eric Wieber 2016-09-12

    Verified the main issue of this ticket is fixed, using: MacOS 10.12 (16A239m) Studio 4.7.1.201609100950 Ti SDK 5.5.0.v20160912110832 Appc NPM 4.2.7 Appc CLI 5.5.0-6 Alloy 1.9.2 Xcode 8.0 (8A218a) Building for iOS 10 sims with WatchOS 2.2 or WatchOS 3.0 sims succeeds without issue. Tested by creating a project with an Apple Watch app and then building for each WatchOS sim, while using iOS 10. Will test other iOS/WatchOS sim combinations and create a new ticket for their compatibility, if needed.

JSON Source