Titanium Studio can not run Xcode

You must Login before you can answer or comment on any questions.

First of all, I can not run the iOS6 to iOS5, I have tried many ways to retrace the file but still doesn't work and Down grading the X code.

I use Mountain Lion, have 16 GB ram and My mac book pro is 2011. I end up getting ERROR trackback and I don't know what to do?

[Problems] [INFO] One moment, building ...

[DEBUG] Detecting modules in /Users/Justin/Desktop/fcefve/modules

[DEBUG] Detecting modules in /Users/Justin/Library/Application Support/Titanium/modules

[DEBUG] Detected module for android: ti.cloudpush 2.0.7 @ /Users/Justin/Library/Application Support/Titanium/modules/android/ti.cloudpush/2.0.7

[DEBUG] Detected module for android: ti.cloudpush 2.0.5 @ /Users/Justin/Library/Application Support/Titanium/modules/android/ti.cloudpush/2.0.5

[ERROR] Error: Traceback (most recent call last): File "/Users/Justin/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/iphone/builder.py", line 762, in main

detector = ModuleDetector(project_dir)

File "/Users/Justin/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/iphone/../module/module.py", line 174, in init

self.modules = self.detect_modules()

File "/Users/Justin/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/iphone/../module/module.py", line 224, in detect_modules

modules.extend(self.get_modules(system_modules_dir, auto_install=True))

File "/Users/Justin/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/iphone/../module/module.py", line 216, in get_modules

manifest = Manifest(manifest_file)

File "/Users/Justin/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/manifest.py", line 11, in init f = open(data, 'r')

IOError: [Errno 21] Is a directory: '/Users/Justin/Library/Application Support/Titanium/modules/android/docs/guide/topics/manifest'

Here is the link to the picture.

http://postimage.org/image/bf6teshfl/

2 Answers

Hi Justin,

I seems a bit weird, but why there is a docs folder at /Users/Justin/Library/Application Support/Titanium/modules/android/ path there should be a folder named ti.cloudpush only.

Can you try moving all other folders except ti.cloudpush to a backup directory at some other location and then try ? as it should build properly after that.

— answered 8 months ago by Perminder Singh Bhatia
answer permalink
2 Comments
  • There is nothing in the folder just the Ti.cloudpush only...

    In Titanium Folder

    1. Mobilesdk a) OSX a)2.1.2GA
    2. Modules a)Android a)ti.cloudpush a)2.0.7 a)cloudpush.jar b)Documentation c)Example d)lib e)libs f)license g)manifest h)platform i)timodule.xml b)commonjs a)ti.cloud

    Image link

    http://postimage.org/image/xw0c2l7m7/

    — commented 8 months ago by Justin Liu

  • I said so because you got error at /Users/Justin/Library/Application Support/Titanium/modules/android/docs/guide/topics/manifest and this says you have it. It seems hidden. Can you check it for once and let me know ?

    As a humble request, if you don't like my answer, please don't undervote it as you can leave it as it is.

    — commented 8 months ago by Perminder Singh Bhatia

Hi justin, you are running for iOS and it is detecting module for Android CloudPush(ti.cloudpush) that causes crash many times. so do one thing update the 2.1.2.GA mobile SDK cloud module from 2.0.5 or 2.0.7 to 2.3.0 which is the latest version and then clean your project and fresh build. (actually you just have to change the version to the latest version as it should be there in mobile SDK automatically)

if issue is still there then do let me know.

Your Answer

Think you can help? Login to answer this question!