Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19428] Cannot build a mobile app with Xcode 6.4 and SDK 5.0.0

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2015-08-29T00:49:13.000+0000
Affected Version/sRelease 5.0.0
Fix Version/sRelease 5.0.0
ComponentsiOS
Labelsqe-5.0.0
ReporterWilson Luu
AssigneeChee Kiat Ng
Created2015-08-28T22:01:52.000+0000
Updated2015-08-31T04:31:34.000+0000

Description

*Details:* Cannot build a mobile app with Xcode 6.4 and SDK 5.0.0. *Steps to reproduce:*

Make sure you have Xcode 6.4 on your machine and sudo xcode-select -s pointing to it

Create a mobile project with: appc new

Build the project with: appc run -p ios

*Actual:* Project will fail to build:
[ERROR] ** BUILD FAILED **
[ERROR] The following build commands failed:
[ERROR]         CompileC Build/Intermediates/monkeySam2.build/Debug-iphonesimulator/monkeySam2.build/Objects-normal/i386/TiApp.o Classes/TiApp.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
[ERROR] (1 failure)
 
TRACE  | titanium exited with exit code 1
ERROR  | Error: ti run exited with error code 1
    at ChildProcess.<anonymous> (/Users/wluu/.appcelerator/install/5.0.0-27/package/node_modules/appc-cli-titanium/plugins/run.js:89:66)
    at ChildProcess.emit (events.js:98:17)
    at Process.ChildProcess._handle.onexit (child_process.js:820:12)
*Expected:* Should be able to build a mobile project with SDK 5.0.0 and Xcode 6.4.

Comments

  1. Chee Kiat Ng 2015-08-29

    PR Here: https://github.com/appcelerator/titanium_mobile/pull/7090 approved and merged.
  2. Satyam Sekhri 2015-08-31

    App builds successfully using 5.0.0 sdk with both Xcode 6.4 and Xcode7beta6 Verified on: Mac OS 10.10.4 Appc Studio: 5.0.0.201508271032 Ti SDK: 5.0.0.v20150829212027 Appc CLI NPM: 4.2.0-1 Appc CLI Core: 5.0.0-32 Node.js: 0.10.37 Xcode 6.4, 7b6

JSON Source