-
Notifications
You must be signed in to change notification settings - Fork 116
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
[CRITICAL] App hangs on iOS #35
Comments
Hmmm. I'll certainly look into this. In the meantime, Restivus only has a single option that needs to be configured from the client ( Up until the most recent release I don't even think I exported Restivus on the client (and even in that release there appears to be issues with it being available there). I wonder if that issue is connected to the error you're getting. A good test will be to try the previous version of Restivus (0.6.3). Are there any error logs from the crash? I'll test this out as soon as I have a minute. |
Not due to client code, I'm afraid:
If you |
This is resolved by #46 (which removes Iron Router), and will be included in the next major update, v0.7.0. If you'd like early access, you can clone the latest from the 0.7.0 branch, and use it as a local package. Of course, that branch is a work in progress, so there could be some unexpected behavior. I wonder if we should still file an issue with Meteor or Iron Router? We may still need to do some further digging, since we never figured out the cause of the issue, other than it being related to Iron Router. I'll leave this issue open a little while longer, in case you want to chime in about filing any issues related to it. Thanks for taking the time to report this with the repro steps! That's always very helpful. |
Closing this since the actual issue has been resolved on the |
Merely adding
Restivus.configure()
to the Meteor skeleton app causes it to hang at the splash screen whenmeteor run ios
ormeteor run ios-device
is executed.The text was updated successfully, but these errors were encountered: