After upgrading OS X and Xcode, the Titanium iOS simulator log had serious issues. Issues, as in, Titanium.API.info not working at all. So let’s fix it.
Titanium 3.1 NSRangeException Woes
Upgrading to the latest version of the Titanium SDK may lead you to the awful NSRangeException. Its appearance is not always immediately understandable, but hopefully my follies can help you out.
Appcelerator Titanium HTTPClient POST Example
Here’s a quick snippet to get you started with an HTTPClient POST request while developing in Appcelerator’s Titanium Studio.
Appcelerator Titanium Download and Save an Image From a Remote URL
Here’s a good start for a CommonJS implementation to have your project in Titanium download and save an image to the local filesystem.