Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13984] CLI: iOS: Sometimes the generated ApplicationRouting.m file is incomplete

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-11-01T23:09:05.000+0000
Affected Version/sRelease 3.0.2
Fix Version/s2013 Sprint 22, 2013 Sprint 22 Core, Release 3.2.0
ComponentsCLI, iOS
Labelsqe-closed-3.2.0
ReporterDavid Cypers
AssigneeChris Barber
Created2013-05-23T22:08:35.000+0000
Updated2013-12-16T22:41:04.000+0000

Description

I am experiencing the same issue as reported in TC-2035 (which is resolved due to "needs more info"). Running the application in the emulator works fine, the problem only arises when I want to build it for the iPhone device. I am using Studio, and it happens with an empty project as well. I have even reinstalled Titanium Studio, node.js and the npm's, but that does not seem to help at all. From time to time (approx. once every 20 to 30 builds), it works. But most of the time, I get following error about an incomplete ApplicationRouting.m file. I have also attached my ApplicationRouting.m, file, so you can see that it indeed contains an incomplete array. I have read that this file is generated via titanium_prep. So, is there something, we as a developer, can do? Console output:
[DEBUG] :  Detecting plugins in /Users/User/projects/Aanrijdingsformulier/plugins
[DEBUG] :  Detected plugin: ti.alloy @ /Users/User/projects/Aanrijdingsformulier/plugins/ti.alloy
[DEBUG] :  Looking for Titanium plugin id: ti.alloy version: 1.0
[DEBUG] :  Loaded plugin hooks:
[DEBUG] :  /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/cli/hooks/plugins.js
[DEBUG] :  /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone/cli/hooks/install.js
[DEBUG] :  /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone/cli/hooks/package.js
[DEBUG] :  /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone/cli/hooks/run.js
[DEBUG] :  /Users/User/projects/Aanrijdingsformulier/plugins/ti.alloy/hooks/alloy.js
[INFO] :   Build type: production
[DEBUG] :  Titanium iOS SDK directory: /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone
[INFO] :   Building for target: dist-adhoc
[INFO] :   Building using iOS SDK: 6.0
[INFO] :   Building for device family: iphone
[DEBUG] :  Setting Xcode target to Release
[DEBUG] :  Setting Xcode build OS to iphoneos6.0
[DEBUG] :  Xcode installation: /Applications/Xcode.app/Contents/Developer
[DEBUG] :  iOS WWDR certificate: installed
[INFO] :   iOS Distribution Certificate: David Cypers (AL57LY346E)
[INFO] :   Building for iOS 6.0; using 4.3 as minimum iOS version
[INFO] :   Minimum iOS version: 4.3
[INFO] :   Using keychain: /Users/User/Library/Keychains/login.keychain
[INFO] :   Debugging disabled
[INFO] :   Initiating prepare phase
[DEBUG] :  Building for the following architectures: armv7 armv7s i386
[INFO] :   Found Alloy app in /Users/User/projects/Aanrijdingsformulier/app
[INFO] :   Executing Alloy compile: /usr/local/bin/node /usr/local/bin/alloy compile /Users/User/projects/Aanrijdingsformulier/app --config platform=ios,version=0,simtype=none,devicefamily=iphone,deploytype=production
[DEBUG] :         .__  .__                
[DEBUG] :  _____  |  | |  |   ____ ___.__.
[DEBUG] :  \__  \ |  | |  |  /  _ <   |  |
[DEBUG] :   / __ \|  |_|  |_(  <_> )___  |
[DEBUG] :  (____  /____/____/\____// ____|
[DEBUG] :       \/                 \/
[DEBUG] :  Alloy by Appcelerator. The MVC app framework for Titanium.
[DEBUG] :  
[DEBUG] :  Cleaning "Resources/alloy/controllers" folder...
[DEBUG] :  Cleaning "Resources/alloy/models" folder...
[DEBUG] :  Cleaning "Resources/alloy/widgets" folder...
[DEBUG] :   
[TRACE] :   
[DEBUG] :  ----- BASE RUNTIME FILES -----
[DEBUG] :  Copying /usr/local/lib/node_modules/alloy/Alloy/lib/alloy.js to /Users/User/projects/Aanrijdingsformulier/Resources/alloy.js
[DEBUG] :  Copying /usr/local/lib/node_modules/alloy/Alloy/lib/alloy/backbone.js to /Users/User/projects/Aanrijdingsformulier/Resources/alloy/backbone.js
[DEBUG] :  Copying /usr/local/lib/node_modules/alloy/Alloy/lib/alloy/underscore.js to /Users/User/projects/Aanrijdingsformulier/Resources/alloy/underscore.js
[DEBUG] :  Copying /usr/local/lib/node_modules/alloy/Alloy/lib/alloy/widget.js to /Users/User/projects/Aanrijdingsformulier/Resources/alloy/widget.js
[DEBUG] :  Copying /usr/local/lib/node_modules/alloy/Alloy/lib/alloy/controllers/BaseController.js to /Users/User/projects/Aanrijdingsformulier/Resources/alloy/controllers/BaseController.js
[DEBUG] :  Copying /usr/local/lib/node_modules/alloy/Alloy/lib/alloy/sync/localStorage.js to /Users/User/projects/Aanrijdingsformulier/Resources/alloy/sync/localStorage.js
[DEBUG] :  Copying /usr/local/lib/node_modules/alloy/Alloy/lib/alloy/sync/properties.js to /Users/User/projects/Aanrijdingsformulier/Resources/alloy/sync/properties.js
[DEBUG] :  Copying /usr/local/lib/node_modules/alloy/Alloy/lib/alloy/sync/sql.js to /Users/User/projects/Aanrijdingsformulier/Resources/alloy/sync/sql.js
[DEBUG] :  Copying /usr/local/lib/node_modules/alloy/Alloy/lib/alloy/sync/util.js to /Users/User/projects/Aanrijdingsformulier/Resources/alloy/sync/util.js
[DEBUG] :  
[DEBUG] :  ----- CONFIGURATION -----
[DEBUG] :  platform = ios
[DEBUG] :  version = 0
[DEBUG] :  simtype = none
[DEBUG] :  devicefamily = iphone
[DEBUG] :  deploytype = production
[DEBUG] :  beautify = false
[DEBUG] :  project path = /Users/User/projects/Aanrijdingsformulier
[DEBUG] :  app path = /Users/User/projects/Aanrijdingsformulier/app
[DEBUG] :  platform = ios
[DEBUG] :  theme = undefined
[DEBUG] :  
[INFO] :   ----- MVC GENERATION -----
[INFO] :   [app.tss] global style processing...
[INFO] :   [camera.xml] view processing...
[INFO] :     style:      "camera.tss"
[INFO] :     view:       "camera.xml"
[INFO] :     controller: "camera.js"
[TRACE] :  - Processing "builtins" module...
[TRACE] :  - Processing "optimizer" module...
[TRACE] :  - Processing "compress" module...
[INFO] :     created:    "Resources/alloy/controllers/camera.js"
[DEBUG] :    map:        "build/map/Resources/alloy/controllers/camera.js.map"
[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/alloy/controllers/index.js"
[DEBUG] :    map:        "build/map/Resources/alloy/controllers/index.js.map"
[INFO] :   
[INFO] :   [app.js] Titanium entry point processing...
[TRACE] :  - Processing "builtins" module...
[TRACE] :  - Processing "optimizer" module...
[TRACE] :  - Processing "compress" module...
[INFO] :     created:    "Resources/app.js"
[DEBUG] :    map:        "build/map/Resources/app.js.map"
[INFO] :   
[INFO] :   ----- OPTIMIZING -----
[INFO] :   - alloy.js
[TRACE] :    processing "builtins" module...
[TRACE] :    processing "optimizer" module...
[TRACE] :    processing "compress" module...
[INFO] :   - alloy/CFG.js
[TRACE] :    processing "builtins" module...
[TRACE] :    processing "optimizer" module...
[TRACE] :    processing "compress" module...
[INFO] :   - alloy/widget.js
[TRACE] :    processing "builtins" module...
[TRACE] :    processing "optimizer" module...
[TRACE] :    processing "compress" module...
[INFO] :   - alloy/sync/localStorage.js
[TRACE] :    processing "builtins" module...
[TRACE] :    processing "optimizer" module...
[TRACE] :    processing "compress" module...
[INFO] :   - alloy/sync/properties.js
[TRACE] :    processing "builtins" module...
[TRACE] :    processing "optimizer" module...
[TRACE] :    processing "compress" module...
[INFO] :   - alloy/sync/sql.js
[TRACE] :    processing "builtins" module...
[TRACE] :    processing "optimizer" module...
[TRACE] :    processing "compress" module...
[INFO] :   - alloy/sync/util.js
[TRACE] :    processing "builtins" module...
[TRACE] :    processing "optimizer" module...
[TRACE] :    processing "compress" module...
[TRACE] :   
[TRACE] :  Benchmarking
[TRACE] :  ------------
[TRACE] :  [0.63549s] TOTAL
[INFO] :   
[INFO] :   Alloy compiled in 0.63549s
[INFO] :   Alloy compiler completed successfully
[DEBUG] :  Detecting modules in /Library/Application Support/Titanium/modules
[DEBUG] :  Detected module: facebook 3.0.0 @ /Library/Application Support/Titanium/modules/android/facebook/3.0.0
[DEBUG] :  Detected module: ti.cloudpush 2.0.7 @ /Library/Application Support/Titanium/modules/android/ti.cloudpush/2.0.7
[DEBUG] :  Detected module: ti.cloudpush 2.1.0 @ /Library/Application Support/Titanium/modules/android/ti.cloudpush/2.1.0
[DEBUG] :  Detected module: ti.cloud 2.3.0 @ /Library/Application Support/Titanium/modules/commonjs/ti.cloud/2.3.0
[DEBUG] :  Detected module: ti.cloud 2.3.1 @ /Library/Application Support/Titanium/modules/commonjs/ti.cloud/2.3.1
[DEBUG] :  Detected module: ti.cloud 2.3.2 @ /Library/Application Support/Titanium/modules/commonjs/ti.cloud/2.3.2
[DEBUG] :  Detected module: facebook 3.1.1 @ /Library/Application Support/Titanium/modules/iphone/facebook/3.1.1
[DEBUG] :  Detected module: tizen 3.0.0 @ /Library/Application Support/Titanium/modules/tizen/tizen/3.0.0
[DEBUG] :  Looking for Titanium module id=ti.cloud version=latest platform=commonjs deploy-type=production
[INFO] :   No module resources to copy
[INFO] :   Copying CommonJS modules
[DEBUG] :  Copying /Library/Application Support/Titanium/modules/commonjs/ti.cloud/2.3.2/ti.cloud.js => /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/ti.cloud.js
[INFO] :   Copying iTunes artwork
[DEBUG] :  Copying /Users/User/projects/Aanrijdingsformulier/Resources/iphone/appicon.png => /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/appicon.png
[INFO] :   Invoking xcodebuild
[TRACE] :  Build settings from command line:
[TRACE] :      CODE_SIGN_ENTITLEMENTS = Entitlements.plist
[TRACE] :      CODE_SIGN_IDENTITY = iPhone Distribution: David Cypers (AL57LY346E)
[TRACE] :      DEPLOYMENT_POSTPROCESSING = YES
[TRACE] :      GCC_PREPROCESSOR_DEFINITIONS = DEPLOYTYPE=production TI_TEST=1
[TRACE] :      IPHONEOS_DEPLOYMENT_TARGET = 4.3
[TRACE] :      OTHER_CODE_SIGN_FLAGS = --keychain /Users/User/Library/Keychains/login.keychain
[TRACE] :      PROVISIONING_PROFILE = 9DAC1767-0582-4B06-83A3-A45FE0E78BDB
[TRACE] :      SDKROOT = iphoneos6.0
[TRACE] :      TARGETED_DEVICE_FAMILY = 1
[TRACE] :      VALID_ARCHS = armv7 armv7s i386
[TRACE] :  === BUILD NATIVE TARGET Aanrijdingsformulier OF PROJECT Aanrijdingsformulier WITH CONFIGURATION Release ===
[TRACE] :  Check dependencies
[TRACE] :  ProcessInfoPlistFile build/Release-iphoneos/Aanrijdingsformulier.app/Info.plist Info.plist
[TRACE] :      cd /Users/User/projects/Aanrijdingsformulier/build/iphone
[TRACE] :      setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
[TRACE] :      builtin-infoPlistUtility Info.plist -genpkginfo /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -resourcerulesfile /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/ResourceRules.plist -o /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/Info.plist
[TRACE] :  PhaseScriptExecution Pre-Compile build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Script-241EAF36118E30260081A5BE.sh
[TRACE] :      cd /Users/User/projects/Aanrijdingsformulier/build/iphone
[TRACE] :      setenv ACTION build
[TRACE] :      setenv AD_HOC_CODE_SIGNING_ALLOWED NO
[TRACE] :      setenv ALTERNATE_GROUP staff
[TRACE] :      setenv ALTERNATE_MODE u+w,go-w,a+rX
[TRACE] :      setenv ALTERNATE_OWNER User
[TRACE] :      setenv ALWAYS_SEARCH_USER_PATHS NO
[TRACE] :      setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
[TRACE] :      setenv APPLE_INTERNAL_DIR /AppleInternal
[TRACE] :      setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation
[TRACE] :      setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
[TRACE] :      setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
[TRACE] :      setenv APPLY_RULES_IN_COPY_FILES NO
[TRACE] :      setenv ARCHS armv7
[TRACE] :      setenv ARCHS_STANDARD_32_64_BIT "armv7 armv7s"
[TRACE] :      setenv ARCHS_STANDARD_32_BIT "armv7 armv7s"
[TRACE] :      setenv ARCHS_UNIVERSAL_IPHONE_OS "armv7 armv7s"
[TRACE] :      setenv AVAILABLE_PLATFORMS "iphonesimulator macosx iphoneos"
[TRACE] :      setenv BUILD_COMPONENTS "headers build"
[TRACE] :      setenv BUILD_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build
[TRACE] :      setenv BUILD_ROOT /Users/User/projects/Aanrijdingsformulier/build/iphone/build
[TRACE] :      setenv BUILD_STYLE 
[TRACE] :      setenv BUILD_VARIANTS normal
[TRACE] :      setenv BUILT_PRODUCTS_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos
[TRACE] :      setenv CACHE_ROOT /var/folders/97/7wp95fds6h359lt2ygh_zmsh0000gn/C/com.apple.Xcode.501
[TRACE] :      setenv CCHROOT /var/folders/97/7wp95fds6h359lt2ygh_zmsh0000gn/C/com.apple.Xcode.501
[TRACE] :      setenv CHMOD /bin/chmod
[TRACE] :      setenv CHOWN /usr/sbin/chown
[TRACE] :      setenv CLASS_FILE_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/JavaClasses
[TRACE] :      setenv CLEAN_PRECOMPS YES
[TRACE] :      setenv CLONE_HEADERS NO
[TRACE] :      setenv CODESIGNING_FOLDER_PATH /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app
[TRACE] :      setenv CODE_SIGNING_ALLOWED YES
[TRACE] :      setenv CODE_SIGNING_REQUIRED YES
[TRACE] :      setenv CODE_SIGN_CONTEXT_CLASS XCiPhoneOSCodeSignContext
[TRACE] :      setenv CODE_SIGN_ENTITLEMENTS Entitlements.plist
[TRACE] :      setenv CODE_SIGN_IDENTITY "iPhone Distribution: David Cypers (AL57LY346E)"
[TRACE] :      setenv COMMAND_MODE legacy
[TRACE] :      setenv COMPOSITE_SDK_DIRS /var/folders/97/7wp95fds6h359lt2ygh_zmsh0000gn/C/com.apple.Xcode.501/CompositeSDKs
[TRACE] :      setenv COMPRESS_PNG_FILES YES
[TRACE] :      setenv CONFIGURATION Release
[TRACE] :      setenv CONFIGURATION_BUILD_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos
[TRACE] :      setenv CONFIGURATION_TEMP_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos
[TRACE] :      setenv CONTENTS_FOLDER_PATH Aanrijdingsformulier.app
[TRACE] :      setenv COPYING_PRESERVES_HFS_DATA NO
[TRACE] :      setenv COPY_PHASE_STRIP YES
[TRACE] :      setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
[TRACE] :      setenv CP /bin/cp
[TRACE] :      setenv CURRENT_ARCH armv7
[TRACE] :      setenv CURRENT_VARIANT normal
[TRACE] :      setenv DEAD_CODE_STRIPPING YES
[TRACE] :      setenv DEBUGGING_SYMBOLS YES
[TRACE] :      setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
[TRACE] :      setenv DEFAULT_COMPILER com.apple.compilers.llvm.clang.1_0
[TRACE] :      setenv DEPLOYMENT_LOCATION NO
[TRACE] :      setenv DEPLOYMENT_POSTPROCESSING YES
[TRACE] :      setenv DERIVED_FILES_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/DerivedSources
[TRACE] :      setenv DERIVED_FILE_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/DerivedSources
[TRACE] :      setenv DERIVED_SOURCES_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/DerivedSources
[TRACE] :      setenv DEVELOPER_APPLICATIONS_DIR /Applications/Xcode.app/Contents/Developer/Applications
[TRACE] :      setenv DEVELOPER_BIN_DIR /Applications/Xcode.app/Contents/Developer/usr/bin
[TRACE] :      setenv DEVELOPER_DIR /Applications/Xcode.app/Contents/Developer
[TRACE] :      setenv DEVELOPER_FRAMEWORKS_DIR /Applications/Xcode.app/Contents/Developer/Library/Frameworks
[TRACE] :      setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Applications/Xcode.app/Contents/Developer/Library/Frameworks\""
[TRACE] :      setenv DEVELOPER_LIBRARY_DIR /Applications/Xcode.app/Contents/Developer/Library
[TRACE] :      setenv DEVELOPER_SDK_DIR /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
[TRACE] :      setenv DEVELOPER_TOOLS_DIR /Applications/Xcode.app/Contents/Developer/Tools
[TRACE] :      setenv DEVELOPER_USR_DIR /Applications/Xcode.app/Contents/Developer/usr
[TRACE] :      setenv DEVELOPMENT_LANGUAGE English
[TRACE] :      setenv DOCUMENTATION_FOLDER_PATH Aanrijdingsformulier.app/English.lproj/Documentation
[TRACE] :      setenv DO_HEADER_SCANNING_IN_JAM NO
[TRACE] :      setenv DSTROOT /tmp/Aanrijdingsformulier.dst
[TRACE] :      setenv DT_TOOLCHAIN_DIR /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
[TRACE] :      setenv DWARF_DSYM_FILE_NAME Aanrijdingsformulier.app.dSYM
[TRACE] :      setenv DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT NO
[TRACE] :      setenv DWARF_DSYM_FOLDER_PATH /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos
[TRACE] :      setenv EFFECTIVE_PLATFORM_NAME -iphoneos
[TRACE] :      setenv EMBEDDED_PROFILE_NAME embedded.mobileprovision
[TRACE] :      setenv ENABLE_HEADER_DEPENDENCIES YES
[TRACE] :      setenv ENTITLEMENTS_ALLOWED YES
[TRACE] :      setenv ENTITLEMENTS_REQUIRED YES
[TRACE] :      setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".DS_Store .svn .git .hg CVS"
[TRACE] :      setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) .DS_Store CVS .svn .git .hg *.xcodeproj *.xcode *.pbproj *.pbxproj"
[TRACE] :      setenv EXECUTABLES_FOLDER_PATH Aanrijdingsformulier.app/Executables
[TRACE] :      setenv EXECUTABLE_FOLDER_PATH Aanrijdingsformulier.app
[TRACE] :      setenv EXECUTABLE_NAME Aanrijdingsformulier
[TRACE] :      setenv EXECUTABLE_PATH Aanrijdingsformulier.app/Aanrijdingsformulier
[TRACE] :      setenv FILE_LIST /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Objects/LinkFileList
[TRACE] :      setenv FIXED_FILES_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/FixedFiles
[TRACE] :      setenv FRAMEWORKS_FOLDER_PATH Aanrijdingsformulier.app/Frameworks
[TRACE] :      setenv FRAMEWORK_FLAG_PREFIX -framework
[TRACE] :      setenv FRAMEWORK_SEARCH_PATHS "\"/Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos\" "
[TRACE] :      setenv FRAMEWORK_VERSION A
[TRACE] :      setenv FULL_PRODUCT_NAME Aanrijdingsformulier.app
[TRACE] :      setenv GCC3_VERSION 3.3
[TRACE] :      setenv GCC_C_LANGUAGE_STANDARD c99
[TRACE] :      setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
[TRACE] :      setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
[TRACE] :      setenv GCC_PRECOMPILE_PREFIX_HEADER YES
[TRACE] :      setenv GCC_PREFIX_HEADER Aanrijdingsformulier_Prefix.pch
[TRACE] :      setenv GCC_PREPROCESSOR_DEFINITIONS "DEPLOYTYPE=production TI_TEST=1"
[TRACE] :      setenv GCC_SYMBOLS_PRIVATE_EXTERN YES
[TRACE] :      setenv GCC_THUMB_SUPPORT NO
[TRACE] :      setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
[TRACE] :      setenv GCC_VERSION com.apple.compilers.llvm.clang.1_0
[TRACE] :      setenv GCC_VERSION_IDENTIFIER com_apple_compilers_llvm_clang_1_0
[TRACE] :      setenv GCC_WARN_ABOUT_RETURN_TYPE NO
[TRACE] :      setenv GCC_WARN_MISSING_PARENTHESES NO
[TRACE] :      setenv GCC_WARN_SHADOW NO
[TRACE] :      setenv GCC_WARN_STRICT_SELECTOR_MATCH NO
[TRACE] :      setenv GCC_WARN_UNUSED_FUNCTION YES
[TRACE] :      setenv GCC_WARN_UNUSED_PARAMETER NO
[TRACE] :      setenv GCC_WARN_UNUSED_VALUE NO
[TRACE] :      setenv GCC_WARN_UNUSED_VARIABLE NO
[TRACE] :      setenv GENERATE_MASTER_OBJECT_FILE NO
[TRACE] :      setenv GENERATE_PKGINFO_FILE YES
[TRACE] :      setenv GENERATE_PROFILING_CODE NO
[TRACE] :      setenv GID 20
[TRACE] :      setenv GROUP staff
[TRACE] :      setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
[TRACE] :      setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES
[TRACE] :      setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
[TRACE] :      setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
[TRACE] :      setenv HEADER_SEARCH_PATHS "/Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/include /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/usr/include/libxml2 headers"
[TRACE] :      setenv ICONV /usr/bin/iconv
[TRACE] :      setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
[TRACE] :      setenv INFOPLIST_FILE 
[TRACE] :  Info.plist
[TRACE] :      setenv INFOPLIST_OUTPUT_FORMAT binary
[TRACE] :      setenv INFOPLIST_PATH Aanrijdingsformulier.app/Info.plist
[TRACE] :      setenv INFOPLIST_PREPROCESS NO
[TRACE] :      setenv INFOSTRINGS_PATH Aanrijdingsformulier.app/English.lproj/InfoPlist.strings
[TRACE] :      setenv INSTALL_DIR /tmp/Aanrijdingsformulier.dst/Applications
[TRACE] :      setenv INSTALL_GROUP staff
[TRACE] :      setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
[TRACE] :      setenv INSTALL_OWNER User
[TRACE] :      setenv INSTALL_PATH /Applications
[TRACE] :      setenv INSTALL_ROOT /tmp/Aanrijdingsformulier.dst
[TRACE] :      setenv IPHONEOS_DEPLOYMENT_TARGET 4.3
[TRACE] :      setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
[TRACE] :      setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
[TRACE] :      setenv JAVA_ARCHIVE_CLASSES YES
[TRACE] :      setenv JAVA_ARCHIVE_TYPE JAR
[TRACE] :      setenv JAVA_COMPILER /usr/bin/javac
[TRACE] :      setenv JAVA_FOLDER_PATH Aanrijdingsformulier.app/Java
[TRACE] :      setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
[TRACE] :      setenv JAVA_JAR_FLAGS cv
[TRACE] :      setenv JAVA_SOURCE_SUBDIR .
[TRACE] :      setenv JAVA_USE_DEPENDENCIES YES
[TRACE] :      setenv JAVA_ZIP_FLAGS -urg
[TRACE] :      setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
[TRACE] :      setenv KEEP_PRIVATE_EXTERNS NO
[TRACE] :      setenv LD_GENERATE_MAP_FILE NO
[TRACE] :      setenv LD_MAP_FILE_PATH /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Aanrijdingsformulier-LinkMap-normal-armv7.txt
[TRACE] :      setenv LD_NO_PIE NO
[TRACE] :      setenv LEGACY_DEVELOPER_DIR /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
[TRACE] :      setenv LEX lex
[TRACE] :      setenv LIBRARY_FLAG_NOSPACE YES
[TRACE] :      setenv LIBRARY_FLAG_PREFIX -l
[TRACE] :      setenv LIBRARY_SEARCH_PATHS "\"/Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos\"  \"/Users/User/projects/Aanrijdingsformulier/build/iphone/lib\""
[TRACE] :      setenv LINKER_DISPLAYS_MANGLED_NAMES NO
[TRACE] :      setenv LINK_FILE_LIST_normal_armv7 /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Objects-normal/armv7/Aanrijdingsformulier.LinkFileList
[TRACE] :      setenv LINK_WITH_STANDARD_LIBRARIES YES
[TRACE] :      setenv LOCALIZED_RESOURCES_FOLDER_PATH Aanrijdingsformulier.app/English.lproj
[TRACE] :      setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
[TRACE] :      setenv LOCAL_APPS_DIR /Applications
[TRACE] :      setenv LOCAL_DEVELOPER_DIR /Library/Developer
[TRACE] :      setenv LOCAL_LIBRARY_DIR /Library
[TRACE] :      setenv MACH_O_TYPE mh_execute
[TRACE] :      setenv MAC_OS_X_PRODUCT_BUILD_VERSION 11G63
[TRACE] :      setenv MAC_OS_X_VERSION_ACTUAL 1075
[TRACE] :      setenv MAC_OS_X_VERSION_MAJOR 1070
[TRACE] :      setenv MAC_OS_X_VERSION_MINOR 0705
[TRACE] :      setenv NATIVE_ARCH armv7
[TRACE] :      setenv NATIVE_ARCH_32_BIT i386
[TRACE] :      setenv NATIVE_ARCH_64_BIT x86_64
[TRACE] :      setenv NATIVE_ARCH_ACTUAL x86_64
[TRACE] :      setenv NO_COMMON YES
[TRACE] :      setenv OBJECT_FILE_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Objects
[TRACE] :      setenv OBJECT_FILE_DIR_normal /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Objects-normal
[TRACE] :      setenv OBJROOT /Users/User/projects/Aanrijdingsformulier/build/iphone/build
[TRACE] :      setenv ONLY_ACTIVE_ARCH NO
[TRACE] :      setenv OPTIMIZATION_LEVEL 0
[TRACE] :      setenv OS MACOS
[TRACE] :      setenv OSAC /usr/bin/osacompile
[TRACE] :      setenv OTHER_CFLAGS -DTI_POST_1_2
[TRACE] :      setenv OTHER_CODE_SIGN_FLAGS "--keychain /Users/User/Library/Keychains/login.keychain"
[TRACE] :      setenv OTHER_CPLUSPLUSFLAGS -DTI_POST_1_2
[TRACE] :      setenv OTHER_LDFLAGS "-ObjC -weak_framework iAd -weak_framework iAd -weak_framework CoreMedia -weak_framework CoreVideo"
[TRACE] :      setenv PACKAGE_TYPE com.apple.package-type.wrapper.application
[TRACE] :      setenv PASCAL_STRINGS YES
[TRACE] :      setenv PATH "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
[TRACE] :      setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
[TRACE] :      setenv PBDEVELOPMENTPLIST_PATH Aanrijdingsformulier.app/pbdevelopment.plist
[TRACE] :      setenv PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
[TRACE] :      setenv PKGINFO_FILE_PATH /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/PkgInfo
[TRACE] :      setenv PKGINFO_PATH Aanrijdingsformulier.app/PkgInfo
[TRACE] :      setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
[TRACE] :      setenv PLATFORM_DEVELOPER_BIN_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
[TRACE] :      setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
[TRACE] :      setenv PLATFORM_DEVELOPER_SDK_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
[TRACE] :      setenv PLATFORM_DEVELOPER_TOOLS_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
[TRACE] :      setenv PLATFORM_DEVELOPER_USR_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
[TRACE] :      setenv PLATFORM_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
[TRACE] :      setenv PLATFORM_NAME iphoneos
[TRACE] :      setenv PLATFORM_PREFERRED_ARCH i386
[TRACE] :      setenv PLATFORM_PRODUCT_BUILD_VERSION 10A403
[TRACE] :      setenv PLIST_FILE_OUTPUT_FORMAT binary
[TRACE] :      setenv PLUGINS_FOLDER_PATH Aanrijdingsformulier.app/PlugIns
[TRACE] :      setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
[TRACE] :      setenv PRECOMP_DESTINATION_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/PrefixHeaders
[TRACE] :      setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
[TRACE] :      setenv PRIVATE_HEADERS_FOLDER_PATH Aanrijdingsformulier.app/PrivateHeaders
[TRACE] :      setenv PRODUCT_NAME Aanrijdingsformulier
[TRACE] :      setenv PRODUCT_SETTINGS_PATH /Users/User/projects/Aanrijdingsformulier/build/iphone/Info.plist
[TRACE] :      setenv PRODUCT_TYPE com.apple.product-type.application
[TRACE] :      setenv PROFILING_CODE NO
[TRACE] :      setenv PROJECT Aanrijdingsformulier
[TRACE] :      setenv PROJECT_DERIVED_FILE_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/DerivedSources
[TRACE] :      setenv PROJECT_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone
[TRACE] :      setenv PROJECT_FILE_PATH /Users/User/projects/Aanrijdingsformulier/build/iphone/Aanrijdingsformulier.xcodeproj
[TRACE] :      setenv PROJECT_NAME Aanrijdingsformulier
[TRACE] :      setenv PROJECT_TEMP_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build
[TRACE] :      setenv PROVISIONING_PROFILE 9DAC1767-0582-4B06-83A3-A45FE0E78BDB
[TRACE] :      setenv PROVISIONING_PROFILE_REQUIRED YES
[TRACE] :      setenv PUBLIC_HEADERS_FOLDER_PATH Aanrijdingsformulier.app/Headers
[TRACE] :      setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
[TRACE] :      setenv REMOVE_CVS_FROM_RESOURCES YES
[TRACE] :      setenv REMOVE_GIT_FROM_RESOURCES YES
[TRACE] :      setenv REMOVE_HG_FROM_RESOURCES YES
[TRACE] :      setenv REMOVE_SVN_FROM_RESOURCES YES
[TRACE] :      setenv RESOURCE_RULES_REQUIRED YES
[TRACE] :      setenv REZ_COLLECTOR_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/ResourceManagerResources
[TRACE] :      setenv REZ_OBJECTS_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.
[TRACE] :  build/Release-iphoneos/Aanrijdingsformulier.build/ResourceManagerResources/Objects
[TRACE] :      setenv REZ_SEARCH_PATHS "\"/Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos\" "
[TRACE] :      setenv RUN_CLANG_STATIC_ANALYZER NO
[TRACE] :      setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
[TRACE] :      setenv SCRIPTS_FOLDER_PATH Aanrijdingsformulier.app/Scripts
[TRACE] :      setenv SCRIPT_INPUT_FILE_COUNT 0
[TRACE] :      setenv SCRIPT_OUTPUT_FILE_COUNT 0
[TRACE] :      setenv SDKROOT /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk
[TRACE] :      setenv SDK_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk
[TRACE] :      setenv SDK_NAME iphoneos6.0
[TRACE] :      setenv SDK_PRODUCT_BUILD_VERSION 10A403
[TRACE] :      setenv SED /usr/bin/sed
[TRACE] :      setenv SEPARATE_STRIP NO
[TRACE] :      setenv SEPARATE_SYMBOL_EDIT NO
[TRACE] :      setenv SET_DIR_MODE_OWNER_GROUP YES
[TRACE] :      setenv SET_FILE_MODE_OWNER_GROUP NO
[TRACE] :      setenv SHALLOW_BUNDLE YES
[TRACE] :      setenv SHARED_DERIVED_FILE_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/DerivedSources
[TRACE] :      setenv SHARED_FRAMEWORKS_FOLDER_PATH Aanrijdingsformulier.app/SharedFrameworks
[TRACE] :      setenv SHARED_PRECOMPS_DIR /var/folders/97/7wp95fds6h359lt2ygh_zmsh0000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders
[TRACE] :      setenv SHARED_SUPPORT_FOLDER_PATH Aanrijdingsformulier.app/SharedSupport
[TRACE] :      setenv SKIP_INSTALL NO
[TRACE] :      setenv SOURCE_ROOT /Users/User/projects/Aanrijdingsformulier/build/iphone
[TRACE] :      setenv SRCROOT /Users/User/projects/Aanrijdingsformulier/build/iphone
[TRACE] :      setenv STRINGS_FILE_OUTPUT_ENCODING binary
[TRACE] :      setenv STRIP_INSTALLED_PRODUCT YES
[TRACE] :      setenv STRIP_STYLE all
[TRACE] :      setenv SUPPORTED_DEVICE_FAMILIES "1 2"
[TRACE] :      setenv SUPPORTED_PLATFORMS "iphonesimulator iphoneos"
[TRACE] :      setenv SYMROOT /Users/User/projects/Aanrijdingsformulier/build/iphone/build
[TRACE] :      setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
[TRACE] :      setenv SYSTEM_APPS_DIR /Applications
[TRACE] :      setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
[TRACE] :      setenv SYSTEM_DEMOS_DIR /Applications/Extras
[TRACE] :      setenv SYSTEM_DEVELOPER_APPS_DIR /Applications/Xcode.app/Contents/Developer/Applications
[TRACE] :      setenv SYSTEM_DEVELOPER_BIN_DIR /Applications/Xcode.app/Contents/Developer/usr/bin
[TRACE] :      setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
[TRACE] :      setenv SYSTEM_DEVELOPER_DIR /Applications/Xcode.app/Contents/Developer
[TRACE] :      setenv SYSTEM_DEVELOPER_DOC_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
[TRACE] :      setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
[TRACE] :      setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
[TRACE] :      setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
[TRACE] :      setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
[TRACE] :      setenv SYSTEM_DEVELOPER_TOOLS /Applications/Xcode.app/Contents/Developer/Tools
[TRACE] :      setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
[TRACE] :      setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
[TRACE] :      setenv SYSTEM_DEVELOPER_USR_DIR /Applications/Xcode.app/Contents/Developer/usr
[TRACE] :      setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Applications/Xcode.app/Contents/Developer/Applications/Utilities
[TRACE] :      setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
[TRACE] :      setenv SYSTEM_LIBRARY_DIR /System/Library
[TRACE] :      setenv TARGETED_DEVICE_FAMILY 1
[TRACE] :      setenv TARGETNAME Aanrijdingsformulier
[TRACE] :      setenv TARGET_BUILD_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos
[TRACE] :      setenv TARGET_NAME Aanrijdingsformulier
[TRACE] :      setenv TARGET_TEMP_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build
[TRACE] :      setenv TEMP_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build
[TRACE] :      setenv TEMP_FILES_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build
[TRACE] :      setenv TEMP_FILE_DIR /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build
[TRACE] :      setenv TEMP_ROOT /Users/User/projects/Aanrijdingsformulier/build/iphone/build
[TRACE] :      setenv TEST_AFTER_BUILD NO
[TRACE] :      setenv TI_APPID be.sencillo.demo.aanrijdingsformulier
[TRACE] :      setenv TI_SDK_DIR "/Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone"
[TRACE] :      setenv TI_VERSION 3.0.2.GA
[TRACE] :      setenv TOOLCHAINS com.apple.dt.toolchain.XcodeDefault
[TRACE] :      setenv UID 501
[TRACE] :      setenv UNLOCALIZED_RESOURCES_FOLDER_PATH Aanrijdingsformulier.app
[TRACE] :      setenv UNSTRIPPED_PRODUCT NO
[TRACE] :      setenv USER User
[TRACE] :      setenv USER_APPS_DIR /Users/User/Applications
[TRACE] :      setenv USER_LIBRARY_DIR /Users/User/Library
[TRACE] :      setenv USE_DYNAMIC_NO_PIC YES
[TRACE] :      setenv USE_HEADERMAP YES
[TRACE] :      setenv USE_HEADER_SYMLINKS NO
[TRACE] :      setenv VALIDATE_PRODUCT YES
[TRACE] :      setenv VALID_ARCHS "armv7 armv7s i386"
[TRACE] :      setenv VERBOSE_PBXCP NO
[TRACE] :      setenv VERSIONPLIST_PATH Aanrijdingsformulier.app/version.plist
[TRACE] :      setenv VERSION_INFO_BUILDER User
[TRACE] :      setenv VERSION_INFO_FILE Aanrijdingsformulier_vers.c
[TRACE] :      setenv VERSION_INFO_STRING "\"@(#)PROGRAM:Aanrijdingsformulier  PROJECT:Aanrijdingsformulier-\""
[TRACE] :      setenv WRAPPER_EXTENSION app
[TRACE] :      setenv WRAPPER_NAME Aanrijdingsformulier.app
[TRACE] :      setenv WRAPPER_SUFFIX .app
[TRACE] :      setenv XCODE_APP_SUPPORT_DIR /Applications/Xcode.app/Contents/Developer/Library/Xcode
[TRACE] :      setenv XCODE_PRODUCT_BUILD_VERSION 4G1004
[TRACE] :      setenv XCODE_VERSION_ACTUAL 0451
[TRACE] :      setenv XCODE_VERSION_MAJOR 0400
[TRACE] :      setenv XCODE_VERSION_MINOR 0450
[TRACE] :      setenv YACC yacc
[TRACE] :      /bin/sh -c /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Script-241EAF36118E30260081A5BE.sh
[TRACE] :  [DEBUG] :  Detecting plugins in /Users/User/projects/Aanrijdingsformulier/plugins
[TRACE] :  [DEBUG] :  Detected plugin: ti.alloy @ /Users/User/projects/Aanrijdingsformulier/plugins/ti.alloy
[TRACE] :  [DEBUG] :  Looking for Titanium plugin id: ti.alloy version: 1.0
[TRACE] :  [DEBUG] :  Loaded plugin hooks:
[TRACE] :  [DEBUG] :  /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/cli/hooks/plugins.js
[TRACE] :  [DEBUG] :  /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone/cli/hooks/install.js
[TRACE] :  [DEBUG] :  /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone/cli/hooks/package.js
[TRACE] :  [DEBUG] :  /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone/cli/hooks/run.js
[TRACE] :  [DEBUG] :  /Users/User/projects/Aanrijdingsformulier/plugins/ti.alloy/hooks/alloy.js
[TRACE] :  [INFO] :   Build type: production
[TRACE] :  [DEBUG] :  Titanium iOS SDK directory: /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone
[TRACE] :  [INFO] :   Building for target: dist-adhoc
[TRACE] :  [INFO] :   Building using iOS SDK: 6.0
[TRACE] :  [INFO] :   Building for device family: iphone
[TRACE] :  [DEBUG] :  Setting Xcode target to Release
[TRACE] :  [DEBUG] :  Setting Xcode build OS to iphoneos6.0
[TRACE] :  [DEBUG] :  Xcode installation: /Applications/Xcode.app/Contents/Developer
[TRACE] :  [DEBUG] :  iOS WWDR certificate: installed
[TRACE] :  [INFO] :   iOS Distribution Certificate: David Cypers (AL57LY346E)
[TRACE] :  [INFO] :   Building for iOS 6.0; using 4.3 as minimum iOS version
[TRACE] :  [INFO] :   Minimum iOS version: 4.3
[TRACE] :  [INFO] :   Using default keychain
[TRACE] :  [INFO] :   Debugging disabled
[TRACE] :  [INFO] :   Initiating Xcode pre-compile phase
[TRACE] :  [DEBUG] :  Copying /Users/User/projects/Aanrijdingsformulier/Resources/iphone/Default-568h@2x.png => /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/Default-568h@2x.png
[TRACE] :  [DEBUG] :  Copying /Users/User/projects/Aanrijdingsformulier/Resources/iphone/Default-Landscape.png => /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/Default-Landscape.png
[TRACE] :  [DEBUG] :  Copying /Users/User/projects/Aanrijdingsformulier/Resources/iphone/Default-Portrait.png => /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/Default-Portrait.png
[TRACE] :  [DEBUG] :  Copying /Users/User/projects/Aanrijdingsformulier/Resources/iphone/Default.png => /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/Default.png
[TRACE] :  [DEBUG] :  Copying /Users/User/projects/Aanrijdingsformulier/Resources/iphone/Default@2x.png => /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/Default@2x.png
[TRACE] :  [DEBUG] :  Detecting modules in /Library/Application Support/Titanium/modules
[TRACE] :  [DEBUG] :  Detected module: facebook 3.0.0 @ /Library/Application Support/Titanium/modules/android/facebook/3.0.0
[TRACE] :  [DEBUG] :  Detected module: ti.cloudpush 2.0.7 @ /Library/Application Support/Titanium/modules/android/ti.cloudpush/2.0.7
[TRACE] :  [DEBUG] :  Detected module: ti.cloudpush 2.1.0 @ /Library/Application Support/Titanium/modules/android/ti.cloudpush/2.1.0
[TRACE] :  [DEBUG] :  Detected module: ti.cloud 2.3.0 @ /Library/Application Support/Titanium/modules/commonjs/ti.cloud/2.3.0
[TRACE] :  [DEBUG] :  Detected module: ti.cloud 2.3.1 @ /Library/Application Support/Titanium/modules/commonjs/ti.cloud/2.3.1
[TRACE] :  [DEBUG] :  Detected module: ti.cloud 2.3.2 @ /Library/Application Support/Titanium/modules/commonjs/ti.cloud/2.3.2
[TRACE] :  [DEBUG] :  Detected module: facebook 3.1.1 @ /Library/Application Support/Titanium/modules/iphone/facebook/3.1.1
[TRACE] :  [DEBUG] :  Detected module: tizen 3.0.0 @ /Library/Application Support/Titanium/modules/tizen/tizen/3.0.0
[TRACE] :  [DEBUG] :  Looking for Titanium module id=ti.cloud version=latest platform=commonjs deploy-type=production
[TRACE] :  [DEBUG] :  Ignoring /Users/User/projects/Aanrijdingsformulier/Resources/android
[TRACE] :  [DEBUG] :  Ignoring /Users/User/projects/Aanrijdingsformulier/Resources/iphone
[TRACE] :  [DEBUG] :  Ignoring /Users/User/projects/Aanrijdingsformulier/Resources/mobileweb
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/alloy/backbone.js
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/alloy/backbone_js
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/alloy/CFG.js
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/alloy/CFG_js
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/alloy/controllers/BaseController.js
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/alloy/controllers/BaseController_js
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/alloy/controllers/camera.js
[TRACE] :  [DEBUG] :  Found symbol USE_TI_UIWINDOW
[TRACE] :  [DEBUG] :  Found symbol USE_TI_UIVIEW
[TRACE] :  [DEBUG] :  Found symbol USE_TI_UICURRENTWINDOW
[TRACE] :  [DEBUG] :  Found symbol USE_TI_MEDIA
[TRACE] :  [DEBUG] :  Found symbol USE_TI_MEDIASHOWCAMERA
[TRACE] :  [DEBUG] :  Found symbol USE_TI_APIDEBUG
[TRACE] :  [DEBUG] :  Found symbol USE_TI_MEDIAMEDIA_TYPE_PHOTO
[TRACE] :  [DEBUG] :  Found symbol USE_TI_UIIMAGEVIEW
[TRACE] :  [DEBUG] :  Found symbol USE_TI_UIALERTDIALOG
[TRACE] :  [DEBUG] :  Found symbol USE_TI_MEDIANO_CAMERA
[TRACE] :  [DEBUG] :  Found symbol USE_TI_MEDIAMEDIA_TYPE_VIDEO
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/alloy/controllers/camera_js
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/alloy/controllers/index.js
[TRACE] :  [DEBUG] :  Found symbol USE_TI_APIINFO
[TRACE] :  [DEBUG] :  Found symbol USE_TI_APIWARN
[TRACE] :  [DEBUG] :  Found symbol USE_TI_MAP
[TRACE] :  [DEBUG] :  Found symbol USE_TI_MAPANNOTATION
[TRACE] :  [DEBUG] :  Found symbol USE_TI_MAPANNOTATION_RED
[TRACE] :  [DEBUG] :  Found symbol USE_TI_MAPVIEW
[TRACE] :  [DEBUG] :  Found symbol USE_TI_MAPSTANDARD_TYPE
[TRACE] :  [DEBUG] :  Found symbol USE_TI_UIBUTTON
[TRACE] :  [DEBUG] :  Found symbol USE_TI_GEOLOCATION
[TRACE] :  [DEBUG] :  Found symbol USE_TI_GEOLOCATIONPURPOSE
[TRACE] :  [DEBUG] :  Found symbol USE_TI_GEOLOCATIONGETCURRENTPOSITION
[TRACE] :  [DEBUG] :  Found symbol USE_TI_MAPANNOTATION_GREEN
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/alloy/controllers/index_js
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/alloy/sync/localStorage.js
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/alloy/sync/localStorage_js
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/alloy/sync/properties.js
[TRACE] :  [DEBUG] :  Found symbol USE_TI_APP
[TRACE] :  [DEBUG] :  Found symbol USE_TI_APPPROPERTIES
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/alloy/sync/properties_js
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/alloy/sync/sql.js
[TRACE] :  [DEBUG] :  Found symbol USE_TI_DATABASE
[TRACE] :  [DEBUG] :  Found symbol USE_TI_DATABASEOPEN
[TRACE] :  [DEBUG] :  Found symbol USE_TI_DATABASEINSTALL
[TRACE] :  [DEBUG] :  Found symbol USE_TI_PLATFORMOSNAME
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/alloy/sync/sql_js
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/alloy/sync/util.js
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/alloy/sync/util_js
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/alloy/underscore.js
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/alloy/underscore_js
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/alloy/widget.js
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/alloy/widget_js
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/alloy.js
[TRACE] :  [DEBUG] :  Found symbol USE_TI_PLATFORMDISPLAYCAPS
[TRACE] :  [DEBUG] :  Found symbol USE_TI_PLATFORMDISPLAYCAPSPLATFORMHEIGHT
[TRACE] :  [DEBUG] :  Found symbol USE_TI_PLATFORMDISPLAYCAPSPLATFORMWIDTH
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/alloy_js
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Users/User/projects/Aanrijdingsformulier/Resources/app.js
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/app_js
[TRACE] :  [INFO] :   Processing module images
[TRACE] :  [DEBUG] :  Copying /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone/modules/ui/images/badge.png => /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/modules/ui/images/badge.png
[TRACE] :  [DEBUG] :  Copying /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone/modules/ui/images/closeButton.png => /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/modules/ui/images/closeButton.png
[TRACE] :  [DEBUG] :  Copying /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone/modules/ui/images/photoDefault.png => /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/modules/ui/images/photoDefault.png
[TRACE] :  [INFO] :   Finding Titanium symbols in file /Library/Application Support/Titanium/modules/commonjs/ti.cloud/2.3.2/ti.cloud.js
[TRACE] :  [DEBUG] :  Found symbol USE_TI_APIERROR
[TRACE] :  [DEBUG] :  Found symbol USE_TI_APPANALYTICS
[TRACE] :  [DEBUG] :  Found symbol USE_TI_PLATFORMUUID
[TRACE] :  [DEBUG] :  Found symbol USE_TI_PLATFORMID
[TRACE] :  [DEBUG] :  Found symbol USE_TI_APPGUID
[TRACE] :  [DEBUG] :  Found symbol USE_TI_APPDEPLOYTYPE
[TRACE] :  [DEBUG] :  Found symbol USE_TI_APPSESSIONID
[TRACE] :  [DEBUG] :  Found symbol USE_TI_NETWORKHTTPCLIENT
[TRACE] :  [DEBUG] :  Found symbol USE_TI_APPDEPLOYTYPETOLOWERCASE
[TRACE] :  [DEBUG] :  Found symbol USE_TI_APPPROPERTIESGETSTRING
[TRACE] :  [DEBUG] :  Found symbol USE_TI_UIWEBVIEW
[TRACE] :  [DEBUG] :  Found symbol USE_TI_UILABEL
[TRACE] :  [DEBUG] :  Found symbol USE_TI_UISIZE
[TRACE] :  [DEBUG] :  Writing JavaScript file: /Users/User/projects/Aanrijdingsformulier/build/iphone/assets/ti_cloud_js
[TRACE] :  [DEBUG] :  Removing /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app/ti.cloud.js
[TRACE] :  [INFO] :   Running titanium_prep: /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/iphone/titanium_prep be.sencillo.demo.aanrijdingsformulier /Users/User/projects/Aanrijdingsformulier/build/iphone/assets
[TRACE] :  [DEBUG] :  Preparing alloy/backbone_js
[TRACE] :  [DEBUG] :  Preparing alloy/CFG_js
[TRACE] :  [DEBUG] :  Preparing alloy/controllers/BaseController_js
[TRACE] :  [DEBUG] :  Preparing alloy/controllers/camera_js
[TRACE] :  [DEBUG] :  Preparing alloy/controllers/index_js
[TRACE] :  [DEBUG] :  Preparing alloy/sync/localStorage_js
[TRACE] :  [DEBUG] :  Preparing alloy/sync/properties_js
[TRACE] :  [DEBUG] :  Preparing alloy/sync/sql_js
[TRACE] :  [DEBUG] :  Preparing alloy/sync/util_js
[TRACE] :  [DEBUG] :  Preparing alloy/underscore_js
[TRACE] :  [DEBUG] :  Preparing alloy/widget_js
[TRACE] :  [DEBUG] :  Preparing alloy_js
[TRACE] :  [DEBUG] :  Preparing app_js
[TRACE] :  [DEBUG] :  Preparing ti_cloud_js
[TRACE] :  [DEBUG] :  Application routing header already up-to-date: /Users/User/projects/Aanrijdingsformulier/build/iphone/Classes/ApplicationRouting.h
[TRACE] :  [DEBUG] :  Writing application routing source file: /Users/User/projects/Aanrijdingsformulier/build/iphone/Classes/ApplicationRouting.m
[TRACE] :  [INFO] :   Optimizing all images in /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/Aanrijdingsformulier.app
[TRACE] :  [DEBUG] :  Titanium symbol file already up-to-date: /Users/User/projects/Aanrijdingsformulier/build/iphone/Classes/defines.h
[TRACE] :  [INFO] :   Removing empty directories
[TRACE] :  [INFO] :   Project built successfully in 12s 664ms
[TRACE] :  CompileC build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Objects-normal/armv7/ApplicationRouting.o Classes/ApplicationRouting.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
[TRACE] :      cd /Users/User/projects/Aanrijdingsformulier/build/iphone
[TRACE] :      setenv LANG en_US.US-ASCII
[TRACE] :      setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
[TRACE] :      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -std=c99 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wformat -Wno-missing-braces -Wno-parentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wno-unused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEPLOYTYPE=production -DTI_TEST=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk -Wprotocol -Wdeprecated-declarations -g -fvisibility=hidden -Wno-sign-conversion "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=4.3 -iquote /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Aanrijdingsformulier-generated-files.hmap -I/Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Aanrijdingsformulier-own-target-headers.hmap -I/Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Aanrijdingsformulier-all-target-headers.hmap -iquote /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Aanrijdingsformulier-project-headers.hmap -I/Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/usr/include/libxml2 -Iheaders -I/Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/DerivedSources/armv7 -I/Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/DerivedSources -F/Users/User/projects/Aanrijdingsformulier/build/iphone/build/Release-iphoneos -DTI_POST_1_2 -include /var/folders/97/7wp95fds6h359lt2ygh_zmsh0000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/Aanrijdingsformulier_Prefix-goeaggjwqvvljacwkckakiryriae/Aanrijdingsformulier_Prefix.pch -MMD -MT dependencies -MF /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Objects-normal/armv7/ApplicationRouting.d --serialize-diagnostics /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Objects-normal/armv7/ApplicationRouting.dia -c /Users/User/projects/Aanrijdingsformulier/build/iphone/Classes/ApplicationRouting.m -o /Users/User/projects/Aanrijdingsformulier/build/iphone/build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Objects-normal/armv7/ApplicationRouting.o
[TRACE] :  /Users/User/projects/Aanrijdingsformulier/build/iphone/Classes/ApplicationRouting.m:3679:2: error: expected '}'
[TRACE] :          NSNumber *index = [map objectForKey:path];
[TRACE] :          ^
[TRACE] :  /Users/User/projects/Aanrijdingsformulier/build/iphone/Classes/ApplicationRouting.m:19:24: note: to match this '{'
[TRACE] :          static UInt8 data[] = {
[TRACE] :                                ^
[TRACE] :  /Users/User/projects/Aanrijdingsformulier/build/iphone/Classes/ApplicationRouting.m:3681:73: error: invalid application of 'sizeof' to an incomplete type 'UInt8 []'
[TRACE] :          return filterDataInRange([NSData dataWithBytesNoCopy:data length:sizeof(data) freeWhenDone:NO], ranges[index.integerValue]);
[TRACE] :                                                                                 ^~~~~~
[TRACE] :  /Users/User/projects/Aanrijdingsformulier/build/iphone/Classes/ApplicationRouting.m:3684:5: error: missing '@end'
[TRACE] :  @end
[TRACE] :      ^
[TRACE] :      
[TRACE] :  @end
[TRACE] :  /Users/User/projects/Aanrijdingsformulier/build/iphone/Classes/ApplicationRouting.m:15:1: note: implementation started here
[TRACE] :  @implementation ApplicationRouting
[TRACE] :  ^
[TRACE] :  3 errors generated.
[ERROR] :  ** BUILD FAILED **
[ERROR] :  The following build commands failed:
[ERROR] :  	CompileC build/Aanrijdingsformulier.build/Release-iphoneos/Aanrijdingsformulier.build/Objects-normal/armv7/ApplicationRouting.o Classes/ApplicationRouting.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
[ERROR] :  (1 failure)

And an extract of the corrupted ApplicationRouting.m file:
,0x03,0x9a,0xca,0x56,0x83,0x75,0x28,0x3b,0xab,0xbb,0x39,0xd9,0x80,0x90,0x7d,0xf2,0xdc,0xd8,0xc2,0xaa
		,0xf7,0x64,0x31,0x89,0x18,0x6e,0x9c,0x64,0xba,0x0d,0x42,0x9f,0xe7,0xfa,0x0c,0x60,0x52,0xe3,0x22,0x1c
		,0x32,0xf5,0x53,0xd7,0x95,0xc0,0xec,0x0d,0x84,0x8e,0x09,0x61,0x77,0x9b,0x1a,0x59,0xd8,0x6e,0xe8,0x69
		,0xb5,0x29,0x0d,0x14,0x61,0x0d,0x16,0x8a,0xd6,0x94,0x65,0x34,0x19,0x0a,0x1d,0xe3,0xd7,0x47,0xb8,0x04
		,0x68,0xcf,0xbb,0x5c,0x3a,0x5f,0xed,0xdc,0xce,0x47,0xe5,0x02,0x64,0xcc,0x03,0xec,0x0a,0xec,0x79,0xc3
		,0x6c,0x02,0x88,0x8a,0x07,0x24,0x78,0x8a,0x0e,0xe5,0x47,0x3c,0x5e,0xe0,0x94,0x6f,0x17,0xa9,0xe8,0x64
		,0x33,0xbe,0x77,0x65,0xf9,0x0f,0x5e,0x85,0x68,0xd3,0x7b,0x21,0x1d,0xb0,0x14,0xd9,0x86,0xc5,0x66,0x78
		,0xa0,0x3a,0x2f,0x5c,0xfd,0x42,0x8f,0x53,0x61,0x73,0x22,0x6e,0xef,0xaf,0x9d,0x50,0x8b,0x09,0x46,0x2e
		,0x45,0x43,0x29,0xec,0xa2,0x82,0
	NSNumber *index = [map objectForKey:path];
	if (index == nil) { return nil; }

Attachments

FileDateSize
ApplicationRouting.m2013-05-23T22:08:35.000+0000377583

Comments

  1. Daniel Sefton 2013-05-24

    Hi David, I see that you're using 3.0.2 GA - Please can you try with 3.1 GA? And if not, please try the latest 3.2 CI or 3.1.X build found at http://builds.appcelerator.com.s3.amazonaws.com/index.html Thanks.
  2. David Cypers 2013-05-24

    Hi Daniël, I have also tried it with 3.1 ga. I must have copied the wrong log file, because I have 2 projects, one on 3.1 and one on 3.0.2. But they both have the same problem.
  3. David Cypers 2013-05-24

    Hi Daniël, I have also tried it with 3.1 ga. I must have copied the wrong log file, because I have 2 projects, one on 3.1 and one on 3.0.2. But they both have the same problem.
  4. Daniel Sefton 2013-05-24

    Ok, thanks for the clarification, it should be enough for our engineering team to make a comment next.
  5. Chris Barber 2013-06-06

    @David, sorry for the delay. Are you still able to reproduce this? I'd love to see if I can reproduce it. Is it possible to assemble a test case that exhibits the problem?
  6. David Cypers 2013-06-06

    Chris, it still happens all of the time. I can assemble a test case but I am not sure if it can help you, because all my projects suffer the same problem. However, if we can find a time slot(I live in Europe, GMT+1), I can grant you access to my machine via teamviewer, if that would be of any help to you.
  7. Viktor Korol 2013-07-29

    It is reproduces with CLI version 3.1.1, Titanium SDK version 3.1.1.GA. Please fix it.
  8. Chris Barber 2013-07-29

    @Viktor, I'm having a hard time reproducing this issue. Could you please post a zip file with a project that reproduces the problem along with the output from the "titanium info" command (minus your cert info)?
  9. Viktor Korol 2013-07-30

    It does not depend on the project, but not reproduces each time. Before build delete "build" folder to force regenerate ApplicationRouting.m. My titanium info: https://www.dropbox.com/s/4h9azq67kcnf6ef/tianium.info.txt
  10. Chris Barber 2013-07-30

    Just for reference, here's a related Q&A question: http://developer.appcelerator.com/question/149493/build-on-ios-simulator-but-fail-on-ios-device.
  11. Brenton House 2013-08-01

    Has anyone found a solution for this?? Would love to hear it!!
  12. Chris Barber 2013-08-01

    [~brentonhouse] [~vkorol] I'm having a really hard time reproducing this problem. Could you please create a simple app that demonstrates the error, then zip up the entire project including the build/iphone directory? I want to see what happens when I build the project and compare to your build. Perhaps I could hop on a Google Hangout with one of you and do a screenshare to see if we can nail down the root cause?
  13. Viktor Korol 2013-08-01

    Project: https://www.dropbox.com/s/nkckn0agz731nqb/appRouting.zip Log: https://www.dropbox.com/s/h25xqx5ocwoi4w2/appRouting.log
  14. Brenton House 2013-08-02

    [~cbarber] I do not have a small sample project that I can recreate this with. It always happens with the big ones you are trying to push to the app store :) I am more than willing to do a hangout and see if there is something that jumps out at you.
  15. Chris Barber 2013-08-02

    Thanks [~vkorol] for the sample. I'll give it a test over the weekend! [~brentonhouse] awesome, I will probably take you up on the offer. Let's see how my testing goes over the weekend and maybe I can reproduce the problem. If not, let's hop on a Hangout next week some time. Stay tuned.
  16. Lance Spellman 2013-08-07

    I'm running into exact same issue on a project now. Works fine on simulator. Open the project in XCode and the ApplicationRouting.m file has the same issues...preventing from deploying to device. Mac 10.8.4, TI Studio 3.1.1.20, node 0.8.14
  17. Chris Barber 2013-08-07

    [~lspellman] Hmm, I wonder... you're using Node.js 0.8.14. I know there were issues with Node.js 0.8.14. We officially support Node.js 0.8.22 (even though 0.8.25 is the latest). Is it possible for you to update your Node.js to 0.8.22 and try again? You can download it from here: http://nodejs.org/dist/v0.8.22/.
  18. Lance Spellman 2013-08-07

    I'll do that. Latest version Node reports is now v0.10.15. Assume I should keep it at 0.8.22 for compatibility reasons.
  19. Lance Spellman 2013-08-07

    Holy cr*p, that actually worked! Thanks Chris, you're awesome!
  20. Chris Barber 2013-08-07

    [~lspellman] Node.js 0.10.x works with Titanium SDK 3.1.0 and newer, but does not work with 3.0.0 and 3.0.2 due to some unfortunate side effects in Node.js 0.10's path.join() function.
  21. Chris Barber 2013-08-07

    [~lspellman] AWESOME! Keep your fingers crossed. [~brentonhouse] and [~vkorol], what version of Node.js are you using? Does upgrading to Node.js 0.8.22 fix the problem for you? [~davidcyp] what version of Node.js do you have installed? I totally forgot to ask the other day.
  22. Lance Spellman 2013-08-08

    Issue is back today when I add in an external module, but with Ld instead of CompileC. Looking at the the ApplicationRouting.m file, the data structure being built for resolveAppAsset is huge. There are 109,732 entries in it before it fails to complete and close the data structure. I think you had some suspicions that it was the number of javascript files in the app, translating into the number of entries that get created here, as a possible underlying cause, yes? I don't think that's it unless I crossed some magic number threshold. When I take the module out, it works again, and the number of entries hasn't gone down appreciably. It is 109,644. So it looks like it is something to do with external module addition. It's in the tiapp.xml, required in alloy.js and additional frameworks are added to the module.xcconfig file. When I build for simulator, works fine. It's only the device build that throws up. I don't want to throw you off-track into a separate issue, but if the info helps, wanted to give it.
  23. Lance Spellman 2013-08-08

    This is a red herring. Unfortunately, where it shows up as a problem is here in the ApplicationRouting.m file. The issue was that I updated the module.xcconfig file to include an external framework in the source directory AFTER I'd already deployed it to Library/Application Support.... Once I updated the module.xcconfig in that location, everything builds correctly. So, an incomplete module.xcconfig file looks like it will generate a Ld build error with an incomplete ApplicationRouting.m file. node.js update to 0.8.22 was still needed regardless.
  24. Chris Barber 2013-08-08

    [~lspellman] Hmm, interesting. I'm not sure why modules would affect things. So, if you enable --log-level trace, find the line that mentions "Running titanium_prep" followed by a bunch of lines that say "Preparing XXXX_js". Are you saying there are 109,644 "Preparing XXXX_js"? That seems like a LOT of JavaScript files. What I suspect is the "titanium_prep" process is working correctly. I believe it's correct preparing all of the JavaScript files. I'm sure there's a limit to the number of files, but that is memory bound and you'd have to have hundreds of megs of minified (via UglifyJS) code. What I think is going on is not all of the output is being captured before the stdout pipe of the subprocess is being closed. I've already changed this line https://github.com/appcelerator/titanium_mobile/blob/3_1_X/iphone/cli/commands/_build.js#L2864 from "exit" to "close" in my working branch and that may solve it, but I don't know. What I'd like to do is add code that detects if the output from titanium_prep is complete by checking if it sees the "map" is fully defined. If it fails, maybe try again before failing.
  25. Chris Barber 2013-11-01

    Pull request: https://github.com/appcelerator/titanium_mobile/pull/4898
  26. Wilson Luu 2013-12-16

    Closing ticket as fixed. Verified that I was able to install the default Titanium app and [this app](https://www.dropbox.com/s/nkckn0agz731nqb/appRouting.zip) 25 times to an iOS device without any errors. Here is the shell script I used to install to device:
        #!/bin/sh
        
        n=0
        total=25
        while (( $n < $total ))
        do
        	
        	echo $(( n+1 ))" of "$total
        	sleep 2
        
            # this is the command that studio uses to install to iOS devices
            # removed the --no-colors flag for this script  
        	"/usr/local/bin/titanium" "--no-progress-bars" "--no-prompt" "build" "--platform" "iphone" "--sdk" "3.2.0.v20131216064236" "--log-level" "trace" "--target" "device" "--ios-version" "7.0.3" "--device-family" "universal" "--developer-name" "QE Department (C64864TF2L)" "--device-id" "08c9b48b525c89f669d08d825ba9ff34d8a5a634" "--pp-uuid" "98F73243-B6CA-4F18-A4A6-64ED9096038C" "--skip-js-minify"
        
        	n=$(( n+1 ))
        done
        
    Tested on: Appcelerator Studio, build: 3.2.0.201312151544 SDK build: 3.2.0.v20131216064236 CLI: 3.2.0-cr3 Alloy: 1.3.0-cr Xcode: 5.0.2 Device: iphone 5 (6.1.3)

JSON Source