crashes
Hi, I was playing with your module but is crashing very often, sometimes when it starts, sometimes after a few scrolls. Here is the log.
http://pastie.org/private/qrdavepjhqw7vnanry7eg
Thank you :)
What's your Titanium SDK ver?
Ti 2.1.3.v20120921190208 ios6 xcode 4.5 simulator
Thank you for your information.
I tried with the SDK of that version, but I couldn't reproduce the bug.
Any other informations are welcomed.
I did this:
git clone https://github.com/atsusy/TiImageCollectionView.git git submodules init git submodules update
/Library/Application\ Support/Titanium/mobilesdk/osx/2.1.3.v20120921190208/titanium.py run
My simulator starts (hardware set to iphone simple, version 6.0) and crashes, or shows one screen and on the first scroll or after a few scroll crashes.
What else can I do to help ?
Did you modify example/app.js?
The only thing I modified was the TITANIUM_SDK_VERSION in titanium.xconfig. The location is exactly the same as yours.
Example app needs Flickr API key. Get API key and modify example/app.js:2
var flickrApiKey = '<YOUR API KEY HERE>';
Thanks.
Oh yes, I added this (I forgot about).
OK. I'll check the log once more.
Thanks!