[TIMOB-23865] iOS: iOS 10 sim with WatchOS 2 sim doesn't work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-09-12T17:03:46.000+0000 |
Affected Version/s | Release 5.5.0 |
Fix Version/s | Release 5.5.0, ioslib 0.15.0, ioslib 0.15.1 |
Components | iOS, Tooling |
Labels | qe-5.5.0 |
Reporter | Eric Wieber |
Assignee | Chris Barber |
Created | 2016-09-05T11:25:07.000+0000 |
Updated | 2016-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
File | Date | Size |
---|---|---|
tiinfo_ios_version5_1.json | 2016-09-10T08:46:35.000+0000 | 167814 |
watchsim.json | 2016-09-05T11:38:46.000+0000 | 110853 |
Please find the simulator version info
[~cbarber] - FYI.
Here is the
appc ti info -t ios -o json
output - [^watchsim.json][~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:
ioslib PR: https://github.com/appcelerator/ioslib/pull/42 Published ioslib@0.13.3.
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
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.
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
Here are the following changes to the
ti info -t ios -o json
output. 1. ThedetectVersion
has been incremented to5.0
2. For iOS Simulators, thewatchCompanion
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: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 asimDevicePairs
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 propertyiosSDKtoXcode
. This is a map of iOS SDKs to the preferred Xcode version ID.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 versionFor each iOS simulator, the valid list of compatible watch sim udids can be found by look at the
watchCompanion\[<xcode id>\]
[~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.
[~ewieber] - Can you also confirm on the above error with the latest 5_5_X SDK build.
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.xmlExpected behavior
App builds and launches watch successfully.Actual behavior
App fails to build with this error:This is my ti info
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.
ioslib PR #3: https://github.com/appcelerator/ioslib/pull/44 ioslib@0.15.0 published
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: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.
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
ioslib@0.15.1 PR: https://github.com/appcelerator/ioslib/pull/45
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
[~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:
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.
Another intermittent issue is, build is throwing "Unexpected end of JSON input"
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.