Environment:
Mac osx 10.8.3 Mountain Lion
Appcelerator Studio, build: 3.1.1.201306012403
Titanium Studio, build: 3.1.1.201305312303
SDK, build: 3.1.1.v20130531163723
XCode 4.4.1
Device:
iPhone 5 iOS 6.0
CLI: 3.1.1-alpha
It is a *regression*, not occurs in 3.1.0.GA
Description:
Enabling Appcelerator services and compiling the project, using XCode 4.4.1 and iOS SDK 5.1, results in compiler failure.
Test steps:
1. Create the default project, using Appcelerator/Titanium Studio (Do Not Enable Services)
2. Build for device or simulator
3. Add ti.cloud module or enable services and build again
Using CLI, run the command: ti build -p ios -T device -I 5.1 ------------ failed
Actual result:
2. Build succeeded
3. Build failed
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : CompileC build/mukeshworry.build/Debug-iphoneos/mukeshworry-universal.build/Objects-normal/armv7/AppModule.o Classes/AppModule.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
[ERROR] : (1 failure)
Expected result:
Build should succeed
Which app? Please provide a dashboard.appcelerator.com link.
https://dashboard.appcelerator.com/#/app/51acde0c48b3e0eb3f000004 The name is: anyp
[~oromero] Can you help us narrow down the problem. By removing either the Soasta plugin/module or the Crittercism module, does the Simulator run?
Nam Le Simulator fails as well
PR: https://github.com/appcelerator/titanium_mobile/pull/4351 3_1_X: https://github.com/appcelerator/titanium_mobile/pull/4352
This does not seem to be related to enabling Appc service or loading the ti.cloud module. Directly related to building the app with Xcode 4.4.1
Tested with: SDK:3.1.1.v20130609163050 Appcelerator Studio: 3.1.1.201306071750 OS: OSX 10.7.5 Device:iphone simulator Xcode: 4.4.1 Successfully able to create and build the app with or without appcelerator services enabled.
Reopening to edit labels