-
Notifications
You must be signed in to change notification settings - Fork 67
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
Error on sql branch #101
Comments
Can you build the example? |
you mean the sqlite sample? https://github.com/sxross/MotionModel/tree/sql/sqlite3_sample_app |
Yes. If you can rake clean:all, install the pods and build, the same thing should work in your project, right? |
Yes, this sample works. |
trying it ! |
I have this when I do : pod setup |
My gemfile: source 'https://rubygems.org' gem "rake" gem 'motion_model', :git => 'git://github.com/sxross/MotionModel.git', :branch => 'sql' gem "motion-support", ">= 0.2.2" gem 'cocoapods', '~>0.16.4' |
Try rake pod:install |
I have this : $rake pod:install |
Please create a small project on Github with this problem. Provide steps to repro in the README. I'll have a look. It's unusual that the example would work but that yours would fail to find the motion-cocoapods gem. Before you create the project, do one more thing:
Please include your environment with the error -- are you using RVM, what version of Bundler, do |
Ok, I will create a small project ! I also have an other issue. When I try to use "bubble-wrap", when I include "bubble-wrap" from the sqlite3_sample_app example I have this error : 2014-01-14 11:29:23.638 sqlite3_sample_app[74186:80b] undefined method I tried it from your sqlite3_sample_app, just added the gem and require "bubble-wrap" in rakefile. It works well in a virgin project but not from your sqlite3_sample_app. Can you try it and tell me if you have the same issue? |
@aceofspades -- can you help @Ditchou ? Thanks |
To reproduce, just add the line require "bubble-wrap" in the rakefile of sqlite3_sample_app. Tell me if you got the same error. |
I'm pretty swamped lately, but I'll try to queue it up. It's been a while since I've used this. @Ditchou If you're able to spend some time getting to the bottom of it and can submit a PR that would be awesome. |
I will try to understand it, but i am new in rubymotion and not very efficient with debug, I will try to use rubymine. If you have time to test it just to tell me if you have the same issue ! |
Now that I'm on a computer and not a phone... I want to clarify.
Thanks |
It's true the SQL example can be built successfully And yes, we should open an issue to integrate bubble-wrap. Can you do that for us ! Thx |
Steve, the SQL example is building successfully and yes, we should open an issue for bubble-wrap integration. |
There seems already to be an issue with motion-resource: If this is the one, then it's to do with auto-detecting dependencies. Try disabling them in your project. |
I just updated the SQL branch with some fixes (that were merged yesterday), I think it might fix your problems as well, can you try it out? |
Hello,
I try to configure sqlite with MotionModel :
This require :
require 'motion_model/fmdb'
give me this error :
The text was updated successfully, but these errors were encountered: