Updating SDK builds doesn't work
on a MAC, these instructions do not work:
http://developer.appcelerator.com/doc/mobile/get_continuous_builds
3 Answers
-
ok, you have to add /mobilesdk/osx/ folders to: Library/Application Support/Titanium/ for it to work. That is not clear in the instructions.
-
ok, you have to add /mobilesdk/osx/ folders to: Library/Application Support/Titanium/ for it to work. That is not clear in the instructions.
-
Ok Peter, let's do in this way.
Download the mac nightly build with a browser ( not safari that uncompress it immediately).Unzip it , u will find a directory called mobilesdk.
inside it you will find a directory calles OSX and inside ( this is that we need ) a directory called 1.4.1Now go to :
library/Titanium/mobilesdk/osxIn osx directory copy the new directory 1.4.1 ( overwrite if u need)
That it.Your previous application has a directory called build/iphone/ delete all from there ( keep the tree build/iphone).
Restart Titanium as required.
Let me know.
Andrea