Skip to content
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

SimpleView breaks in 1.18 #7

Open
rodrigoalvesvieira opened this issue Jul 15, 2012 · 1 comment
Open

SimpleView breaks in 1.18 #7

rodrigoalvesvieira opened this issue Jul 15, 2012 · 1 comment

Comments

@rodrigoalvesvieira
Copy link

Hi, it looks like SimpleView is broken in RubyMotion 1.18. See, when I add it to my Gemfile and bundle and run rake it fails launching the app in the simulator and prints:


(main)> Cannot define method `height' because no Objective-C stub was pre-compiled for types `f@:'. Make sure you properly link with the framework or library that defines this message.

I have no idea why this is happening. Maybe a conflict with other dependencies? Here's my Gemfile:

source "https://rubygems.org"

gem "bubble-wrap", "~> 1.1.0"
#gem "formotion", "~> 0.0.3"
gem 'simple-view', :git => 'https://github.com/seanho/SimpleView.git'
gem "teacup", "~> 0.0.1.pre"
gem "cocoapods", "~> 0.9.1"
gem "motion-cocoapods", "~> 1.1.0"
gem "motion-testflight", "~> 1.1"

Please give me a hint on why this is happening. Ask for more information if you need it. Thanks.

@jjuliano
Copy link

Take note that subview (an alias of find method) is also defined in Teacup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants