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.
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!