TiImageCollectionView icon indicating copy to clipboard operation
TiImageCollectionView copied to clipboard

crashes

Open rborn opened this issue 13 years ago • 9 comments

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 :)

rborn avatar Sep 28 '12 09:09 rborn

What's your Titanium SDK ver?

atsusy avatar Sep 28 '12 09:09 atsusy

Ti 2.1.3.v20120921190208 ios6 xcode 4.5 simulator

rborn avatar Sep 28 '12 09:09 rborn

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.

atsusy avatar Sep 28 '12 10:09 atsusy

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 ?

rborn avatar Sep 28 '12 12:09 rborn

Did you modify example/app.js?

atsusy avatar Sep 28 '12 12:09 atsusy

The only thing I modified was the TITANIUM_SDK_VERSION in titanium.xconfig. The location is exactly the same as yours.

rborn avatar Sep 28 '12 12:09 rborn

Example app needs Flickr API key. Get API key and modify example/app.js:2

var flickrApiKey = '<YOUR API KEY HERE>';

Thanks.

atsusy avatar Sep 28 '12 12:09 atsusy

Oh yes, I added this (I forgot about).

rborn avatar Sep 28 '12 13:09 rborn

OK. I'll check the log once more.

Thanks!

atsusy avatar Sep 28 '12 13:09 atsusy