Open kapso opened 9 years ago
Anyone know what is the issue here?
You're setting require: false
in your gemfile... are you doing require 'bubble-wrap'
in your rakefile?
This is what I have in my Rakefile
require "bubble-wrap/core" require "bubble-wrap/mail" require "bubble-wrap/reactor" require "bubble-wrap/sms"
via mobile device, please excuse typos and terseness.
On Aug 13, 2015, at 8:50 AM, Mark Rickert notifications@github.com wrote:
You're setting require: false in your gemfile... are you doing require 'bubble-wrap' in your rakefile?
— Reply to this email directly or view it on GitHub.
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)