-
Notifications
You must be signed in to change notification settings - Fork 208
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
BW::UIAlertView.plain_text_input crashes on the device #471
Comments
Anyone know what is the issue here? |
You're setting |
This is what I have in my Rakefile require "bubble-wrap/core" via mobile device, please excuse typos and terseness.
|
Try removing those lines from your rakefile and use this in your gemfile: gem "bubble-wrap", "~> 1.9.2", require: %w[bubble-wrap/core bubble-wrap/mail bubble-wrap/reactor bubble-wrap/sms] |
Yea tried your suggestions but same thing, it still crashes @markrickert BTW thanks for looking into this. |
Can you create a simple app that reproduces the issue? I definitely want to get this fixed, but you might also like to look into the gem RedAlert for the same (but more robust) functionality |
Looks nice, but our's is not a RMQ application, do you know if we can still use this gem? |
Following code is crashing on the device. It works fine on Simulator, but on the device it crashes
Device - iOS v8.4 (iPhone 6)
The text was updated successfully, but these errors were encountered: