rubymotion-community / BubbleWrap

Cocoa wrappers and helpers for RubyMotion (Ruby for iOS and OS X) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull requests
Other
1.18k stars 208 forks source link

superclass mismatch for class BubbleWrap::Location #446

Closed TheRealNeil closed 9 years ago

TheRealNeil commented 9 years ago

Hi, I have added BubbleWrap to my gemfile; gem "bubble-wrap", "~> 1.7.1" when trying to compile my app I get the message superclass mismatch for class BubbleWrap::Location (TypeError) I am unable to get any of the Location methods at all. I tried including; require 'bubble-wrap/all' require 'bubble-wrap/location' require 'bubble-wrap/reactor' in my rake file and I then have an error; method get or get_once does not exist.

Any help would be much appreciated. Thanks, Neil

RubyMotion version 3.6 Ruby ruby-2.2.0