Community Questions & Answers
Alloy compile error
Hi All, It's been a year since I stopped developing titanium apps. I seem to forget what I've learned and so to start fresh. Found new things, one of which is Alloy Framework. I think it's a very good idea for titanium to have this MVC framework like. ...
Alloy compile error
Hi, I created a basic alloy project to test my installation but when I try to compile it, there is this message : ~~~ [DEBUG] ----- MVC GENERATION ----- path.js:360 throw new TypeError('Arguments to path.join must be strings'); ...
Building Titanium 3.0 project takes forever since update to xcode 4.6.1
Hi! For a week now my Titanium workflow has been severely slowed down and I have absolutely no idea what to do... It all started when MaxOSX 10.8.3 update came out and a small Xcode 4.6.1 along with it. I haven't touched Titanium Studio nor any of the...
Ti.admob module causes project not to compile
Hi, I added Ti.admob module to my Android project. When I try to compile, after a while I get the following lines: ~~~ [TRACE] Writing out AndroidManifest.xml [DEBUG] /Users/myself/Desktop/android-sdk-macosx/platform-tools/aapt package -m -J...
Android emulator terminates without compiling the app
Hi, I'm testing my Android app in Android emulator but it fails to compile the app and exits. I can't undestand what happens. The log file can be red/downloaded [HERE](https://www.dropbox.com/s/ap130pn42qd3kbg/log.txt) Can you help me?
Highcharts (html) would'nt compile :(
Hey, i am using a Webview in my application and it's using highcharts... My problem: Not matter if i compile my app (to an ipa) over xcode or directly on titanium ... On my device i can't see any charts - so i think nor the webview. Any idea? it...
Calendar Module for iphone
I download the Stelford Titanium Calendar module and was trying to compile it. I keep getting: (8 failures) xcodebuild failed Full errors below: <script src="http://pastebin.com/embed_js.php?i=b2j106cL"></script> anybody show...
Faster Compile / Build Flow
Using the Titanium IDE is painful with testing. I generally see 40-60s on build times, depending on which system I use, plus another 15-25s for the iTunes transfer. If you compile 20 times an hour, you're wasting 33% of your hour waiting on the compile....
Module ti.cloud not found when testing on real device. Works in Simulator?
Hello all, I'm playing around with the new ACS (Cloud services) When I'm testing in my iOS-simulator everything works like a charm. But when I open in Xcode and run the project on a real device (iPhone) I get this error: [ERROR] Script Error =...
3.0.2 build veeeery slow!!!
Don't know why but since I have update my titanium to latest version ( 3.0.2 GA ) my entier titanium are sooo slow... I took 16 mins to build and simple project that before I build in 5 min max... ~~~ [INFO] : Application has exited from iOS...
Input iPhone code to get Android app?
Can I input the code for an iPhone app into Titanium and it compile/convert it into an Android app?
Android/Linux - CLI build, but not run/install
Whenever I try build my application from the command line `titanium build --platform android` Titanium seems to invoke the `install` or `run` command which searches for an AVD, it also doesn't build the apk file if there is no AVD available. From the...
Meanigful error messages on compile
(sorry for my bad english) On windows 7 (64bits) everytime I get an syntax error on a Alloy Controller javascript (mobileweb), when I try to run the app i get the error: Unable to generate Mobile Web App. Error: ~~~ [INFO] : Compiling...
Error generating AST for/Users/xyz/Documents/Titanium_Studio_Workspace/app/Resources/alloy/controllers/file.js"
I'm running into this problem, I've cleaned up the project, I've updated alloy and it won't compile. I don't have idea what is wrong. Any ideas?
Stuck on Compiling Localization Files
Hi All, Hope you are enjoying good health. Im having problem in running my test app in Titanium Studio. It gets stuck on (Compiling Localization Files) and then nothing happens, no emulator and nothing. I have waited for more than 30 minutes but...
Titanium Studio compiler module problem
Titanium Studio Mobile (3.0.1.201212181159), Android 4.0 , Windows 7.0 64bit The first compilation, write your own module. OK Normal production. Modify the module name and ID CurlPageFilpModules to CurlPageFlipModules ( in...
compile android mobule error
I want to make a android module , i create it, and then when I click the [Package - Android module] compile it, the Studio have a error: ~~~ Executing build.xml... C:\Documents and Settings\Administrator\Application...
Testflight - how to compile from Github to Titanium app integration?
I want to use the Testflight (a beta test made easyer for the ones that never heard of it..) into Titanium, so I came across this GITHUB...
New App won't run in Simulator - 2.1.3
I installed 2.1.3 and am running Xcode 4.5. When I setup a new project with all defaults, Titanium will build and launch the app, then I get a message Application has exited from Simulator. In debug it says exit value: 0. Any ideas? Also, it seems to...
Over 20MB filesize?!
My app when compiled for distribution without the main content is about 4MB My Content for the app is about 4.5MB of javascript arrays (my app 4MB) + (my content 4.5MB) = ? When I Compile for Distribution the file size should be around 10MB but suddenly...
Compile SDK from Source - fix bugs myself?
Hey, i really new to this "compile from source" thing... My Problem: For example i am wondering, i cant set the color of the alphabetical List on the right of a tableview, using "index". My idea: Can i download the titanium sources,...
"Python: no user"?
Suddenly this morning, I started receiving an error that says "Python: no user". I haven't rebooted, and I'm logged in on the webpage I noticed the SDK has somehow changed to "loading" instead of "3.1" (iPhone), and there is...
Can i compile in another ios device without erase all it's app's, ¿¿¿how???
Hi all, i'm developing an app for my web app, and i got a problem. My boss want to try this app in his ipad, so i have created a new provisioning profile in dev.apple.com, etc... and finally i run from ios device in titanium studio, but the problem is i...
Why aren't the generated Titanium source files precompiled in a static linked library?
Often times when I'm working on an iOS project, I will open the "build" directory generated by Titanium Studio and open up the Xcode project to do some advanced debugging and profiling. However, compile times are very very slow, even for small...
Problems with XCode 4.5
I have a project that compiled fine with Xcode 4.4 but since upgrading to 4.5 it will not compile under any iOS version other than 6.0. I am attempting to compile under 2.1.2GA and OS SDK 5.1 I select these in the Publish Ad Hoc distribution but the...
Code and Compile without using Titanium Studio
Is there any way I can code, compile, and test my app without using Titanium Studio? Its chunky and built on top of eclipse which is not very friendly to low end Macs. Are there any plugins for Sublime Text 2, or any thing like that?
Build once, deploy everywhere? Or have I misunderstood?!
Am I writing in thinking that an apk that has been built and tested on one Android device can be sent to someone else using a different type of Android device and it should still work? i.e. Titanium compiles once - and it works on all platforms? That had...
A titanium-acceptable version of jquery?
I have a 2-page iPad app that is a conversion from a 2-page web site that did all it's animations, ajax, show/hide operations with jquery. When compiling for the simulator Titanium tried to parse all of jquery in advance (and failed at 67% or something,...
Compile Titanium mobile app from command line
How can to compile titanium mobile app from command line and to map the profile/provision for the app at compile time.
How to Compile Titanium Appcelerator Source Code in Linux Ubuntu 11
This document explains the steps to compile Titanium Appcelerator in Ubuntu 11 **1. Install Phyton** Follow these steps wget http://www.python.org/ftp/python/2.5.5/Python-2.5.5.tgz tar -xvzf Python-2.5.5.tgz cd Python-2.5.5 ./configure...
Traceback Error
I get the following error when trying to distribute an app: [ERROR] Error: Traceback (most recent call last): How do I resolve this? Thanks.
Titanium always "Compiling Javascript Resources ...": anoying
Hello I have a big problem with Titanium and Android, every time I make a change and run app in Android simulator, Titanium compiles all javascript resources (It tooks 30 or more seconds instead 4 or 5): ~~~ [INFO] Fastdev server running, deploying in...
Compiling error while running on device
I try to run my new app for the first time on a new device. And now I am running into an compiling error. I already deleted all build-folders but no success: ~~~ [DEBUG] Detecting modules in /Library/Application Support/Titanium/modules [INFO] Performing...
Finding js files in Resource dir
I have a problem where something works fine in the iOS simulator but fails when running in an app. I am attempting to detect some .js files within a dir located under the Resources directory. They are module files that I want to load depending on what is...
Desktop - How to compile my JS code?
Hi, I searched a lot but couldn't find any hint. :( I've written my desktop app in JS and it works perfectly fine. However my JS code uses network queries which I would prefer not to be readable for all end users by simply opening a file on their local...
Trying to Distribute first iPhone app
Hi All, I'm trying to distribute my first iphone app. I'm running into the following non-descript error from the Packager: ~~~ [ERROR] Error: Traceback (most recent call last): File "/Users/benscofield/Library/Application...
Compiler Appcelerator 2.0 error on Windows XP
Here is the step:- 1) Download source code from git. 2) Use existing python 2.7 3) Add path to c:\python27\scripts so that scons is accessible from anywhere. 4) Download ant. 5) Download Android Native SDK and set the environment ANDROID_NDK to the path...
Xcode project - client compile stuck on splash screen
Hi, We've been using transport.py to supply our client with source code for Titanium projects that we've been producing over the last few years. We're currently having an issue where we are producing a standalone Xcode project using transport.py, however...
Offline Deployment Desktop
HI guys, Since the cloud deployment servers have been taken down, i have had quite a few problems building my desktop application. The command used and the console output can be seen here: ~~~ C:\Documents and Settings\pp\Application...
c2dm module compiling problem
Hi, I'm using c2dm module from here: https://github.com/Kuraturpa/titanium-c2dm I'm using sdk 1.8.2. When compiling using 'ant' command I get the following output: ~~~ ^ [javac] C2DMReceiver.java:84:...
Android distribute package still contains javascript source
If you have a look at this QnA: [http://developer.appcelerator.com/question/100201/enable-android-byte-code-compile](http://developer.appcelerator.com/question/100201/enable-android-byte-code-compile) Marshall mentions that the bytecode compiler runs when...
How to Compile with Textmate?
Hot to Compile with Textmate?
Build error when trying to build titanium mobile 1.8 on ubuntu
Hi All, I'm trying to build titanium mobile 1.8 (Master branch), but I get weird error when compiling. here is what i've done: I installed ubuntu 11.10, and on it the following: sun jdk 6, android sdk, android ndk, scons, git. I set the following...
Ho to compile the SDK from source
Hi, since the map route is not added in the Android SDK, I will have to try to add it myself. But after adding it, how to compile the sdk (at least the Android part) to make it useable in Studio? Regards
Run on device (iphone)
- xcode: 3.2.6 - SDK 1.7.1 - SDK: 4.3.4 (I even run xcode and imported my ipad1 into it) Every time I try to run my app on a device I get the following error while compiling. I try'd everything: Using Clean from Studio, remove entire build directory...
Android Module Porting to 1.8.0.1/1.8.1
I'm trying to port an Android module to 1.8.0.1. Here is the source on [GitHub](https://github.com/mwaylabs/titanium-barcode). Here is my [error](http://cl.ly/2a2u1o3C0G0m2Q3g2e33). I am able to copy the repository to my machine, and edit the...
Completely stopped; iPad project won't compile anymore
We've been developing our first iPad application for a few weeks now and it's gone generally well with the odd hitch or two. Periodically I've had to follow advice from here to delete the contents of the build directory to get it to do a full rebuild and...
Include and compile a java-library
Is it possible to include and compile a java library to my desktop/(mobile) application? When it's possible, then what I have to care about? Which library do I mean: [LINK](http://jasperforge.org/projects/jasperreports)
Is it possible to compile an Android app and copy it manually to a device instead of installing with adb?
Hi every1. I'm having a bit of a problem installing to my Android test device using the 'orthadox' method because adb isn't finding my device simply because there is no Windows driver for it (it's a chinese knock-off, but it was cheap). I can however...
Just started developing an ios/android app in Titanium, don't understand compile errors
I have a very basic app, with a tableview to play around with different options. my app.js is identical to the tutorial code below ~~~ var win1 = Titanium.UI.createWindow({ backgroundColor:"#fff" }); var table1 = ...