-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.2.1 causes to app to crash on 32bit devices #100
Comments
This has something to do with sync. |
Thread 5 is crashing in |
I had disabled push replication, but was using continuous pull replication.
And I'm listening for replication events inside my controller. Wasn't doing anything useful with the events yet. Right now all of this code is disabled in my app due to the crash.
|
I tried running the app through XCode and managed to find the issue. Incidentally, the issue is in KrollContext that you had reported a while back in Appcelerator JIRA. In method
https://jira.appcelerator.org/browse/TIMOB-15365 I followed the same fix you suggested in the bugreport and I'm able to run sync in both 32bit and 64bit iOS devices now.
Any reasons why this issue reappered and any permanent solutions? |
Thanks for this awesome module. I have been using version 1.2.1 on both iOS and Android.
It runs very well on my iPhone 6 running iOS 8.3 and also on all iOS simulators.
However, the app crashes on startup when run on iPhone 5 running iOS 8.3 and iPad 2 running iOS 8.2. I'm able to run the app in these devices if I remove the ti_touchdb module from my project.
This is what I could see from the logs from my iPad 2.
The text was updated successfully, but these errors were encountered: