Titanium JIRA Archive
Appcelerator Community (AC)

[AC-4385] events not bubbled up to view using addEventListener

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2016-10-20T20:53:02.000+0000
Affected Version/sAppcelerator Studio 4.5.0
Fix Version/sn/a
ComponentsAlloy
Labelsdefect
ReporterChristy Thomas
AssigneeShak Hossain
Created2016-08-24T14:27:17.000+0000
Updated2016-10-20T20:53:02.000+0000

Description

If you addEventListener for 'click' on a view in the controller file it seems that some of the components in that view are not bubbling up events. The attached files below give you an example of this problem and can be used in a new project. If you click on the text you will notice the event is not triggered. If you use the onClick in the xml file then it works correctly. Sometimes you need to create views programmatically and I should be able to addEventListener and get all click events on all children. What changed in 5.4 that is causing addEventListener on a view to not get events for all sub components? This works fine in 5.2.0.

Attachments

FileDateSize
index.js2016-08-24T13:57:06.000+0000145
index.tss2016-08-24T13:57:24.000+0000590
index.xml2016-08-24T13:57:15.000+0000296

Comments

  1. Christy Thomas 2016-08-24

    This is a blocking issue for us to move to using 5.4 from 5.2. We are wanting to move to 5.4 for the fixes TIMOB-23410 and TIMOB-23196, which we have been waiting for.
  2. Sharif AbuDarda 2016-09-08

    Hello, I con't reproduce the issue that you have mentioned. The event is triggered when clicked on the text. An alert pops up with "title_name". I am testing with SDK 5.4.0.GA and in iOS 9.2 iPhone simulator. Am I missing something? Reply wit your thoughts. Thanks.
  3. Christy Thomas 2016-09-08

    I am using iPad 2 (v9.3) simulator. appc info :
       Operating System
         Name                        = Mac OS X
         Version                     = 10.11.6
         Architecture                = 64bit
         # CPUs                      = 8
         Memory                      = 16.0GB
       
       Node.js
         Node.js Version             = 0.12.7
         npm Version                 = 2.11.3
       
       Appcelerator CLI
         Installer                   = 4.2.7
         Core Package                = 5.4.0
       
       Titanium CLI
         CLI Version                 = 5.0.9
         node-appc Version           = 0.2.31
       
       Titanium SDKs
         5.4.0.GA
           Version                   = 5.4.0
           Install Location          = /Users/cthomas/Library/Application Support/Titanium/mobilesdk/osx/5.4.0.GA
           Platforms                 = android, mobileweb, iphone
           git Hash                  = 4ba4c0a
           git Timestamp             = 08/10/16 05:43
           node-appc Version         = 0.2.35
       Mac OS X
         Command Line Tools          = installed
       
       IntelĀ® Hardware Accelerated Execution Manager (HAXM)
         Installed                   = yes
         Memory Limit                = 4 GB
       
       Java Development Kit
         Version                     = 1.8.0_51
         Java Home                   = /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home
       
       Xcode
         7.3.1 (build 7D1014) - Xcode default
           Install Location          = /Applications/Xcode.app/Contents/Developer
           iOS SDKs                  = 9.3
           iOS Simulators            = 9.3, 9.2, 8.4, 8.3, 8.2, 8.1, 7.1
           Watch SDKs                = 2.2
           Watch Simulators          = 2.2
           Supported by TiSDK 5.2.0.GA = yes
           EULA Accepted             = yes
       
    Runtime output:
       Appcelerator Command-Line Interface, version 5.4.0
       Copyright (c) 2014-2016, Appcelerator, Inc.  All Rights Reserved.
       2016-09-08T19:00:10.750Z | TRACE  | set environment to {"registry":"https://software.appcelerator.com","security":"https://security.appcelerator.com","baseurl":"https://platform.appcelerator.com"}
       2016-09-08T19:00:10.751Z | TRACE  | checking credentials for existing session
       2016-09-08T19:00:10.951Z | TRACE  | Attempting to load session info from config file
       2016-09-08T19:00:10.955Z | TRACE  | check if session is invalidated
       2016-09-08T19:00:11.443Z | TRACE  | registry result 200 application/json undefined undefined false undefined
       2016-09-08T19:00:11.445Z | TRACE  | registry returned { expiry: 1473966011481 }
       2016-09-08T19:00:11.445Z | TRACE  | refresh session expiry to:  1473966011481
       2016-09-08T19:00:11.447Z | TRACE  | session expiry 1473966011481 false
       2016-09-08T19:00:11.447Z | TRACE  | Arrow Cloud config file: /Users/cthomas/.acs
       2016-09-08T19:00:11.448Z | TRACE  | found Arrow Cloud login { mid: '716279d63ffe1a0327b608155da3d152cc9f138e',
         publishPort: 443,
         publishHost: 'https://admin.cloudapp-enterprise.appcelerator.com',
         username: 'cthomas@demandware.com',
         cookie: [ 'connect.sid=s%3ABRSoLRsfk3P3%2FIj6%2B6uzvzkW.FNKFW7MoHxT7TQPfq%2FqvV5rOw8fZrEWIDAEFweTTFaQ; Path=/; Expires=Tue, 20 Sep 2016 17:23:24 GMT; HttpOnly' ],
         defaultEP: 
          { publishHost: 'https://admin.cloudapp-enterprise.appcelerator.com',
            publishPort: 443 } } , checking nodeACSEndpoint= https://admin.cloudapp-enterprise.appcelerator.com
       2016-09-08T19:00:11.449Z | TRACE  | Arrow Cloud cookie expiry [ 1474392204000 ]
       2016-09-08T19:00:11.449Z | TRACE  | session already loaded in opts.session
       2016-09-08T19:00:11.450Z | TRACE  | getCredentials() session:
       {
         "ipaddress": "10.200.65.15",
         "username": "cthomas@demandware.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": "716279d63ffe1a0327b608155da3d152cc9f138e",
         "fingerprint_description": "Mac OSX Serial Number: C02M9DTTFD57",
         "org_id": 100027450,
         "expiry": 1473966011481
       }
       2016-09-08T19:00:11.451Z | TRACE  | loading plugins for command "run"
       2016-09-08T19:00:11.486Z | TRACE  | run search paths:
       [
         "/Users/cthomas/.appcelerator/install/5.4.0/package",
         "/Users/cthomas/.appcelerator/install/5.4.0/package/node_modules",
         "/Applications/Appcelerator Studio/AppceleratorStudio.app/Contents/MacOS/node_modules",
         "/Applications/Appcelerator Studio/AppceleratorStudio.app/Contents/node_modules",
         "/Applications/Appcelerator Studio/AppceleratorStudio.app/node_modules",
         "/Applications/Appcelerator Studio/node_modules",
         "/Applications/node_modules",
         "/node_modules",
         "/Users/cthomas/.appcelerator/.npm/lib/node_modules"
       ]
       2016-09-08T19:00:11.487Z | DEBUG  | [PLUGIN-LOAD] 0ms /Users/cthomas/.appcelerator/install/5.4.0/package/appc.js
       2016-09-08T19:00:11.739Z | DEBUG  | [PLUGIN-LOAD] 246ms /Users/cthomas/.appcelerator/install/5.4.0/package/node_modules/appc-cli-titanium/appc.js
       2016-09-08T19:00:11.739Z | DEBUG  | run plugin: /Users/cthomas/.appcelerator/install/5.4.0/package/node_modules/appc-cli-titanium
       2016-09-08T19:00:11.741Z | DEBUG  | [PLUGIN-LOAD] 0ms /Users/cthomas/.appcelerator/install/5.4.0/package/node_modules/arrow/appc.js
       2016-09-08T19:00:11.747Z | DEBUG  | run plugin: /Users/cthomas/.appcelerator/install/5.4.0/package/node_modules/arrow
       2016-09-08T19:00:11.767Z | TRACE  | plugin "arrow" failed its "when" function check, skipping...
       2016-09-08T19:00:11.768Z | TRACE  | loading plugin "titanium" for command "run" CLI options via function
       2016-09-08T19:00:11.769Z | TRACE  | loading plugin "titanium" for command "run" CLI options via array
       2016-09-08T19:00:11.771Z | TRACE  | executing command "run" with the following plugins:
       ["titanium"]
       2016-09-08T19:00:11.772Z | TRACE  | Attempting to load session info from config file
       2016-09-08T19:00:11.773Z | TRACE  | check if session is invalidated
       2016-09-08T19:00:12.229Z | TRACE  | registry result 200 application/json undefined undefined false undefined
       2016-09-08T19:00:12.229Z | TRACE  | registry returned { expiry: 1473966012268 }
       2016-09-08T19:00:12.229Z | TRACE  | refresh session expiry to:  1473966012268
       2016-09-08T19:00:12.230Z | TRACE  | session expiry 1473966012268 false
       2016-09-08T19:00:12.231Z | TRACE  | session already loaded in opts.session
       2016-09-08T19:00:12.242Z | DEBUG  | Titanium Downloads Last Checked: 1473360550065
       9/8/2016, 3:00:14 PM
       Operating System
         Name                        = Mac OS X
         Version                     = 10.11.6
         Architecture                = 64bit
         # CPUs                      = 8
         Memory                      = 17179869184
       Node.js
         Node.js Version             = 0.12.7
         npm Version                 = 2.11.3
       Titanium CLI
         CLI Version                 = 5.0.9
       Titanium SDK
         SDK Version                 = 5.4.0.GA
         SDK Path                    = /Users/cthomas/Library/Application Support/Titanium/mobilesdk/osx/5.4.0.GA
         Target Platform             = iphone
       Command
         /usr/local/bin/node /Users/cthomas/.appcelerator/install/5.4.0/package/node_modules/titanium/lib/titanium.js build run --platform ios --log-level trace --sdk 5.4.0.GA --project-dir /Users/cthomas/Code/BlankProject/New47 --target simulator --ios-version 9.3 --device-family ipad --deploy-type development --sim-type ipad --sim-version 9.3 --device-id B388394B-30BE-4E95-9322-B7C60CDF1CEC --skip-js-minify --no-colors --no-progress-bars --no-prompt --prompt-type socket-bundle --prompt-port 55020 --config-file /var/folders/25/x4lmh1qn2rd11dkqf4g4jn80680cyz/T/build-1473361212231.json --no-banner --project-dir /Users/cthomas/Code/BlankProject/New47
       [TRACE] :  [ioslib] Validating iOS Simulator UDID B388394B-30BE-4E95-9322-B7C60CDF1CEC
       [TRACE] :  [ioslib] Found iOS Simulator UDID B388394B-30BE-4E95-9322-B7C60CDF1CEC
       [TRACE] :  [ioslib] Selected iOS Simulator: iPad 2
       [TRACE] :  [ioslib]   UDID    = B388394B-30BE-4E95-9322-B7C60CDF1CEC
       [TRACE] :  [ioslib]   iOS     = 9.3
       [TRACE] :  [ioslib] Autoselected Xcode: 7.3.1
       [DEBUG] :  Detecting modules in /Users/cthomas/Library/Application Support/Titanium/modules
       [DEBUG] :  Detected android module: com.appcelerator.apm 1.1.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/com.appcelerator.apm/1.1.1
       [DEBUG] :  Detected android module: com.appcelerator.apm 1.1.5 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/com.appcelerator.apm/1.1.5
       [DEBUG] :  Detected android module: facebook 3.0.2 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/facebook/3.0.2
       [DEBUG] :  Detected android module: facebook 3.0.3 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/facebook/3.0.3
       [DEBUG] :  Detected android module: facebook 4.0.5 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/facebook/4.0.5
       [DEBUG] :  Detected android module: facebook 5.0.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/facebook/5.0.0
       [DEBUG] :  Detected android module: facebook 5.2.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/facebook/5.2.0
       [DEBUG] :  Detected android module: ti.cloudpush 3.2.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.cloudpush/3.2.0
       [DEBUG] :  Detected android module: ti.cloudpush 3.2.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.cloudpush/3.2.1
       [DEBUG] :  Detected android module: ti.cloudpush 3.3.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.cloudpush/3.3.0
       [DEBUG] :  Detected android module: ti.cloudpush 3.3.4 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.cloudpush/3.3.4
       [DEBUG] :  Detected android module: ti.cloudpush 3.3.7 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.cloudpush/3.3.7
       [DEBUG] :  Detected android module: ti.cloudpush 3.3.8 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.cloudpush/3.3.8
       [DEBUG] :  Detected android module: ti.cloudpush 3.4.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.cloudpush/3.4.0
       [DEBUG] :  Detected android module: ti.cloudpush 3.4.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.cloudpush/3.4.1
       [DEBUG] :  Detected android module: ti.map 2.1.3 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.map/2.1.3
       [DEBUG] :  Detected android module: ti.map 2.1.4 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.map/2.1.4
       [DEBUG] :  Detected android module: ti.map 2.2.2 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.map/2.2.2
       [DEBUG] :  Detected android module: ti.map 2.2.3 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.map/2.2.3
       [DEBUG] :  Detected android module: ti.map 2.3.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.map/2.3.1
       [DEBUG] :  Detected android module: ti.map 2.3.10 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.map/2.3.10
       [DEBUG] :  Detected android module: ti.map 2.3.3 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.map/2.3.3
       [DEBUG] :  Detected android module: ti.map 2.3.6 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.map/2.3.6
       [DEBUG] :  Detected android module: ti.touchid 1.0.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/android/ti.touchid/1.0.0
       [DEBUG] :  Detected commonjs module: ti.cloud 3.2.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.0
       [DEBUG] :  Detected commonjs module: ti.cloud 3.2.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.1
       [DEBUG] :  Detected commonjs module: ti.cloud 3.2.10 @ /Users/cthomas/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.10
       [DEBUG] :  Detected commonjs module: ti.cloud 3.2.11 @ /Users/cthomas/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.11
       [DEBUG] :  Detected commonjs module: ti.cloud 3.2.2 @ /Users/cthomas/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.2
       [DEBUG] :  Detected commonjs module: ti.cloud 3.2.3 @ /Users/cthomas/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.3
       [DEBUG] :  Detected commonjs module: ti.cloud 3.2.5 @ /Users/cthomas/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.5
       [DEBUG] :  Detected commonjs module: ti.cloud 3.2.7 @ /Users/cthomas/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.7
       [DEBUG] :  Detected commonjs module: ti.cloud 3.2.9 @ /Users/cthomas/Library/Application Support/Titanium/modules/commonjs/ti.cloud/3.2.9
       [DEBUG] :  Detected iphone module: com.appcelerator.apm 1.1.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/com.appcelerator.apm/1.1.1
       [DEBUG] :  Detected iphone module: com.appcelerator.apm 1.1.5 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/com.appcelerator.apm/1.1.5
       [DEBUG] :  Detected iphone module: com.appcelerator.urlSession 1.0.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/com.appcelerator.urlSession/1.0.0
       [DEBUG] :  Detected iphone module: com.appcelerator.urlSession 1.0.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/com.appcelerator.urlSession/1.0.1
       [DEBUG] :  Detected iphone module: com.appcelerator.urlSession 1.1.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/com.appcelerator.urlSession/1.1.0
       [DEBUG] :  Detected iphone module: com.appcelerator.urlSession 1.1.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/com.appcelerator.urlSession/1.1.1
       [DEBUG] :  Detected iphone module: com.appcelerator.urlSession 2.0.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/com.appcelerator.urlSession/2.0.0
       [DEBUG] :  Detected iphone module: facebook 3.1.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/facebook/3.1.1
       [DEBUG] :  Detected iphone module: facebook 3.2.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/facebook/3.2.0
       [DEBUG] :  Detected iphone module: facebook 4.0.5 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/facebook/4.0.5
       [DEBUG] :  Detected iphone module: facebook 5.0.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/facebook/5.0.1
       [DEBUG] :  Detected iphone module: facebook 5.2.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/facebook/5.2.0
       [DEBUG] :  Detected iphone module: ti.coremotion 1.0.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.coremotion/1.0.1
       [DEBUG] :  Detected iphone module: ti.coremotion 1.1.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.coremotion/1.1.0
       [DEBUG] :  Detected iphone module: ti.coremotion 2.0.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.coremotion/2.0.0
       [DEBUG] :  Detected iphone module: ti.map 2.0.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.map/2.0.0
       [DEBUG] :  Detected iphone module: ti.map 2.0.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.map/2.0.1
       [DEBUG] :  Detected iphone module: ti.map 2.0.2 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.map/2.0.2
       [DEBUG] :  Detected iphone module: ti.map 2.0.3 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.map/2.0.3
       [DEBUG] :  Detected iphone module: ti.map 2.0.4 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.map/2.0.4
       [DEBUG] :  Detected iphone module: ti.map 2.2.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.map/2.2.0
       [DEBUG] :  Detected iphone module: ti.map 2.3.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.map/2.3.1
       [DEBUG] :  Detected iphone module: ti.map 2.3.3 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.map/2.3.3
       [DEBUG] :  Detected iphone module: ti.map 2.5.2 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.map/2.5.2
       [DEBUG] :  Detected iphone module: ti.map 2.7.1 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.map/2.7.1
       [DEBUG] :  Detected iphone module: ti.safaridialog 1.0.5 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.safaridialog/1.0.5
       [DEBUG] :  Detected iphone module: ti.touchid 1.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.touchid/1.0
       [DEBUG] :  Detected iphone module: ti.touchid 1.1.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.touchid/1.1.0
       [DEBUG] :  Detected iphone module: ti.touchid 1.2.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.touchid/1.2.0
       [DEBUG] :  Detected iphone module: ti.touchid 1.2.2 @ /Users/cthomas/Library/Application Support/Titanium/modules/iphone/ti.touchid/1.2.2
       [DEBUG] :  Detected tizen module: tizen 3.0.0 @ /Users/cthomas/Library/Application Support/Titanium/modules/tizen/tizen/3.0.0
       [DEBUG] :  Detecting plugins in /Users/cthomas/Code/BlankProject/New47/plugins
       [DEBUG] :  Detected plugin: ti.alloy @ /Users/cthomas/Code/BlankProject/New47/plugins/ti.alloy
       [DEBUG] :  Detecting plugins in /Users/cthomas/Library/Application Support/Titanium/plugins
       [DEBUG] :  Detected plugin: com.appcelerator.test @ /Users/cthomas/Library/Application Support/Titanium/plugins/com.appcelerator.test
       [DEBUG] :  Looking for Titanium plugin id=ti.alloy version=1.0
       [INFO] :   Found Titanium plugin id=ti.alloy version=1.0 
       [TRACE] :  Snapshotting build directory
       [DEBUG] :  Titanium SDK iOS directory: /Users/cthomas/Library/Application Support/Titanium/mobilesdk/osx/5.4.0.GA/iphone
       [INFO] :   Deploy type: development
       [INFO] :   Building for target: simulator
       [INFO] :   Building using iOS SDK: 9.3
       [INFO] :   Building for iOS Simulator: iPad 2
       [DEBUG] :  UDID: B388394B-30BE-4E95-9322-B7C60CDF1CEC
       [DEBUG] :  Simulator type: ipad
       [DEBUG] :  Simulator version: 9.3
       [INFO] :   Building for device family: ipad
       [DEBUG] :  Setting Xcode target to Debug
       [DEBUG] :  Setting Xcode build OS to iphonesimulator
       [DEBUG] :  Xcode installation: /Applications/Xcode.app/Contents/Developer
       [DEBUG] :  iOS WWDR certificate: installed
       [INFO] :   Minimum iOS version: 7.1
       [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/cthomas/Code/BlankProject/New47/app
       [INFO] :   Executing Alloy compile: /usr/local/bin/node /Users/cthomas/.appcelerator/install/5.4.0/package/node_modules/alloy/bin/alloy compile /Users/cthomas/Code/BlankProject/New47/app --config platform=ios,version=0,simtype=none,devicefamily=ipad,deploytype=development,target=simulator --no-colors
       [DEBUG] :         .__  .__                
       [DEBUG] :  _____  |  | |  |   ____ ___.__.
       [DEBUG] :  \__  \ |  | |  |  /  _ <   |  |
       [DEBUG] :   / __ \|  |_|  |_(  <_> )___  |
       [DEBUG] :  (____  /____/____/\____// ____|
       [DEBUG] :       \/                 \/
       [DEBUG] :  Alloy 1.9.1 by Appcelerator. The MVC app framework for Titanium.
       [DEBUG] :  ----- CONFIGURATION -----
       [DEBUG] :  raw config = "platform=ios,version=0,simtype=none,devicefamily=ipad,deploytype=development,target=simulator"
       [DEBUG] :  platform = ios
       [DEBUG] :  version = 0
       [DEBUG] :  simtype = none
       [DEBUG] :  devicefamily = ipad
       [DEBUG] :  deploytype = development
       [DEBUG] :  target = simulator
       [DEBUG] :  project path = /Users/cthomas/Code/BlankProject/New47
       [DEBUG] :  app path = /Users/cthomas/Code/BlankProject/New47/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 -----
       [INFO] :   Deployed ti.alloy hook to /Users/cthomas/Code/BlankProject/New47/plugins/ti.alloy/hooks/alloy.js
       [INFO] :   Deployed ti.alloy cleanhook to /Users/cthomas/Code/BlankProject/New47/plugins/ti.alloy/hooks/deepclean.js
       [TRACE] :  SRC_DIR=/Users/cthomas/.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 ../../../../../../Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy.js
       [TRACE] :  SRC_DIR=/Users/cthomas/.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/cthomas/Code/BlankProject/New47/app/assets
       [TRACE] :  
       [DEBUG] :  Resetting /Users/cthomas/Code/BlankProject/New47/platform/ios
       [DEBUG] :  
       [DEBUG] :  Resetting /Users/cthomas/Code/BlankProject/New47/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.62619s] TOTAL
       [INFO] :   
       [INFO] :   Alloy compiled in 0.62619s
       [INFO] :   Alloy compiler completed successfully
       [TRACE] :  offline build file /var/folders/25/x4lmh1qn2rd11dkqf4g4jn80680cyz/T/build-e7fcb8fcf7852f4c08431648825f7827f9ba64c7.json
       [TRACE] :  online 1
       [TRACE] :  optimizing build, last build was 656.408 sec ago
       [INFO] :   Creating Xcode project
       [TRACE] :  Removing pre-compile phase
       [TRACE] :  No native module libraries to add
       [TRACE] :  No extensions to add
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/New 4.7 Project.xcodeproj/project.pbxproj
       [INFO] :   Creating Entitlements.plist
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/New 4.7 Project.entitlements
       [INFO] :   Creating Info.plist
       [DEBUG] :  Checking for Splash Screen localization
       [INFO] :   Disabling ATS
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/Info.plist
       [INFO] :   Creating main.m
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/main.m
       [INFO] :   Creating Xcode config files
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/project.xcconfig
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/module.xcconfig
       [INFO] :   Copying Titanium libraries
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/lib/libTiCore.a
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/lib/libtiverify.a
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/lib/libti_ios_debugger.a
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/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/cthomas/Code/BlankProject/New47/build/iphone/New_4_7_Project_Prefix.pch
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/New 4.7 Project.xcodeproj/xcshareddata/xcschemes/New_4_7_Project.xcscheme
       [INFO] :   Creating debugger and profiler plists
       [DEBUG] :  Skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/debugger.plist
       [DEBUG] :  Skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.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/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/Contents.json
       [INFO] :   Creating app icon set
       [TRACE] :  Found generated 29x29 app icon: /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small.png
       [TRACE] :  Found generated 58x58 app icon: /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small@2x.png
       [TRACE] :  Found generated 40x40 app icon: /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small-40.png
       [TRACE] :  Found generated 80x80 app icon: /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-Small-40@2x.png
       [TRACE] :  Found generated 76x76 app icon: /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-76.png
       [TRACE] :  Found generated 152x152 app icon: /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-76@2x.png
       [TRACE] :  Found generated 167x167 app icon: /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/AppIcon.appiconset/appicon-83.5@2x.png
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/AppIcon.appiconset/Contents.json
       [INFO] :   Creating launch image set
       [DEBUG] :  Skipping iPhone launch image: Resources/iphone/Default-568h@2x.png
       [DEBUG] :  Skipping iPhone launch image: Resources/iphone/Default-667h@2x.png
       [DEBUG] :  Skipping iPhone launch image: Resources/iphone/Default-Landscape-736h@3x.png
       [DEBUG] :  Skipping iPhone launch image: Resources/iphone/Default-Portrait-736h@3x.png
       [DEBUG] :  Unsupported launch image Resources/iphone/Default.png, skipping
       [DEBUG] :  Skipping iPhone launch image: Resources/iphone/Default@2x.png
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/LaunchImage.launchimage/Contents.json
       [INFO] :   App thinning disabled, skipping asset image sets
       [DEBUG] :  Copying resources
       [DEBUG] :  Overwriting /Users/cthomas/Code/BlankProject/New47/platform/ios/alloy_generated => /Users/cthomas/Code/BlankProject/New47/build/iphone/alloy_generated
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png
       [DEBUG] :  Overwriting /Users/cthomas/Code/BlankProject/New47/Resources/iphone/Default-Landscape.png => /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png
       [DEBUG] :  Overwriting /Users/cthomas/Code/BlankProject/New47/Resources/iphone/Default-Landscape@2x.png => /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png
       [DEBUG] :  Overwriting /Users/cthomas/Code/BlankProject/New47/Resources/iphone/Default-Portrait.png => /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png
       [DEBUG] :  Overwriting /Users/cthomas/Code/BlankProject/New47/Resources/iphone/Default-Portrait@2x.png => /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png
       [DEBUG] :  Copying CSS files
       [INFO] :   Processing JavaScript files
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy/CFG.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/alloy/CFG.js
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/app.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/app.js
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy/backbone.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/alloy/backbone.js
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy/constants.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/alloy/constants.js
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy/controllers/BaseController.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/alloy/controllers/BaseController.js
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy/controllers/index.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/alloy/controllers/index.js
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy/styles/index.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/alloy/styles/index.js
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy/sync/localStorage.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/alloy/sync/localStorage.js
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy/sync/properties.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/alloy/sync/properties.js
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy/sync/sql.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/alloy/sync/sql.js
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy/underscore.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/alloy/underscore.js
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy/widget.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/alloy/widget.js
       [DEBUG] :  Copying /Users/cthomas/Code/BlankProject/New47/Resources/iphone/alloy.js => /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/alloy.js
       [INFO] :   Writing app properties
       [DEBUG] :  Writing /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/_app_props_.json
       [DEBUG] :  Using default application routing
       [INFO] :   Forcing rebuild: Classes/ApplicationRouting.m has changed since last build
       [DEBUG] :  Writing /Users/cthomas/Code/BlankProject/New47/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/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/modules/ui/images/badge.png
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/modules/ui/images/closeButton.png
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/modules/ui/images/photoDefault.png
       [TRACE] :  No change, skipping /Users/cthomas/Code/BlankProject/New47/build/iphone/Classes/defines.h
       [INFO] :   Removing files
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/_app_props__json
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/alloy/CFG_js
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/alloy/backbone_js
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/alloy/constants_js
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/alloy/controllers/BaseController_js
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/alloy/controllers/index_js
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/alloy/styles/index_js
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/alloy/sync/localStorage_js
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/alloy/sync/properties_js
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/alloy/sync/sql_js
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/alloy/underscore_js
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/alloy/widget_js
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/alloy_js
       [DEBUG] :  Removing /Users/cthomas/Code/BlankProject/New47/build/iphone/assets/app_js
       [DEBUG] :  Removing empty directories
       [INFO] :   Invoking xcodebuild
       [DEBUG] :  Invoking: DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild build -target "New 4.7 Project" -configuration Debug -scheme New_4_7_Project -derivedDataPath /Users/cthomas/Code/BlankProject/New47/build/iphone OBJROOT=/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates SHARED_PRECOMPS_DIR=/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/PrecompiledHeaders SYMROOT=/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products -destination "platform=iOS Simulator,id=B388394B-30BE-4E95-9322-B7C60CDF1CEC,OS=9.3"
       [TRACE] :  User defaults from command line:
       [TRACE] :      IDEDerivedDataPathOverride = /Users/cthomas/Code/BlankProject/New47/build/iphone
       [TRACE] :  Build settings from command line:
       [TRACE] :      OBJROOT = /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates
       [TRACE] :      SHARED_PRECOMPS_DIR = /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/PrecompiledHeaders
       [TRACE] :      SYMROOT = /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products
       [TRACE] :  
       [TRACE] :  === BUILD TARGET New 4.7 Project OF PROJECT New 4.7 Project WITH CONFIGURATION Debug ===
       [TRACE] :  Check dependencies
       [TRACE] :  
       [TRACE] :  CompileC build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/i386/ApplicationRouting.o Classes/ApplicationRouting.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
       [TRACE] :      cd /Users/cthomas/Code/BlankProject/New47/build/iphone
       [TRACE] :      export LANG=en_US.US-ASCII
       [TRACE] :      export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/lib/node_modules/mocha/bin:/usr/local/bin/node/bin:/usr/local/bin/ant/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin"
       [TRACE] :      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -fmodules -fmodules-cache-path=/Users/cthomas/Code/BlankProject/New47/build/iphone/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/cthomas/Code/BlankProject/New47/build/iphone/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wno-parentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wno-unused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEPLOYTYPE=development -D__LOG__ID__=25834d2c-8b1a-4daa-9aaa-50f64cd509ea -DDEBUG=1 -DTI_VERSION=5.4.0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=7.1 -g -fvisibility=hidden -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/New\ 4.7\ Project-generated-files.hmap -I/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/New\ 4.7\ Project-own-target-headers.hmap -I/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/New\ 4.7\ Project-all-target-headers.hmap -iquote /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/New\ 4.7\ Project-project-headers.hmap -I/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/libxml2 -Iheaders -I/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/DerivedSources/i386 -I/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/DerivedSources -F/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator -DDEBUG -include /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/PrecompiledHeaders/New_4_7_Project_Prefix-bjxomoltvahhhycvibgucgchfkne/New_4_7_Project_Prefix.pch -MMD -MT dependencies -MF /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/i386/ApplicationRouting.d --serialize-diagnostics /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/i386/ApplicationRouting.dia -c /Users/cthomas/Code/BlankProject/New47/build/iphone/Classes/ApplicationRouting.m -o /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/i386/ApplicationRouting.o
       [TRACE] :  
       [TRACE] :  CompileC build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/x86_64/ApplicationRouting.o Classes/ApplicationRouting.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
       [TRACE] :      cd /Users/cthomas/Code/BlankProject/New47/build/iphone
       [TRACE] :      export LANG=en_US.US-ASCII
       [TRACE] :      export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/lib/node_modules/mocha/bin:/usr/local/bin/node/bin:/usr/local/bin/ant/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin"
       [TRACE] :      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -fmodules -fmodules-cache-path=/Users/cthomas/Code/BlankProject/New47/build/iphone/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/cthomas/Code/BlankProject/New47/build/iphone/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wno-parentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wno-unused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEPLOYTYPE=development -D__LOG__ID__=25834d2c-8b1a-4daa-9aaa-50f64cd509ea -DDEBUG=1 -DTI_VERSION=5.4.0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=7.1 -g -fvisibility=hidden -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/New\ 4.7\ Project-generated-files.hmap -I/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/New\ 4.7\ Project-own-target-headers.hmap -I/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/New\ 4.7\ Project-all-target-headers.hmap -iquote /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/New\ 4.7\ Project-project-headers.hmap -I/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/libxml2 -Iheaders -I/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/DerivedSources/x86_64 -I/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/DerivedSources -F/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator -DDEBUG -include /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/PrecompiledHeaders/New_4_7_Project_Prefix-blzkopytegdrjxdmbgdwgvptpfmx/New_4_7_Project_Prefix.pch -MMD -MT dependencies -MF /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/x86_64/ApplicationRouting.d --serialize-diagnostics /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/x86_64/ApplicationRouting.dia -c /Users/cthomas/Code/BlankProject/New47/build/iphone/Classes/ApplicationRouting.m -o /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/x86_64/ApplicationRouting.o
       [TRACE] :  
       [TRACE] :  CompileAssetCatalog build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app Assets.xcassets
       [TRACE] :      cd /Users/cthomas/Code/BlankProject/New47/build/iphone
       [TRACE] :      export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/lib/node_modules/mocha/bin:/usr/local/bin/node/bin:/usr/local/bin/ant/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin"
       [TRACE] :      /Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/assetcatalog_dependencies --output-partial-info-plist /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/assetcatalog_generated_info.plist --app-icon AppIcon --launch-image LaunchImage --compress-pngs --enable-on-demand-resources YES --filter-for-device-model iPad2,1 --filter-for-device-os-version 9.3 --target-device ipad --minimum-deployment-target 7.1 --platform iphonesimulator --compile /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets
       [TRACE] :  /* com.apple.actool.document.warnings */
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets:./LaunchImage.launchimage/[ipad][][1x][landscape][full-screen][7.0]: warning: LaunchImage.launchimage/Default-Landscape.png is 1014x768 but should be 1024x768.
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/Assets.xcassets:./LaunchImage.launchimage/[ipad][][2x][landscape][full-screen][7.0]: warning: LaunchImage.launchimage/Default-Landscape@2x.png is 2048x1496 but should be 2048x1536.
       [TRACE] :  /* com.apple.actool.compilation-results */
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/AppIcon29x29@2x.png
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/AppIcon40x40@2x.png
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/AppIcon29x29~ipad.png
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/AppIcon29x29@2x~ipad.png
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/AppIcon40x40~ipad.png
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/AppIcon40x40@2x~ipad.png
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/AppIcon76x76~ipad.png
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/AppIcon76x76@2x~ipad.png
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/AppIcon83.5x83.5@2x~ipad.png
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/LaunchImage-700-Portrait~ipad.png
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app/LaunchImage-700-Portrait@2x~ipad.png
       [TRACE] :  /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New 4.7 Project.build/Debug-iphonesimulator/New 4.7 Project.build/assetcatalog_generated_info.plist
       [TRACE] :  
       [TRACE] :  ProcessInfoPlistFile build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app/Info.plist Info.plist
       [TRACE] :      cd /Users/cthomas/Code/BlankProject/New47/build/iphone
       [TRACE] :      export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/lib/node_modules/mocha/bin:/usr/local/bin/node/bin:/usr/local/bin/ant/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin"
       [TRACE] :      builtin-infoPlistUtility /Users/cthomas/Code/BlankProject/New47/build/iphone/Info.plist -genpkginfo /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator -additionalcontentfile /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/assetcatalog_generated_info.plist -o /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app/Info.plist
       [TRACE] :  
       [TRACE] :  ProcessProductPackaging New\ 4.7\ Project.entitlements build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/New\ 4.7\ Project.app.xcent
       [TRACE] :      cd /Users/cthomas/Code/BlankProject/New47/build/iphone
       [TRACE] :      export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/lib/node_modules/mocha/bin:/usr/local/bin/node/bin:/usr/local/bin/ant/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin"
       [TRACE] :      builtin-productPackagingUtility /Users/cthomas/Code/BlankProject/New47/build/iphone/New\ 4.7\ Project.entitlements -entitlements -format xml -o /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/New\ 4.7\ Project.app.xcent
       [TRACE] :  
       [TRACE] :  Ld build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/i386/New\ 4.7\ Project normal i386
       [TRACE] :      cd /Users/cthomas/Code/BlankProject/New47/build/iphone
       [TRACE] :      export IPHONEOS_DEPLOYMENT_TARGET=7.1
       [TRACE] :      export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/lib/node_modules/mocha/bin:/usr/local/bin/node/bin:/usr/local/bin/ant/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin"
       [TRACE] :      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk -L/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator -L/Users/cthomas/Code/BlankProject/New47/build/iphone/lib -L/Users/cthomas/Code/BlankProject/New47/build/iphone/Classes/APSAnalytics -L/Users/cthomas/Code/BlankProject/New47/build/iphone/Classes/APSHTTPClient -F/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator -filelist /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/i386/New\ 4.7\ Project.LinkFileList -mios-simulator-version-min=7.1 -dead_strip -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -ObjC -weak-lti_ios_profiler -weak-lti_ios_debugger -weak-lTiCore -weak_framework Contacts -weak_framework ContactsUI -weak_framework WatchConnectivity -weak_framework CoreSpotlight -fobjc-link-runtime -stdlib=libc++ -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/New\ 4.7\ Project.app.xcent -weak_framework iAd -framework CoreMedia -weak_framework CoreMotion -lAPSAnalytics -weak_framework CoreText -framework EventKit -framework EventKitUI -weak_framework Security -licucore -framework Foundation -weak_framework UIKit -framework CoreGraphics -weak_framework AddressBook -framework AddressBookUI -framework CFNetwork -framework CoreLocation -weak_framework MapKit -framework MessageUI -framework MobileCoreServices -framework OpenGLES -framework QuartzCore -framework SystemConfiguration -lsqlite3 -lz -framework AudioToolbox -weak_framework MediaPlayer -framework AVFoundation -lxml2 -framework StoreKit -lAPSHTTPClient -framework ExternalAccessory -ltiverify -Xlinker -dependency_info -Xlinker /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/i386/New\ 4.7\ Project_dependency_info.dat -o /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/i386/New\ 4.7\ Project
       [TRACE] :  
       [TRACE] :  Ld build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/x86_64/New\ 4.7\ Project normal x86_64
       [TRACE] :      cd /Users/cthomas/Code/BlankProject/New47/build/iphone
       [TRACE] :      export IPHONEOS_DEPLOYMENT_TARGET=7.1
       [TRACE] :      export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/lib/node_modules/mocha/bin:/usr/local/bin/node/bin:/usr/local/bin/ant/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin"
       [TRACE] :      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk -L/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator -L/Users/cthomas/Code/BlankProject/New47/build/iphone/lib -L/Users/cthomas/Code/BlankProject/New47/build/iphone/Classes/APSAnalytics -L/Users/cthomas/Code/BlankProject/New47/build/iphone/Classes/APSHTTPClient -F/Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator -filelist /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/x86_64/New\ 4.7\ Project.LinkFileList -mios-simulator-version-min=7.1 -dead_strip -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -ObjC -weak-lti_ios_profiler -weak-lti_ios_debugger -weak-lTiCore -weak_framework Contacts -weak_framework ContactsUI -weak_framework WatchConnectivity -weak_framework CoreSpotlight -fobjc-link-runtime -stdlib=libc++ -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/New\ 4.7\ Project.app.xcent -weak_framework iAd -framework CoreMedia -weak_framework CoreMotion -lAPSAnalytics -weak_framework CoreText -framework EventKit -framework EventKitUI -weak_framework Security -licucore -framework Foundation -weak_framework UIKit -framework CoreGraphics -weak_framework AddressBook -framework AddressBookUI -framework CFNetwork -framework CoreLocation -weak_framework MapKit -framework MessageUI -framework MobileCoreServices -framework OpenGLES -framework QuartzCore -framework SystemConfiguration -lsqlite3 -lz -framework AudioToolbox -weak_framework MediaPlayer -framework AVFoundation -lxml2 -framework StoreKit -lAPSHTTPClient -framework ExternalAccessory -ltiverify -Xlinker -dependency_info -Xlinker /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/x86_64/New\ 4.7\ Project_dependency_info.dat -o /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/x86_64/New\ 4.7\ Project
       [TRACE] :  
       [TRACE] :  CreateUniversalBinary build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app/New\ 4.7\ Project normal i386\ x86_64
       [TRACE] :      cd /Users/cthomas/Code/BlankProject/New47/build/iphone
       [TRACE] :      export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/lib/node_modules/mocha/bin:/usr/local/bin/node/bin:/usr/local/bin/ant/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin"
       [TRACE] :      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/i386/New\ 4.7\ Project /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Intermediates/New\ 4.7\ Project.build/Debug-iphonesimulator/New\ 4.7\ Project.build/Objects-normal/x86_64/New\ 4.7\ Project -output /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app/New\ 4.7\ Project
       [TRACE] :  
       [TRACE] :  GenerateDSYMFile build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app.dSYM build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app/New\ 4.7\ Project
       [TRACE] :      cd /Users/cthomas/Code/BlankProject/New47/build/iphone
       [TRACE] :      export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/lib/node_modules/mocha/bin:/usr/local/bin/node/bin:/usr/local/bin/ant/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin"
       [TRACE] :      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app/New\ 4.7\ Project -o /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app.dSYM
       [TRACE] :  
       [TRACE] :  CopySwiftLibs build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app
       [TRACE] :      cd /Users/cthomas/Code/BlankProject/New47/build/iphone
       [TRACE] :      export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
       [TRACE] :      export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
       [TRACE] :      export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/lib/node_modules/mocha/bin:/usr/local/bin/node/bin:/usr/local/bin/ant/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin"
       [TRACE] :      export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk
       [TRACE] :      export TOOLCHAINS=com.apple.dt.toolchain.iOS9_3
       [TRACE] :      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-stdlib-tool --copy --verbose --scan-executable /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app/New\ 4.7\ Project --scan-folder /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app/Frameworks --scan-folder /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app/PlugIns --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/iAd.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreMedia.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreMotion.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreText.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/EventKit.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/EventKitUI.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/Security.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/Foundation.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/UIKit.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreGraphics.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/AddressBook.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/AddressBookUI.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CFNetwork.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreLocation.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/MapKit.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/MessageUI.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/MobileCoreServices.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/OpenGLES.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/QuartzCore.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/SystemConfiguration.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/AudioToolbox.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/MediaPlayer.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/AVFoundation.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/StoreKit.framework --scan-folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/ExternalAccessory.framework --platform iphonesimulator --destination /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app/Frameworks --strip-bitcode
       [TRACE] :  
       [TRACE] :  Touch build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app
       [TRACE] :      cd /Users/cthomas/Code/BlankProject/New47/build/iphone
       [TRACE] :      export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/lib/node_modules/mocha/bin:/usr/local/bin/node/bin:/usr/local/bin/ant/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin"
       [TRACE] :      /usr/bin/touch -c /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New\ 4.7\ Project.app
       [TRACE] :  
       [TRACE] :  ** BUILD SUCCEEDED **
       [INFO] :   Finished building the application in 10s 338ms
       [INFO] :   Launching iOS Simulator
       [TRACE] :  [ioslib] Selected iOS Simulator: iPad 2
       [TRACE] :  [ioslib]   UDID    = B388394B-30BE-4E95-9322-B7C60CDF1CEC
       [TRACE] :  [ioslib]   iOS     = 9.3
       [TRACE] :  [ioslib] Autoselected Xcode: 7.3.1
       [TRACE] :  [ioslib] Removing old log file: /Users/cthomas/Library/Developer/CoreSimulator/Devices/B388394B-30BE-4E95-9322-B7C60CDF1CEC/data/Containers/Data/Application/2EC838F0-B273-4D1A-9296-539144A36C39/Documents/25834d2c-8b1a-4daa-9aaa-50f64cd509ea.log
       [TRACE] :  [ioslib] iPad 2 Simulator already running with the correct udid
       [TRACE] :  [ioslib] Tailing iPad 2 Simulator system log: /Users/cthomas/Library/Logs/CoreSimulator/B388394B-30BE-4E95-9322-B7C60CDF1CEC/system.log
       [TRACE] :  [ioslib] Running: osascript "/Users/cthomas/Library/Application Support/Titanium/mobilesdk/osx/5.4.0.GA/node_modules/ioslib/lib/sim_focus.scpt" "Simulator"
       [TRACE] :  [ioslib] iPad 2 Simulator successfully focused
       [TRACE] :  [ioslib] Running: /Applications/Xcode.app/Contents/Developer/usr/bin/simctl install B388394B-30BE-4E95-9322-B7C60CDF1CEC /Users/cthomas/Code/BlankProject/New47/build/iphone/build/Products/Debug-iphonesimulator/New 4.7 Project.app
       [TRACE] :  [ioslib] App installed
       [TRACE] :  [ioslib] Running: /Applications/Xcode.app/Contents/Developer/usr/bin/simctl launch B388394B-30BE-4E95-9322-B7C60CDF1CEC com.demandware.new
       [TRACE] :  [ioslib] App launched
       [TRACE] :  [ioslib] Found application log file: /Users/cthomas/Library/Developer/CoreSimulator/Devices/B388394B-30BE-4E95-9322-B7C60CDF1CEC/data/Containers/Data/Application/FADB3D73-34D1-49E0-AFB5-13AA1419E80F/Documents/25834d2c-8b1a-4daa-9aaa-50f64cd509ea.log
       [TRACE] :  [New 4.7 Project] assertion failed: 15G31 13E230: libxpc.dylib + 71506 [6F98A9DA-B46E-3A2B-88D4-92F1EC77477F]: 0x7d
       -- Start simulator log -------------------------------------------------------
       [INFO] :   New 4.7 Project/1.0 (5.4.0.4ba4c0a)
       [DEBUG] :  Loading: /Users/cthomas/Library/Developer/CoreSimulator/Devices/B388394B-30BE-4E95-9322-B7C60CDF1CEC/data/Containers/Bundle/Application/733DB71F-FD40-47D2-80C4-8C59C1CF637B/New 4.7 Project.app/app.js, Resource: app_js
       [DEBUG] :  Loading: /Users/cthomas/Library/Developer/CoreSimulator/Devices/B388394B-30BE-4E95-9322-B7C60CDF1CEC/data/Containers/Bundle/Application/733DB71F-FD40-47D2-80C4-8C59C1CF637B/New 4.7 Project.app/alloy.js, Resource: alloy_js
       [DEBUG] :  Loading: /Users/cthomas/Library/Developer/CoreSimulator/Devices/B388394B-30BE-4E95-9322-B7C60CDF1CEC/data/Containers/Bundle/Application/733DB71F-FD40-47D2-80C4-8C59C1CF637B/New 4.7 Project.app/alloy/underscore.js, Resource: alloy/underscore_js
       [DEBUG] :  Loading: /Users/cthomas/Library/Developer/CoreSimulator/Devices/B388394B-30BE-4E95-9322-B7C60CDF1CEC/data/Containers/Bundle/Application/733DB71F-FD40-47D2-80C4-8C59C1CF637B/New 4.7 Project.app/alloy/backbone.js, Resource: alloy/backbone_js
       [DEBUG] :  Loading: /Users/cthomas/Library/Developer/CoreSimulator/Devices/B388394B-30BE-4E95-9322-B7C60CDF1CEC/data/Containers/Bundle/Application/733DB71F-FD40-47D2-80C4-8C59C1CF637B/New 4.7 Project.app/alloy/constants.js, Resource: alloy/constants_js
       [DEBUG] :  Loading: /Users/cthomas/Library/Developer/CoreSimulator/Devices/B388394B-30BE-4E95-9322-B7C60CDF1CEC/data/Containers/Bundle/Application/733DB71F-FD40-47D2-80C4-8C59C1CF637B/New 4.7 Project.app/alloy/CFG.js, Resource: alloy/CFG_js
       [DEBUG] :  Loading: /Users/cthomas/Library/Developer/CoreSimulator/Devices/B388394B-30BE-4E95-9322-B7C60CDF1CEC/data/Containers/Bundle/Application/733DB71F-FD40-47D2-80C4-8C59C1CF637B/New 4.7 Project.app/alloy/controllers/index.js, Resource: alloy/controllers/index_js
       [DEBUG] :  Loading: /Users/cthomas/Library/Developer/CoreSimulator/Devices/B388394B-30BE-4E95-9322-B7C60CDF1CEC/data/Containers/Bundle/Application/733DB71F-FD40-47D2-80C4-8C59C1CF637B/New 4.7 Project.app/alloy/controllers/BaseController.js, Resource: alloy/controllers/BaseController_js
       [DEBUG] :  Loading: /Users/cthomas/Library/Developer/CoreSimulator/Devices/B388394B-30BE-4E95-9322-B7C60CDF1CEC/data/Containers/Bundle/Application/733DB71F-FD40-47D2-80C4-8C59C1CF637B/New 4.7 Project.app/_app_props_.json, Resource: _app_props__json
       [DEBUG] :  Application booted in 348.890960 ms
       [TRACE] :  updating tiapp metadata with Appcelerator Platform...
       [TRACE] :  Uploaded tiapp metadata with Appcelerator Platform!
       
  4. Christy Thomas 2016-09-12

    I tried this with 5.5.0.v20160909225604 and I still see the problem. Can you tell me your environment for testing this? I can easily reproduce with the example I provided and I do not get the alert when I click on 'Click On This Text'. What version of Xcode, OS, etc are you on? We are going to move to 5.5.1 (TIMOB-23884) to support iOS 10 and have to get this resolved.
  5. Christy Thomas 2016-09-12

    Also this is my tiapp.xml file:
       <?xml version="1.0" encoding="UTF-8"?>
       <ti:app xmlns:ti="http://ti.appcelerator.org">
           <id>com.demandware.new</id>
           <name>New 4.7 Project</name>
           <version>1.0</version>
           <publisher>cthomas</publisher>
           <url/>
           <description>undefined</description>
           <copyright>2016 by cthomas</copyright>
           <icon>appicon.png</icon>
           <fullscreen>false</fullscreen>
           <navbar-hidden>false</navbar-hidden>
           <analytics>true</analytics>
           <guid>25834d2c-8b1a-4daa-9aaa-50f64cd509ea</guid>
           <property name="ti.ui.defaultunit" type="string">dp</property>
           <property name="run-on-main-thread" type="bool">true</property>
           <ios>
               <enable-launch-screen-storyboard>false</enable-launch-screen-storyboard>
               <use-app-thinning>false</use-app-thinning>
               <plist>
                   <dict>
                       <key>UISupportedInterfaceOrientations~iphone</key>
                       <array>
                           <string>UIInterfaceOrientationPortrait</string>
                       </array>
                       <key>UISupportedInterfaceOrientations~ipad</key>
                       <array>
                           <string>UIInterfaceOrientationPortrait</string>
                           <string>UIInterfaceOrientationPortraitUpsideDown</string>
                           <string>UIInterfaceOrientationLandscapeLeft</string>
                           <string>UIInterfaceOrientationLandscapeRight</string>
                       </array>
                       <key>UIRequiresPersistentWiFi</key>
                       <false/>
                       <key>UIPrerenderedIcon</key>
                       <false/>
                       <key>UIStatusBarHidden</key>
                       <false/>
                       <key>UIStatusBarStyle</key>
                       <string>UIStatusBarStyleDefault</string>
                   </dict>
               </plist>
           </ios>
           <android xmlns:android="http://schemas.android.com/apk/res/android"/>
           <mobileweb>
               <precache/>
               <splash>
                   <enabled>true</enabled>
                   <inline-css-images>true</inline-css-images>
               </splash>
               <theme>default</theme>
           </mobileweb>
           <modules/>
           <deployment-targets>
               <target device="android">false</target>
               <target device="ipad">true</target>
               <target device="iphone">false</target>
               <target device="mobileweb">false</target>
               <target device="windows">false</target>
           </deployment-targets>
           <sdk-version>5.5.0.v20160909225604</sdk-version>
           <plugins>
               <plugin version="1.0">ti.alloy</plugin>
           </plugins>
           <property name="appc-app-id" type="string">57bb23a9cd7697192e9d534c</property>
       </ti:app>
       
       
  6. Sharif AbuDarda 2016-10-05

    Hello, Can you try with latest SDK 5.5.1.GA and CLI? Thanks.

JSON Source