-
Notifications
You must be signed in to change notification settings - Fork 2
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
Crash on Testfairy 1.6.0 and Appc SDK 5.2.1 #3
Comments
Experiencing the same issue with the same versions. Rolling back to 1.5.7 of the testfairy SDK solves the issue. |
Hey guys. We're working on getting 1.7.0 to Titanium as well. Unfortunately, Titanium has changed the makefiles and now the sdk no longer compiles. But we're working on it. I'll post here when it's working. |
We have released 1.7.0. Can you please download it and give it a try? It fixes two race-conditions that were in 1.6.0 and I'd like to hear it's working great for you. Please keep me updated. |
Problem continues in 1.7 :< |
Tested 1.7.0 on 9.3 simulator and still crashes when the module loads. |
1.6+ giving me issues as well, here's the error from the device logs:
|
Exact same thing here: Have only tested iOS. Will soon post if it works for Android. |
Works wonderful with Android :) |
Hi, is this still happening with v2.1.1? |
@vijaysharm tested 2.1.1 on Simulator v10.3 and Titanium SDK v6.0.3 and did not get a crash 👍 |
@vijaysharm however, it looks like 2.1.1 for Android was built using the pre- Ti 6.0 sdk, and won't run on the newer sdk. See upgrading android modules for Titanium SDK 6.x |
Hi,
I'm trying to add v1.6.0 of the module to an Appcelerator app running Appc SDK 5.2.1, and I am crashing the app when calling
TiTestFairy.begin('api key');
Reverted to 1.5.7 and the crash stops. Testing on simulator and device running iOS 9.3.
The text was updated successfully, but these errors were encountered: