-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Titanium SDK not found #48
Comments
i had same problem.. script just can't find your titaniumsdk directory, particular 3.0.2.GA version. |
I ran into the same warnings/errors when trying to run MakeTi for the first time today: No platform selected... running as iphone. [WARN] Only action=install and action=adhoc are supported. Choosing action=install. [WARN] Defaulting profile_file to 'development'. [ERROR] Titanium SDK for 3.1.0.GA not found. You could try setting TITANIUM_PATH. My SDK version exists in the mentioned directory and the version matches what i got in tiapp.xml Thanks, |
I fixed the issue by modifying the bin/titanium.sh file TI_SDK_VERSION= This will remove any spaces in the sdk version. (notice the | tr -d ' ') |
Hey, I have tried to deploy an Alloy sample application which works in Titanium Studio normally. But I can't deploy because "make run" don't find Titanium Path. (OS 10.6.8)
I did this operations in console:
James:alloy03 ivanjimenezutiel$ ls -l /Library/Application\ Support/Titanium/
total 0
drwxr-xr-x 4 ivanjimenezutiel admin 136 4 mar 11:02 mobilesdk
drwxr-xr-x 6 ivanjimenezutiel admin 204 15 dic 14:28 modules
James:alloy03 ivanjimenezutiel$ export TITANIUM_PATH=/Library/Application\ Support/Titanium/
James:alloy01 ivanjimenezutiel$ pwd
/Users/ivanjimenezutiel/Documents/Dropbox/Titanium_Studio_Workspace/alloy01
James:alloy01 ivanjimenezutiel$ ls
CHANGELOG.txt MakeTi.tmbundle app plugins
LICENSE Makefile bin tiapp.xml
LICENSE.txt README build
MakeTi README.textile build.log
MakeTi.sublime-package Resources manifest
James:alloy01 ivanjimenezutiel$
...and then I tried to do "make run"...
James:alloy01 ivanjimenezutiel$ make run
make: *** No rule to make target `run'. Stop.
James:alloy01 ivanjimenezutiel$ make run
No platform selected... running as iphone.
Building with Titanium... as
PROJECT_ROOT='/Users/ivanjimenezutiel/Documents/Dropbox/Titanium_Studio_Workspace/alloy01' DEVICE_TYPE= bash './/bin/titanium.sh'
[WARN] Only action=install and action=adhoc are supported. Choosing action=install.
[WARN] Defaulting profile_file to 'development'.
[ERROR] Titanium SDK for 3.0.2.GA not found. You could try setting TITANIUM_PATH.
make: *** [run] Error 1
Some help it would appreciated.
Thanks
P.D.: Makefile was set with ANDROID_SDK path
The text was updated successfully, but these errors were encountered: