Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18777] Error while building a Titanium project on iOS simulator

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionCannot Reproduce
Resolution Date2015-04-10T06:28:53.000+0000
Affected Version/sRelease 4.0.0
Fix Version/sn/a
Componentsn/a
Labelsqe-4.0.0
ReporterSatyam Sekhri
AssigneePraveen Innamuri
Created2015-03-30T09:14:05.000+0000
Updated2015-04-22T22:37:04.000+0000

Description

Error during build of a titanium project on an iOS simulator. The same project builds and runs successfully on an iOS device. Steps to Reproduce: 1. Create a titanium project using "appc new" 2. Try to run the project on an iOS simulator using "appc run -p iOS" Actual Result: The build fails with following error
[INFO]  Invoking xcodebuild
[ERROR] ** BUILD FAILED **
[ERROR] The following build commands failed:
[ERROR]         Ld build/TestAlloy.build/Debug-iphonesimulator/TestAlloy-universal.build/Objects-normal/i386/TestAlloy normal i386
[ERROR]         Ld build/TestAlloy.build/Debug-iphonesimulator/TestAlloy-universal.build/Objects-normal/x86_64/TestAlloy normal x86_64
[ERROR] (2 failures)
 
ERROR  | ti run exited with error code 1

Comments

  1. Gary Mathews 2015-04-01

    I can't reproduce this issue. The app builds and runs fine in iOS simulator for me. I will keep experimenting further.
  2. Muhammad Dadu 2015-04-01

    The following code seems to work as expected. *appc run \-p -iOS- ios* I can't seem to reproduce this problem as well.
  3. Satyam Sekhri 2015-04-10

    Cannot reproduce the issue now. Tested on: Appc NPM: 0.3.39 Appc CLI: 0.2.230, 0.2.239(pre-prod) Ti SDK: 4.0.0.v20150408131013 Mac OSX: 10.10.1 Xcode: 6.2

JSON Source